/* --------------------------------------------------------------------------------------
   ヘッダー
--------------------------------------------------------------------------------------- */

.head-top {
	align-items: center;
	display: flex;
	padding: 15px 0;
}

.head-top h1 a { display: block; }

.head-top h1 img { width: 160px; }

.head-top h2 {
	font-size: 1.4rem;
	letter-spacing: 1px;
	margin-left: 40px;
}

.key-area { background: #fff7f4 url(../img/key_cloud.png) no-repeat center center; }

.gnavi {
	background-color: #eb6d7b;
	height: 80px;
}

.gnavi ul {
	align-items: center;
	display: flex;
	justify-content: center;
}

.gnavi .fixed {
	animation: gnavi .3s cubic-bezier(0, .8, .56, 1) both;
	background-color: #eb6d7b;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

@keyframes gnavi {
	0% { transform: translateY(-150px); }
	100% { transform: translateY(0); }
}

.gnavi li { position: relative; }

.gnavi li::before {
	background-color: #fff;
	content: '';
	height: 40px;
	left: 0;
	position: absolute;
	top: calc(50% - 20px);
	width: 2px;
}

.gnavi li:first-child::before { display: none; }

.gnavi li > a {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 1.8rem;
	justify-content: center;
	letter-spacing: 1px;
	min-height: 40px;
	overflow: inherit;
	padding: 24px 50px;
	position: relative;
	transition: all .3s ease-in-out;
	z-index: 2;
}

.gnavi li > a::after {
	background-color: #fff7f4;
	content: '';
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all .3s ease-in-out;
	width: calc(100% + 2px);
	z-index: -1000;
}

.gnavi .g-app a { padding: 0 20px; }

.gnavi li div {
	background-color: #fff;
	box-shadow: 0 7px 11px rgb(0,0,0,.05);
	display: none;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 99;
}

.gnavi li div p a {
	border-bottom: 1px solid #ddd;
	display: block;
	padding: 12px 0;
}

.gnavi li div p:first-child { display: none; }

.gnavi li div p:last-child a { border-bottom: none; }

.ad-banner {
	background-color: #fff;
	padding: 40px 0;
	display: none; /* 20240311追加 */
}

.ad-banner.footer-ad {
	border-bottom: 1px solid #e5e5e5;
	padding: 80px 0;
}

.ad-banner ul {
	display: flex;
	justify-content: space-between;
}


/* --------------------------------------------------------------------------------------
   共通部分
--------------------------------------------------------------------------------------- */

main {
	background:
		url(../img/main_bg_bottom.png) no-repeat 95% 99%,
		#fff7f4 url(../img/main_bg.png) repeat-y center top;
	overflow: hidden;
}

.box {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	width: 1000px;
	z-index: 1;
}

.box.detail {
	width: 760px;
	padding-top: 0;
}

.font-pink { color: #eb6d7b; }

.content {
	padding-bottom: 90px;
	padding-top: 40px;
}

.banner { text-align: center; }

.banner a {
	background-color: #eb6d7b;
	border: 2px solid #eb6d7b;
	border-radius: 100vw;
	color: #fff;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 1px;
	min-width: 280px;
	padding: 16px 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all .3s ease-in-out;
	vertical-align: top;
}

.pagetop {
	background-color: #f08300;
	border-radius: 60px;
	bottom: 30px;
	color: #fff;
	cursor: pointer;
	height: 60px;
	position: fixed;
	right: 30px;
	text-align: center;
	transition: all .3s ease-in-out;
	width: 60px;
	z-index: 100;
}

.over { transition: all .3s ease-in-out; }

.fadeOut { opacity: 0; }

.pagetop strong {
	display: block;
	font-size: 8px;
	font-weight: bold;
	transform: scale(.8);
}

.pagetop span {
	display: block;
	margin-top: 14px;
	padding-top: 18px;
	position: relative;
}

.pagetop span::before {
	background-color: #fff;
	content: '';
	display: block;
	height: 3px;
	left: calc(50% - 9px);
	margin: 0 auto;
	position: absolute;
	top: 0;
	width: 18px;
}

.pagetop span::after {
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	content: '';
	display: inline-block;
	height: 10px;
	left: calc(50% - 6px);
	position: absolute;
	top: 6px;
	transform: rotate(-135deg);
	transition: all .3s ease-in-out;
	width: 10px;
}

.no-txt {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 200px;
}

.sp { display: none !important; }

/* --------------------------------------------------------------------------------------
   パンくず
--------------------------------------------------------------------------------------- */

.pankuzu-footer {
	display: none;
	margin: 40px auto;
}

.pankuzu {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	margin: 30px auto 0;
}

.pankuzu > li {
	align-items: center;
	display: flex;
}

.pankuzu > li::before {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	content: '';
	display: inline-block;
	height: 6px;
	margin: 0 11px;
	transform: rotate(-45deg);
	transition: all .3s ease-in-out;
	vertical-align: middle;
	width: 6px;
}

.pankuzu > li:first-child:before { display: none; }

.pankuzu .post-english-works-archive,
.pankuzu .post-english-column-archive { font-size: 0; }

.pankuzu .post-english-works-archive::after,
.pankuzu .post-english-column-archive::after {
	display: block;
	font-size: 1.4rem;
}

.pankuzu .post-english-works-archive::after { content: 'WORKS'; }
.pankuzu .post-english-column-archive::after { content: 'COLUMN'; }

@media screen and (max-width: 999px) {
	.pankuzu-header { display: none; }
	.pankuzu-footer { display: block; }
}

/* --------------------------------------------------------------------------------------
   広告枠
--------------------------------------------------------------------------------------- */

/* 広告バナー2025 */
.ad-banner-2025 {
	width: 100%;
	margin: 30px 0;
	text-align: center;
}

.ad-banner-2025 img {
	max-width: 100%;
	height: auto;
}

.ad-banner-2025.pc-only {
	display: inline-block;
}

.ad-banner-2025.sp-only {
	display: none;
}

@media screen and (max-width: 767px) {
	.ad-banner-2025.pc-only {
		display: none;
	}

	.ad-banner-2025.sp-only {
		display: inline-block;
	}
}


/* --------------------------------------------------------------------------------------
   フッター
--------------------------------------------------------------------------------------- */

.footer-app {
	min-height: 515px;
	padding-left: 500px;
	padding-top: 70px;
	text-align: center;
}

.footer-app::before {
	background: url(../img/footer_deco.png) no-repeat;
	bottom: 0;
	content: '';
	display: block;
	height: 452px;
	left: -566px;
	position: absolute;
	width: 1005px;
}

.footer-app h2 {
	background-color: #eb6d7b;
	border-radius: 100vw;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 4px 0;
	position: relative;
}

.footer-app h3 {
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 20px;
}

.footer-app h3 span {
	background:
		url(../img/baby_Illust.svg) no-repeat left 4px / 42px auto,
		url(../img/logo.svg) no-repeat 60px center / 265px auto;
	display: inline-block;
	line-height: 57px;
	min-height: 57px;
	padding-left: 341px;
	vertical-align: middle;

}

.footer-app .footer-app-list {
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
	overflow: hidden;
	padding-bottom: 18px;
	text-align: left;
}

.footer-app .footer-app-list li {
	float: left;
	padding-left: 18px;
	position: relative;
	width: 166px;
}

.footer-app .footer-app-list li::before {
	background-color: #eb6d7b;
	border-radius: 100vw;
	content: '';
	display: block;
	height: 9px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 9px;
}

.footer-app dl { margin-top: 20px; }

.footer-app dt {
	font-size: 2rem;
	font-weight: bold;
}

.footer-app dd ul {
	display: flex;
	justify-content: space-between;
	margin: 18px auto 0;
	max-width: 320px;
}

.footer-app dd li img {
	height: 48px;
	width: auto;
}

.f-navi {
	background-color: #eb6d7b;
	color: #fff;
	padding-bottom: 54px;
	padding-top: 64px;
}

.f-navi-inner {
	align-items: center;
	border-bottom: 1px solid #fff;
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
}

.f-navi-inner div img { width: 240px; }

.f-navi-inner ul {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 430px;
}

.f-navi-inner li a { color: #fff; }

.f-navi small {
	display: block;
	letter-spacing: 1px;
	margin-top: 24px;
	text-align: center;
}

/* --------------------------------------------------------------------------------------
   ios用のリンク対策
--------------------------------------------------------------------------------------- */

@media (min-width: 999px) {

	.gnavi li:not(.g-app) a:hover {
		color: #eb6d7b;
		text-decoration: none;
	}

	.gnavi li:not(.g-app) a:hover::after {
		opacity: 1;
		z-index: -1;
	}

	.banner a:hover {
		background-color: #fff;
		color: #eb6d7b;
	}

	.gnavi .g-app a:hover { opacity: .8; }

	.over:hover { opacity: .6; }

}

/* --------------------------------------------------------------------------------------
   スマホ
--------------------------------------------------------------------------------------- */

@media (max-width: 999px) {

	.box { width: auto; }

	.box.detail {
		width: 100%;
		padding: 0 0 40px;
	}	

	.pc { display: none; }

	.sp { display: block !important; }

	.head-top {
		background-color: #fff;
		height: 18.667vw;
		padding: 5.6vw 5.333vw 4.4vw;
		position: sticky !important;
		top: 0;
		z-index: 100 !important;
	}

	.head-top.gnav-open { z-index: 0 !important; }

	.head-top h1 img { width: 35.733vw; }

	.head-top h2 {
		font-size: 2.933vw;
		margin-left: 2.667vw;
		margin-top: -1.6vw;
	}

	main { background: #fff7f4; }

	.gnavi .fixed { display: none; }

	.gnavi li div p:first-child { display: block; }

	.panel-btn {
		border-radius: 0 0 0 10px;
		cursor: pointer;
		height: 18.667vw;
		position: fixed;
		right: 0;
		top: 0;
		transition: all .3s ease-in-out;
		width: 20vw;
		z-index: 101;
	}

	.panel-btn-icon,
	.panel-btn-icon::before,
	.panel-btn-icon::after {
		background-color: #eb6d7b;
		border-radius: 2px;
		content: '';
		display: block;
		height: 2px;
		position: absolute;
		right: 5.333vw;
		top: calc(50% - .267vw);
		transition: all .3s ease-in-out;
		width: 8.533vw;
	}

	.panel-btn-icon::before {
		margin-top: -3.067vw;
		right: 0;
	}

	.panel-btn-icon::after {
		margin-top: 3.333vw;
		right: 0;
	}

	.close {
		background-color: #fff;
		height: 20vw;
	}

	.close .panel-btn-icon { background-color: transparent; }

	.close .panel-btn-icon::before,
	.close .panel-btn-icon::after {
		background-color: #eb6d7b;
		margin-top: 0;
	}

	.close .panel-btn-icon::before { transform: rotate(-45deg); }
	.close .panel-btn-icon::after { transform: rotate(-135deg); }

	.gnavi {
		background-color: transparent;
		height: 100%;
		left: 0;
		opacity: 0;
		overflow: hidden;
		position: fixed;
		top: 0;
		transition: all .4s ease-in-out;
		width: 100%;
		z-index: -1;
	}

	.gnavi.open {
		background-color: rgba(235,109,123,.86) ;
		display: block;
		opacity: 1;
		overflow-y: auto;
		z-index: 100;
	}

	.gnavi.open::before {
		background: url(../img/logo_white.svg) no-repeat;
		background-size: 100% auto;
		content: '';
		display: block;
		height: 7.867vw;
		left: 5.333vw;
		position: absolute;
		top: 6.267vw;
		width: 35.6vw;
	}

	.gnavi ul {
		display: block;
		margin: 0 5.333vw;
		padding-top: 29.333vw;
	}

	.gnavi li > a,
	.gnavi .g-app a,
	.gnavi li div p a {
		border-top: 2px solid #fff;
		color: #fff;
		display: block;
		font-size: 4.267vw;
		font-weight: bold;
		letter-spacing: 1px;
		padding: 4.267vw 0;
		position: relative;
		text-align: left;
	}

	.gnavi li > a::after,
	.gnavi li div p a::after {
		background-color: transparent;
		border-bottom: 3px solid #fff;
		border-right: 3px solid #fff;
		content: '';
		display: inline-block;
		height: 12px;
		left: auto;
		opacity: 1;
		position: absolute;
		right: 3vw;
		top: calc(50% - 6px);
		transform: rotate(-45deg);
		transition: all .3s ease-in-out;
		width: 12px;
		z-index: 0;
	}

	.gnavi .g-app a img { width: 48.933vw; }

	.gnavi li::before,
	.gnavi .g-app a::after { display: none; }

	.gnavi li div {
		background-color: transparent;
		overflow: inherit;
		position: relative;
	}

	.gnavi li div p a {
		border-bottom: none;
		padding-left: 5vw;
	}

	.ad-banner,
	.ad-banner.footer-ad { padding: 6.667vw 5.333vw; }

	.ad-banner ul { display: block; }

	.ad-banner li { margin-top: 3.333vw; }
	.ad-banner li:first-child { margin-top: 0; }

	.content { padding: 8vw 5.333vw 14.667vw; }

	.pankuzu {
		width: 100%;
		font-size: 14px;
		/* margin-bottom: 8vw; */
		margin-bottom: 0;
	}

	.footer-app { padding: 9.6vw 5.333vw 10.667vw; }

	.footer-app h2 {
		font-size: 3.733vw;
		padding: 1.6vw 0;
	}

	.footer-app::before { display: none; }

	.footer-app h3 {
		font-size: 4.8vw;
		margin-top: 6.667vw;
	}

	.footer-app h3 span {
		background-position: left .667vw, 11.2vw top;
		background-size: 7.733vw auto, 47.6vw auto;
		line-height: 10.4vw;
		margin-bottom: 2.667vw;
		min-height: 10.4vw;
		padding-left: 61.333vw;
	}

	.footer-app .footer-app-list {
		margin-top: 6.667vw;
		overflow: inherit;
		padding-bottom: 5.067vw;
		padding-left: 49.333vw;
		position: relative;
	}

	.footer-app .footer-app-list::before {
		background: url(../img/footer_deco_sp.png) no-repeat right top / cover;
		content: '';
		display: block;
		height: 41.733vw;
		left: -5.333vw;
		position: absolute;
		width: 48.4vw;
	}

	.footer-app .footer-app-list li {
		float: none;
		line-height: 1.7 ;
		padding-left: 3.733vw;
	}

	.footer-app .footer-app-list li::before {
		height: 1.867vw;
		top: 1.9vw;
		width: 1.867vw;
	}

	.footer-app dl { margin-top: 4vw; }

	.footer-app dt { font-size: 4.8vw; }

	.footer-app dd ul {
		justify-content: center;
		margin-top: 4vw;
		max-width: inherit;
	}

	.footer-app dd li { margin-left: 2.667vw; }
	.footer-app dd li:first-child { margin-left: 0; }

	.footer-app dd li img { height: 11.6vw; }

	.f-navi {
		padding-bottom: 8vw;
		padding-top: 9.6vw;
	}

	.f-navi-inner {
		display: block;
		text-align: center;
	}

	.f-navi-inner > div img { width: 47.733vw; }

	.f-navi-inner ul {
		display: block;
		margin: 6.667vw 5.333vw auto;
		text-align: left;
		width: auto;
	}

	.f-navi-inner li a {
		display: block;
		font-size: 4.267vw;
		letter-spacing: 1px;
		padding: 1.6vw 0;
	}

	.f-navi small { margin-top: 9.6vw; }
}
