@charset "UTF-8";

html {
	font-size: 0.52083vw;
}

@media (max-width: 1280px) {
	html {
		font-size: 6.66px !important;
	}
}

body {
	font-family: "Arial", "Meiryo", "メイリオ", "ヒラギノ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.088rem;
	min-width: 1280px;
	overflow: overlay;
}

.h1Header h1 {
	height: 3.2rem;
	line-height: 3.4rem;
	text-align: center;
	font-size: 1.8rem;
	color: #FFF;
	letter-spacing: 0.18rem;
	background: #FF2F6F;
}

.h1Header.menesth h1 {
	background: #6071F8;
}

.diarygp-container .mainV img {
	display: block;
	width: 100%;
	height: auto;
}

.diarygp-container .linkList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	padding: 1.6rem 28rem;
	margin-top: -5rem;
	background-color: #FF195F;
	opacity: 0.9;
	height: 5rem;
}

.diarygp-container .linkList.fixedTop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin-top: 0;
	z-index: 1000;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.diarygp-container .linkList.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin-top: 0;
	z-index: 1000;
	-webkit-animation: linkListSlideDown 0.3s ease forwards;
	animation: linkListSlideDown 0.3s ease forwards;
}

.diarygp-container .linkList.is-sticky-exit {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin-top: 0;
	z-index: 1000;
	-webkit-animation: linkListSlideUp 0.3s ease forwards;
	animation: linkListSlideUp 0.3s ease forwards;
}

.diarygp-container .linkList .listItem {
	font-size: 1.8rem;
	width: 21rem;
	padding: 0 0.5%;
	border-right: 1px solid #FFF;
}

.diarygp-container .linkList .listItem:last-child {
	border-right: none;
}

.diarygp-container .linkList .listItem a {
	display: block;
	cursor: pointer;
	line-height: 100%;
	text-align: center;
	color: #FFF;
}

.diarygp-container .linkList .listItem a:hover {
	opacity: 0.7;
}

.diarygp-container .linkList .listItem.is-disabled {
	opacity: 0.4;
}

.diarygp-container .linkList .listItem.is-disabled a {
	pointer-events: none;
}

.diarygp-container .f-diaryphoto {
	background: #FFADC3;
	padding: 2rem 1.2rem;
}

.diarygp-container .f-diaryphoto .diarygp-diary {
	overflow: hidden;
	max-width: 100%;
	margin: 0 auto;
}

.diarygp-container .f-diaryphoto .diarygp-diary .diarygp-diaryScroll {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 1rem;
	will-change: transform;
}

.diarygp-container .f-diaryphoto .diarygp-diary .diarygp-diaryScroll .diarygp-diaryItem {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.diarygp-container .f-diaryphoto .diarygp-diary .diarygp-diaryScroll .diarygp-diaryItem img {
	width: 20.2rem;
	height: 20.2rem;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 12px;
}

.diarygp-container.menesth .linkList {
	background-color: #4050CC;
}

.diarygp-container.menesth .f-diaryphoto {
	background: #ADDFFF;
}

.banner-base {
	width: 120rem;
	padding: 4rem 0;
	margin: 0 auto;
}

.toTopBtn {
	position: fixed;
	bottom: 27rem;
	right: 4.8rem;
	z-index: 10;
	width: 6.3rem;
	height: 6.3rem;
	border: 0.2rem solid #707070;
	border-radius: 50%;
	background-color: #FFFFFF;
	text-align: center;
}

.toTopBtn a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.toTopBtn a::before {
	content: "";
	display: block;
	width: 2rem;
	height: 2rem;
	border-top: 3px solid #707070;
	border-right: 3px solid #707070;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: 0.8rem;
}

.toTopBtn:hover {
	background-color: #aaa;
}

.btn-challenge {
	position: fixed;
	bottom: 0;
	right: -1.5rem;
	z-index: 10;
	width: 44rem;
	line-height: 0;
	pointer-events: none;
}

.btn-challenge::after {
	content: '';
	position: absolute;
	top: 23%;
	bottom: 22%;
	left: 13%;
	right: 15%;
	pointer-events: auto;
	cursor: pointer;
}

.btn-fuzoku,
.btn-menesth {
	position: fixed;
	top: 8.5rem;
	right: -2.5rem;
	z-index: 10;
	width: 10.5rem;
}

.btn-fuzoku img,
  .btn-menesth img {
	width: 100%;
}

@-webkit-keyframes linkListSlideDown {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes linkListSlideDown {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes linkListSlideUp {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	to {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@keyframes linkListSlideUp {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	to {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}
