@charset "UTF-8";
article, aside, main, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
@keyframes itemFadeIn {
	0% {
		opacity: 0;
		visibility: visible
	}
	100% {
		opacity: 1;
		visibility: visible
	}
}
* {
	/* box-sizing: border-box; */
}
html, body {
	width: 100%;
	height: 100%
}
html {
	font-size: 62.5%;
	min-width: 1120px
}
body.top {
	background-color: #1a1a1a
}
a {
	cursor: pointer;
	text-decoration: none;
	color: inherit
}
a:hover {
	text-decoration: underline
}
.js-showElements {
	opacity: 0;
	translate: 0 80px
}
.js-showElements.is_show {
	opacity: 1;
	translate: 0 0;
	transition: all 0.5s
}
#header, .l-header {
	position: relative;
	width: 100%;
	height: 136px;
	padding: 0 10px;
	margin-bottom: 64px;
	background-color: #fff
}
.l-header--fixed .l-header__bottom {
	position: fixed;
	top: 0;
	box-shadow: 0 3px 4px rgba(255, 255, 255, .16)
}
.l-header--fixed .l-header__bottom .l-header__inner .p-siteLogo {
	display: block;
	animation-name: itemFadeIn;
	animation-duration: 0.3s;
	animation-fill-mode: forwards
}
.l-header--fixed .l-header__bottom .l-header__inner .l-header__menuBtn--secondary {
	display: block;
	animation-name: itemFadeIn;
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
	animation-delay: 0.1s
}
.l-header--fixed .l-header__bottom .l-header__inner .l-header__searchBtn {
	display: block;
	animation-name: itemFadeIn;
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
	animation-delay: 0.1s
}
.l-header__top {
	height: 39px;
	border-bottom: 1px solid #E3E3E3
}
.l-header__top .l-header__inner {
	height: 39px;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between
}
.l-header__middle {
	position: relative;
	height: 97px;
	width: 1100px;
	margin: auto;
	padding: 0 0 24px 8px;
	display: grid;
	grid-template-columns: 34px 30px 24px 374px 160px 1fr;
	align-items: end;
	box-sizing: border-box;
}
.l-header__middle .l-header__menuBtn {
	grid-column: 1/2
}
.l-header__middle .l-header__searchBtn {
	grid-column: 3/4;
	width: 24px;
	height: 37px
}
.l-header__middle .p-siteLogo {
	grid-column: 5/6
}
.l-header__middle .p-memberNav {
	grid-column: 6/7
}
.l-header__bottom {
	position: absolute;
	bottom: -64px;
	left: 0;
	z-index: 500;
	width: 100%;
	height: 64px;
	background-color: #1a1a1a
}
.l-header__bottom .l-header__inner {
	height: 64px;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between
}
.l-header__bottom .l-header__inner .p-siteLogo {
	width: 30px;
	height: 43px;
	margin-right: 39px;
	display: none;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s
}
.l-header__bottom .l-header__searchBtn {
	display: none;
	visibility: hidden;
	opacity: 0;
	height: 36px;
	margin: 0 30px 0 0
}
.l-header__inner {
	position: relative;
	width: min(100%, 1100px);
	margin: auto
}
.l-header__searchBtn {
	width: 24px;
	height: 36px;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer
}
.l-header__menuBtn {
	width: 34px;
	height: 37px;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer
}
.l-header__menuBtn--secondary {
	display: none;
	visibility: hidden;
	opacity: 0;
	padding: 0;
	margin: 0 29px 0 0;
	transition: all 0.3s
}
.l-content {
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1100px;
	margin: auto
}
.l-main {
	width: 780px
}
.l-aside {
	display: grid;
	width: 300px;
	gap: 24px
}
.l-aside .sideBanner {
	/*margin-bottom: 0!important*/
}
.l-aside .sideBanner:nth-child(2) {
  margin-top: 24px;
}
.l-footer {
	display: grid;
	justify-content: center;
	padding: 40px 0;
	background-color: #1a1a1a!important;
	gap: 40px
}
.p-siteLogo__img {
	vertical-align: bottom
}
.p-siteMenu {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	display: none;
	visibility: hidden;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	padding: 75px 0 56px;
	opacity: 0;
	background-color: #1a1a1a;
	box-sizing: border-box;
	line-height: 1;
}
.p-siteMenu__inner {
	position: relative;
	width: 1100px;
	margin: auto
}
.p-siteMenu__close {
	position: absolute;
	top: 0;
	left: 8px;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: 0;
	background: transparent
}
.p-siteMenu__body {
	display: grid;
	width: 910px;
	margin: 60px auto 0;
	grid-template-columns: 380px 350px;
	gap: 180px
}
.p-siteMenu__search {
	width: 370px;
	height: 30px;
	margin: 60px auto 0
}
.p-siteMenu__hd {
	margin-bottom: 16px;
	color: #FACD06;
	font-size: 1.6rem;
	font-weight: 700
}
.p-siteMenu__list {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 12px
}
.p-siteMenu__list:not(:last-child) {
	margin-bottom: 60px
}
.p-siteMenu__list--product .p-siteMenu__list__item:nth-child(3) {
	width: 100%
}
.p-siteMenu__list--tv {
	margin-top: -28px
}
.p-siteMenu__list--genre {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 12px
}
.p-siteMenu__list--genre:not(:last-child) {
	margin-bottom: 40px
}
.p-siteMenu__list--genre__item {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700
}
.p-siteMenu__list--genre__item:first-child {
	width: 100%;
	margin-bottom: 4px;
	font-size: 2.4rem
}
.p-siteMenu__list--genre__link {
	color: inherit
}
.p-siteMenu__list--genre__link:link, .p-siteMenu__list--genre__link:visited {
	color: #fff
}
.p-siteMenu__list__link {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700
}
.p-siteMenu__list__link:link, .p-siteMenu__list__link:visited {
	color: #fff
}
.p-siteMenu__list__small {
	font-size: 1.6rem
}
.p-siteMenu__logout {
	margin-top: 60px
}
.p-siteMenu__logout .c-linkBtn {
	width: 188px;
	text-align: center
}
.p-search {
	height: 100%
}
.p-search__form {
	position: relative
}
.p-search__input {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 2px 0 0 2px;
	color: #fff;
	border: 0;
	border-bottom: 1px solid #B4B4B4;
	background: none!important
}
.p-search__input::placeholder {
	color: #fff
}
.p-search__input::-ms-input-placeholder {
	color: #fff
}
.p-search__input:-ms-input-placeholder {
	color: #fff
}
.p-search__icon {
	position: absolute;
	z-index: 2;
	top: 0;
	width: 24px;
	height: 24px
}
.p-search--box .p-search__form {
	width: 331px;
	height: 26px
}
.p-search--box .p-search__input {
	padding-right: 35px
}
.p-search--box .p-search__icon {
	right: 6px;
	width: 23px;
	height: 23px
}
.p-search--box .p-search__input {
	font-size: 1.8rem;
	box-sizing: border-box;
}
.p-search--menu .p-search__form {
	width: 370px;
	height: 30px
}
.p-search--menu .p-search__input {
	padding-right: 40px;
	box-sizing: border-box;
}
.p-search--menu .p-search__icon {
	right: 9px
}
.p-search--menu .p-search__input {
	font-size: 1.4rem
}
.p-searchBox {
	position: absolute;
	z-index: 1000;
	top: 64px;
	left: 0;
	display: none;
	visibility: hidden;
	width: 100%;
	height: 106px;
	padding-top: 37px;
	opacity: 0;
	background-color: #1a1a1a
}
.p-searchBox__inner {
	position: relative;
	width: 1100px;
	margin: auto
}
.p-searchBox__close {
	position: absolute;
	top: 0;
	left: 8px;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: 0;
	background: transparent
}
.p-searchBox__item {
	width: 331px;
	height: 30px;
	margin: auto
}
.p-searchBox__bg {
	position: fixed;
	z-index: 900;
	width: 100%;
	height: 100%
}
.p-member {
	display: flex;
	align-items: center;
	gap: 24px
}
.p-member--notlogin {
	height: 30px;
	justify-content: center
}
.p-member--login {
	height: 40px;
	justify-content: flex-start
}
.p-member--login .p-member__item:first-child {
	width: 50%;
	display: flex;
	justify-content: flex-end
}
.p-member__link {
	position: relative;
	color: #fff;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 5px
}
.p-member__link:link, .p-member__link:visited {
	color: #fff
}
.p-member__link::before {
	width: 24px;
	height: 24px;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px
}
.p-member__link--subscription::before {
	background-image: url(/nng/images/n/2023/common/icon_subscription_gray.svg)
}
.p-member__link--free::before {
	background-image: url(/nng/images/n/2023/common/icon_free_gray.svg)
}
.p-member__link--setting::before {
	background-image: url(/nng/images/n/2023/common/icon_setting_gray.svg)
}
.p-member__btn {
	font-size: 1.4rem;
	font-weight: 700;
	text-decoration: none!important;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4px;
	width: 205px;
	height: 40px;
	border: 2px solid #FACD06
}
.p-member__btn::before {
	content: "";
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px
}
.p-member__btn--subscription {
	color: #FACD06
}
.p-member__btn--subscription::before {
	background-image: url(/nng/images/n/2023/common/icon_subscription_yellow.svg)
}
.p-member__btn--subscription:link, .p-member__btn--subscription:visited {
	color: #FACD06
}
.p-member__btn--subscription:hover {
	color: #fff;
	background-color: #FACD06;
	transition: all 0.3s
}
.p-member__btn--subscription:hover:before {
	background-image: url(/nng/images/n/2023/common/icon_subscription_white.svg)
}
.p-member__btn--reading {
	color: #1a1a1a;
	background-color: #FACD06
}
.p-member__btn--reading::before {
	background-image: url(/nng/images/n/2023/common/icon_subscription_black.svg)
}
.p-member__btn--reading:link, .p-member__btn--reading:visited {
	color: #1a1a1a
}
.p-member__btn--reading:hover {
	background-color: transparent;
	color: #FACD06;
	transition: all 0.3s
}
.p-member__btn--reading:hover:before {
	background-image: url(/nng/images/n/2023/common/icon_subscription_yellow.svg)
}
.p-member__login {
	display: block;
	width: fit-content;
	padding: 6px 38px;
	font-size: 1.4rem;
	font-weight: 700;
	text-decoration: none!important;
	color: #1a1a1a;
	background-color: #FACD06;
	border: 2px solid #FACD06
}
.p-member__login:hover {
	color: #fff;
	background: transparent;
	transition: all 0.3s
}
.p-member__status {
	font-size: 1.3rem;
	font-weight: 700;
	color: #FACD06
}
.p-member__name {
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff
}
.p-memberNav__list {
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 16px
}
.p-memberNav__link {
	position: relative;
	color: #1a1a1a;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 5px
}
.p-memberNav__link:link, .p-memberNav__link:visited {
	color: #1a1a1a
}
.p-memberNav__link::before {
	width: 24px;
	height: 24px;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px
}
.p-memberNav__link--mail::before {
	background-image: url(/nng/images/n/2023/common/icon_mail.svg)
}
.p-memberNav__link--free::before {
	background-image: url(/nng/images/n/2023/common/icon_free.svg)
}
.p-memberNav__link--subscription::before {
	background-image: url(/nng/images/n/2023/common/icon_subscription_black.svg)
}
.p-memberNav__link--setting::before {
	background-image: url(/nng/images/n/2023/common/icon_setting.svg)
}
.p-subNav {
	display: flex
}
.p-subNav__link {
	padding: 8px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700
}
.p-subNav__link:link, .p-subNav__link:visited {
	color: #fff
}
.p-subNav--first {
	margin-right: auto
}
.p-caution {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 8px auto 16px;
	padding: 14px 46px 14px 14px;
	border: 2px solid #FACD06;
	background-color: #fff;
	box-sizing: border-box;
	max-width: 1100px;
}
body.top .p-caution {
	margin-top: 0;
	background-color: #1a1a1a
}
.p-caution__list {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 8px
}
.p-caution__item {
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 700;
	color: #1a1a1a;
	position: relative;
	padding: 5px 0 5px 28px
}
.p-caution__item::before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 24px;
	height: 24px;
	content: "";
	background: url(/nng/images/n/2023/common/icon_caution_black.svg) no-repeat left top;
	background-size: 24px 24px
}
body.top .p-caution__item {
	color: #FACD06
}
body.top .p-caution__item::before {
	background-image: url(/nng/images/n/2023/common/icon_caution.svg)
}
.p-caution__link {
	color: inherit;
	text-decoration: underline!important
}
.p-caution__link:hover {
	text-decoration: none!important
}
.p-caution__btn {
	position: absolute;
	top: 18px;
	right: 14px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	border: 0;
	background: transparent url(/nng/images/n/2023/common/icon_close.svg) no-repeat left top;
	background-size: 16px 16px
}
.p-latest {
	padding: 24px 20px;
	background-color: #fff;
	line-height: 1;
}
body.top .p-latest {
	background-color: #393939
}
.p-latest__photo {
	margin-bottom: 8px;
	text-align: center
}
.p-latest__img {
	vertical-align: bottom
}
.p-latest__vol {
	margin-bottom: 8px;
	padding-bottom: 8px;
	text-align: center;
	color: #1a1a1a;
	border-bottom: 2px solid #FACD06;
	font-size: 2rem;
	font-weight: 700
}
body.top .p-latest__vol {
	color: #fff
}
.p-latest__price {
	margin-bottom: 24px;
	text-align: center;
	color: #1a1a1a;
	font-size: 1.2rem;
	font-weight: 700
}
body.top .p-latest__price {
	color: #fff
}
.p-latest__yen {
	margin: 0 8px 0 4px;
	color: inherit;
	font-size: 2rem
}
body.top .p-latest__list {
	display: grid;
	gap: 16px
}
.p-latest__list {
	display: grid;
	gap: 16px
}
.p-latest__link {
	position: relative;
	display: block;
	width: fit-content;
	padding-right: 18px;
	color: #1a1a1a;
	font-size: 1.6rem;
	font-weight: 700
}
.p-latest__link::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 11px;
	margin-left: 12px;
	content: "";
	background: url(/nng/images/n/2023/common/icon_arrow.svg) left top no-repeat;
	background-size: 6px 11px;
	translate: 0 -50%
}
body.top .p-latest__link {
	color: #fff
}
body.top .p-latest__link::after {
	background-image: url(/nng/images/n/2023/common/icon_arrow_white.svg)
}
.p-latest__member {
	display: block;
	color: #FACD06;
	font-size: 1.2rem
}
.p-summary:not(:first-child) {
	margin-top: 40px
}
.p-summary__list {
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start
}
.p-summary__item {
	margin-bottom: 40px
}
.p-summary__item:nth-child(even of .p-summary__item--middle), .p-summary__item:nth-child(3n of .p-summary__item--small) {
	margin-right: 0
}
.p-summary__item--large {
	width: 100%
}
.p-summary__item--large .c-box__photo {
	aspect-ratio: 780/439
}
.p-summary__item--large .c-box__txt {
	font-size: 2rem
}
.p-summary__item--middle {
	width: 380px;
	margin-right: 20px
}
.p-summary__item--middle .c-box__photo {
	aspect-ratio: 380/285
}
.p-summary__item--middle .c-box__txt {
	font-size: 1.8rem
}
.p-summary__item--small {
	width: 244px;
	margin-right: 24px
}
.p-summary__item--small .c-box__photo {
	aspect-ratio: 244/180
}
.p-summary__item--small .c-magazine__photo {
	aspect-ratio: 244/180
}
.p-ranking {
	display: grid;
	padding: 20px 10px;
	background-color: #fff;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 8px
}
body.top .p-ranking {
	background-color: #393939
}
.p-ranking__hd {
	width: fit-content;
	margin-bottom: 17px!important;
	padding-bottom: 8px;
	border-bottom: 2px solid #FACD06;
	font-size: 1.8rem;
	font-weight: 700;
	grid-column: 1/4;
	grid-row: 1/2
}
body.top .p-ranking__hd {
	color: #fff
}
.p-ranking__radio {
	display: none
}
.p-ranking__radio:checked+.p-ranking__btn {
	color: #1a1a1a!important;
	border-color: #FACD06!important;
	background-color: #FACD06!important
}
.p-ranking__radio:checked+.p-ranking__btn+.p-ranking__list {
	z-index: 2;
	display: block
}
.p-ranking__btn {
	padding: 6px;
	cursor: pointer;
	text-align: center;
	color: #1a1a1a;
	border: 2px solid;
	font-size: 1.8rem;
	font-weight: 700;
	grid-row: 2/3
}
body.top .p-ranking__btn {
	color: #fff;
	border-color: #fff
}
.p-ranking__btn:hover {
	color: #1a1a1a!important;
	border-color: #FACD06!important;
	background-color: #FACD06!important;
	transition: all 0.3s
}
.p-ranking__btn[for=ranking01] {
	grid-column: 1/2
}
.p-ranking__btn[for=ranking02] {
	grid-column: 2/3
}
.p-ranking__btn[for=ranking03] {
	grid-column: 3/4
}
.p-ranking__list {
	position: relative;
	z-index: 1;
	display: none;
	width: calc(100% + 20px);
	margin-top: 7px;
	margin-left: -10px;
	counter-reset: my-counter;
	grid-row: 3/4;
	grid-column: 1/4
}
.p-ranking__item {
	position: relative;
	padding: 12px 8px;
	border-bottom: 1px dashed #777;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 12px
}
.p-ranking__item::before {
	content: counter(my-counter);
	counter-increment: my-counter;
	color: #FACD06;
	font-size: 2.4rem;
	font-weight: 700
}
body.notlogin .p-ranking__item.ngj_free .p-ranking__link::after, body.notlogin .p-ranking__item.ngj_paid .p-ranking__link::after, body.ngj_free .p-ranking__item.ngj_paid .p-ranking__link::after {
	content: "";
	background: url(/nng/images/n/2023/common/icon_lock_black.svg) no-repeat left top;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 5px
}
body.top.notlogin .p-ranking__item.ngj_free .p-ranking__link::after, body.top.notlogin .p-ranking__item.ngj_paid .p-ranking__link::after, body.top.ngj_free .p-ranking__item.ngj_paid .p-ranking__link::after {
	background-image: url(/nng/images/n/2023/common/icon_lock.svg)
}
body.ngj_free .p-ranking__item.ngj_free .p-ranking__link::after {
	content: "";
	background: url(/nng/images/n/2023/common/icon_unlock_black.svg) no-repeat left top;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 5px
}
body.top.ngj_free .p-ranking__item.ngj_free .p-ranking__link::after {
	background-image: url(/nng/images/n/2023/common/icon_unlock.svg)
}
.p-ranking__item .ngj_free_balloon {
	position: absolute;
	padding: .5em 1em .4em;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background-color: #1a1a1a;
	border-radius: 3px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s;
	top: -36px;
	left: 20px
}
.p-ranking__item .ngj_free_balloon::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -6px;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-color: #1a1a1a transparent transparent transparent;
	border-width: 6px 6px 0 6px
}
.p-ranking__item .ngj_free_balloon p {
	font-size: 1.2rem;
	line-height: 1.333
}
.p-ranking__item:hover .ngj_free_balloon {
	visibility: visible;
	opacity: 1;
	transition: all 0.3s
}
.p-ranking__link {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	color: #1a1a1a;
	flex: 1 0 1%
}
body.top .p-ranking__link {
	color: #fff
}
.p-ranking__link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.p-closeUp {
	padding: 20px 8px;
	background-color: #fff
}
body.top .p-closeUp {
	background-color: #393939
}
.p-closeUp__head {
	margin-bottom: 16px;
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between
}
.p-closeUp__hd {
	width: fit-content;
	padding-bottom: 8px;
	color: #1a1a1a;
	border-bottom: 2px solid #FACD06;
	font-size: 1.8rem;
	font-weight: 700
}
body.top .p-closeUp__hd {
	color: #fff
}
.p-closeUp__label {
	padding: 8px;
	color: #d1d1d1;
	background-color: #727272;
	font-size: 1.2rem;
	font-weight: 700
}
.p-closeUp__list {
	display: grid;
	gap: 12px
}
.p-closeUp__link {
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 8px;
	color: #1a1a1a
}
body.top .p-closeUp__link {
	color: #fff
}
.p-closeUp__img {
	width: 80px;
	height: 80px
}
.p-closeUp__txt {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
	flex: 1 0 1%
}
.p-quiz {
	padding: 20px;
	border: 4px solid #fff;
	background-color: #fff
}
body.top .p-quiz {
	background-color: #393939
}
.p-quiz__hd {
	margin-bottom: 12px!important;
	padding-bottom: 12px;
	text-align: center;
	border-bottom: 2px solid #FACD06;
	font-size: 1.8rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center
}
.p-quiz__hd::before {
	width: 24px;
	height: 24px;
	margin-right: 8px;
	content: "";
	background: url(/nng/images/n/2023/common/icon_quiz.svg) no-repeat left top;
	background-size: 24px 24px
}
body.top .p-quiz__hd {
	color: #fff
}
.p-quiz .qImg {
	margin-bottom: 12px;
	bottom: 1px solid #707070
}
.p-quiz .qImg img {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	object-fit: cover
}
.p-quiz__photo {
	margin-bottom: 12px;
	border: 1px solid #707070
}
.p-quiz p:first-of-type {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	/*padding-left: 32px;*/
	margin-bottom: 16px
}
/*.p-quiz p:first-of-type::before {
	content: "Q：";
	position: absolute;
	left: 0;
	top: 0
}*/
body.top .p-quiz p:first-of-type {
	color: #fff
}
.p-quiz p.AnsBtn {
	margin-top: 16px
}
.p-quiz p.AnsBtn a {
	width: 180px;
	height: 40px;
	margin: auto;
	text-decoration: none!important;
	border: 1px solid #FACD06;
	border-radius: 20px;
	background: #FACD06;
	font-size: 1.6rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center
}
body.top .p-quiz p.AnsBtn a {
	border-color: #707070
}
.p-quiz p.AnsBtn a::before {
	content: "答えを見る";
	color: #1a1a1a;
}
.p-quiz p.AnsBtn a::after {
	display: inline-block;
	width: 6px;
	height: 11px;
	margin-left: 12px;
	content: "";
	background: url(/nng/images/n/2023/common/icon_arrow.svg) left top no-repeat;
	background-size: 6px 11px
}
.p-quiz p.AnsBtn a:link {
	color: #1a1a1a
}
.p-quiz p.AnsBtn a:hover {
	background-color: transparent;
	color: #FACD06;
	border-color: #FACD06!important;
	transition: all 0.3s
}
body.top .p-quiz p.AnsBtn a:hover::after {
	background-image: url(/nng/images/n/2023/common/icon_arrow_white.svg)
}
.p-quiz p.AnsBtn img {
	display: none!important
}
.p-quiz #choices {
	display: grid;
	gap: 12px
}
.p-quiz #choices li {
	font-size: 1.6rem!important;
	font-weight: 700!important;
	line-height: 1.2!important;
	position: relative!important;
	padding-left: 32px!important;
	margin: 0!important;
	background: none!important;
	cursor: pointer!important
}
.p-quiz #choices li::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid #1a1a1a;
	border-radius: 50%;
	left: 0;
	top: -2px
}
body.top .p-quiz #choices li {
	color: #fff
}
body.top .p-quiz #choices li::before {
	border-color: #fff
}
.p-quiz #choices li.on::after {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #FACD06;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 5px
}
.p-quiz__img {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	object-fit: cover
}
.p-quiz__question {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	padding-left: 32px;
	margin-bottom: 16px
}
.p-quiz__question::before {
	content: "Q：";
	position: absolute;
	left: 0;
	top: 0
}
body.top .p-quiz__question {
	color: #fff
}
.p-quiz__choice {
	display: grid;
	gap: 12px
}
.p-quiz__input {
	display: none
}
.p-quiz__input:checked+.p-quiz__label::after {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #FACD06;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 5px
}
.p-quiz__label {
	font-size: 1.6rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 12px;
	cursor: pointer;
	position: relative
}
.p-quiz__label::before {
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid #1a1a1a;
	border-radius: 50%
}
body.top .p-quiz__label {
	color: #fff
}
body.top .p-quiz__label::before {
	border-color: #fff
}
.p-quiz__answer {
	margin-top: 16px
}
.p-quiz__btn {
	width: 180px;
	height: 40px;
	margin: auto;
	text-decoration: none!important;
	border: 1px solid #FACD06;
	border-radius: 20px;
	background: #FACD06;
	font-size: 1.6rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center
}
body.top .p-quiz__btn {
	border-color: #707070
}
.p-quiz__btn::after {
	display: inline-block;
	width: 6px;
	height: 11px;
	margin-left: 12px;
	content: "";
	background: url(/nng/images/n/2023/common/icon_arrow.svg) left top no-repeat;
	background-size: 6px 11px
}
.p-quiz__btn:link {
	color: #1a1a1a
}
.p-quiz__btn:hover {
	background-color: transparent;
	color: #FACD06;
	border-color: #FACD06!important;
	transition: all 0.3s
}
body.top .p-quiz__btn:hover::after {
	background-image: url(/nng/images/n/2023/common/icon_arrow_white.svg)
}
.p-cta {
	border: 4px solid #fff;
	background-color: #F0F0F0;
	padding-bottom: 20px;
	/* box-sizing: border-box; */
}
body.top .p-cta {
	background-color: #393939;
	border-color: #393939
}
.p-cta__head {
	width: calc(100% + 8px);
	margin-top: -4px;
	margin-left: -4px;
	padding: 24px;
	background-color: #fff;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}
.p-cta__label {
	padding: 8px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	background-color: #FACD06
}
.p-cta__txt {
	margin: 16px auto;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700
}
body.top .p-cta__txt {
	color: #fff
}
.p-cta__btn {
	font-size: 1.6rem;
	font-weight: 700;
	text-decoration: none!important;
	color: #1a1a1a;
	margin: 0 auto 12px;
	width: 232px;
	height: 40px;
	border-radius: 20px;
	background: #FACD06;
	border: 1px solid #FACD06;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center
}
.p-cta__btn__inner {
	position: relative
}
.p-cta__btn__inner::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 11px;
	background: url(/nng/images/n/2023/common/icon_arrow.svg) left top no-repeat;
	background-size: 6px 11px
}
.p-cta__btn__color {
	color: red;
	margin: 0 12px 0 4px
}
.p-cta__btn:link, .p-cta__btn:visited {
	color: #1a1a1a
}
.p-cta__btn:hover {
	color: #FACD06;
	background: transparent;
	transition: all 0.3s
}
.p-cta__btn:hover .p-cta__btn__inner::after {
	background-image: url(/nng/images/n/2023/common/icon_arrow_white.svg)
}
.p-cta__login {
	display: block;
	width: fit-content;
	margin: auto;
	position: relative;
	color: #1a1a1a
}
.p-cta__login::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 11px;
	background: url(/nng/images/n/2023/common/icon_arrow.svg) left top no-repeat;
	background-size: 6px 11px;
	margin-left: 12px
}
body.top .p-cta__login {
	color: #fff
}
body.top .p-cta__login::after {
	background-image: url(/nng/images/n/2023/common/icon_arrow_white.svg)
}
.p-follow {
	padding: 28px 30px 32px;
	text-align: center;
	border-top: 4px solid #FACD06;
	background-color: #fff
}
body.top .p-follow {
	background-color: #393939
}
.p-follow__title {
	margin-bottom: 12px;
	font-size: 1.8rem;
	font-weight: 700
}
body.top .p-follow__title {
	color: #fff
}
.p-follow__txt {
	margin-bottom: 16px;
	font-size: 1.4rem;
	line-height: 1.5
}
body.top .p-follow__txt {
	color: #fff
}
.p-follow__list {
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between
}
.p-follow__data {
	display: block;
	margin-top: 4px;
	font-size: 1.4rem;
	font-weight: 700
}
body.top .p-follow__data {
	color: #fff
}
.p-headline__list {
	border-top: 1px solid #727272
}
.p-headline__item {
	border-bottom: 1px solid #727272
}
.p-headline__link {
	display: block;
	padding: 20px 0;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.625
}
.p-headline__more {
	margin-top: 45px
}
.p-mainAdArea {
	display: grid;
	justify-content: center;
	gap: 60px;
	place-items: center
}
.p-backNumber {
	display: grid;
	margin-top: 50px;
	padding: 60px 0 40px;
	background-color: #313131;
	place-items: center;
	gap: 40px
}
.p-backNumber__hd {
	position: relative;
	padding-bottom: 10px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700
}
.p-backNumber__hd::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 2px;
	content: "";
	transform: -50% 0;
	background-color: #FACD06
}
.p-backNumber__link {
	text-decoration: none!important;
	color: inherit
}
.p-backNumber__link:link {
	color: inherit
}
.p-backNumber__inner {
	width: 888px;
	overflow: hidden
}
.p-backNumber__list {
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	gap: 32px
}
.p-backNumber__item {
	width: 83px;
	text-align: center
}
.p-backNumber__link {
	color: #fff;
	text-decoration: none
}
.p-backNumber__link:link {
	color: #fff
}
.p-backNumber__link:hover {
	opacity: .7
}
.p-backNumber__txt {
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: -.01em;
	white-space: nowrap
}
.p-backNumber__pager {
	height: 24px;
	margin-top: 16px;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px
}
.p-backNumber__btn {
	width: 24px;
	height: 24px;
	border: 1px solid #FACD06;
	background-color: transparent;
	transition: background-color 0.2s;
	cursor: pointer
}
.p-backNumber__btn:hover, .p-backNumber__btn--current {
	background-color: #FACD06;
	transition: background-color 0.3s
}
.p-footerNav {
	display: grid;
	gap: 16px
}
.p-footerNav__list {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px 16px
}
.p-footerNav__link {
	color: #fff;
	font-size: 1.2rem
}
.p-footerNav__link:link {
	color: #fff
}
.p-footerContact__list {
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px
}
.p-footerContact__link {
	color: #fff
}
.p-footerContact__link:link {
	color: #fff
}
.p-copyright {
	text-align: center;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.7
}
.p-copyright__list {
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center
}
.p-switch {
	text-align: center;
	color: #fff
}
.p-switch__txt {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 12px
}
.p-switch__list {
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px
}
.p-switch__item, .p-switch__link {
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff
}
.p-switch__item--current {
	color: #FACD06;
	position: relative
}
.p-switch__item--current::before {
	content: "";
	background-color: #FACD06;
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -8px
}
.p-switch__link {
	color: inherit;
	text-decoration: none
}
.p-switch__link:link, .p-switch__link:visited {
	color: #fff
}
.c-aboutNatgeo {
	color: #333;
	font-size: 1.4rem
}
.c-aboutNatgeo__link {
	color: inherit
}
.c-register {
	font-size: 1.4rem
}
.c-register__login {
	display: inline-block;
	text-decoration: none!important;
	padding: 2px 38px;
	color: #231815;
	text-decoration: none;
	background-color: #FACD06;
	border: 2px solid #FACD06;
	font-weight: 700
}
.c-register__login:hover {
	background-color: transparent;
	transition: all 0.3s
}
.c-register__label {
	display: inline-block;
	padding: 4px;
	line-height: 1;
	color: #fff;
	background-color: #727272
}
.c-section:not(:last-child) {
	margin-bottom: 60px
}
.c-hd {
	font-size: 2.4rem;
	font-weight: 700;
	width: fit-content
}
.c-hd--headline {
	margin-bottom: 40px;
	color: #fff;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif
}
.c-hd--top {
	font-size: 3.2rem;
	font-weight: 700;
	color: #fff;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif
}
.c-linkBtn {
	display: block;
	width: fit-content;
	margin: auto;
	padding: 12px 40px;
	transition: all 0.3s;
	text-decoration: none!important;
	color: #fff;
	border: 1px solid;
	font-size: 1.4rem;
	font-weight: 700
}
.c-linkBtn:link, .c-linkBtn:visited {
	color: #fff
}
.c-linkBtn:hover {
	background-color: #fff;
	color: #1a1a1a
}
.c-linkBtn--secondary {
	border-color: #FACD06
}
.c-linkBtn--secondary:hover {
	background-color: #FACD06
}
.c-box {
	position: relative;
	display: block
}
body.notlogin .c-box.ngj_free .c-box__txt::after, body.notlogin .c-box.ngj_paid .c-box__txt::after, body.ngj_free .c-box.ngj_paid .c-box__txt::after {
	content: "";
	background: url(/nng/images/n/2023/common/icon_lock_white.svg) no-repeat left top;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 5px
}
body.top.notlogin .c-box.ngj_free .c-box__txt::after, body.top.notlogin .c-box.ngj_paid .c-box__txt::after, body.top.ngj_free .c-box.ngj_paid .c-box__txt::after {
	background-image: url(/nng/images/n/2023/common/icon_lock.svg)
}
body.ngj_free .c-box.ngj_free .c-box__txt::after {
	content: "";
	background: url(/nng/images/n/2023/common/icon_unlock_white.svg) no-repeat left top;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 5px
}
body.top.ngj_free .c-box.ngj_free .c-box__txt::after {
	background-image: url(/nng/images/n/2023/common/icon_unlock.svg)
}
.c-box:hover .c-box__img {
	transform: scale(1.06);
	transition: all 0.3s ease-out
}
.c-box__tag {
	font-size: 1.6rem;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
	padding: 8px;
	color: #1a1a1a;
	background-color: #FACD06;
	z-index: 5
}
.c-box__photo {
	display: block;
	margin-bottom: 16px;
	width: 100%;
	height: auto;
	overflow: hidden
}
.c-box__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: bottom;
	transition: all 0.2s ease-out
}
.c-box__txt {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5
}
.c-box__inner {
	position: relative
}
.c-box .ngj_free_balloon {
	position: absolute;
	padding: .5em 1em .4em;
	text-align: center;
	font-size: 12px;
	color: #1a1a1a;
	background-color: #fff;
	border-radius: 3px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s;
	top: -56px;
	left: 10px
}
.c-box .ngj_free_balloon::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -6px;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	border-width: 6px 6px 0 6px
}
.c-box .ngj_free_balloon p {
	font-size: 1.2rem;
	line-height: 1.333
}
.c-box:hover .ngj_free_balloon {
	visibility: visible;
	opacity: 1;
	transition: all 0.3s
}
.c-box:hover .c-box__txt {
	text-decoration: underline
}
.c-box--movie .c-box__photo {
	position: relative
}
.c-box--movie .c-box__photo::before {
	content: "";
	width: 69px;
	height: 56px;
	background: url(/nng/images/n/2023/common/icon_play.svg) no-repeat left top;
	background-size: 69px 56px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5
}
.c-magazine {
	position: relative;
	display: block
}
.c-magazine:hover .c-magazine__img {
	transform: scale(1.06);
	transition: all 0.3s ease-out
}
.c-magazine:hover .c-magazine__subTitle {
	text-decoration: underline
}
.c-magazine__photo {
	display: block;
	margin-bottom: 12px;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #393939
}
.c-magazine__img {
	width: auto;
	height: 100%;
	display: block;
	margin: auto;
	vertical-align: bottom;
	transition: all 0.2s ease-out
}
.c-magazine__title {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 12px
}
.c-magazine__label {
	line-height: 1;
	padding: 3px 9px;
	color: #FACD06;
	border: 1px solid #FACD06
}
.c-magazine__subTitle {
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.5;
	font-weight: 700
}
.c-ad {
	display: grid;
	justify-content: center;
	place-items: center
}
.c-ad iframe {
	max-width: 100%
}
#logly-lift-4297019 #logly-lift-widget-content-head {
    font-size: 20px!important;
}