@charset "UTF-8";
/* カラー関連 */
.box-mainarticle .item-tems a.darkblue {
	background: #1E238C;
}
.box-mainarticle .item-tems a.blue {
	background: #00A0D2;
}
.box-mainarticle .item-tems a.violet {
	background: #7D1482;
}
.box-mainarticle .item-tems a.red {
	background: #e4004f;
}
.box-mainarticle .item-tems a.pink {
	background: #F05573;
}
.box-mainarticle .item-tems a.green {
	background: #009B46;
}
.box-mainarticle .item-tems a.orange {
	background: #FFA014;
}
.box-mainarticle .item-tems a.brown {
	background: #938D27;
}

.intro-tag.darkblue {
	background: #1E238C;
}
.intro-tag.blue {
	background: #00A0D2;
}
.intro-tag.violet {
	background: #7D1482;
}
.intro-tag.red {
	background: #e4004f;
}
.intro-tag.pink {
	background: #F05573;
}
.intro-tag.green {
	background: #009B46;
}
.intro-tag.orange {
	background: #FFA014;
}
.intro-tag.brown {
	background: #938D27;
}

/*
.list-news__tag.darkblue {
	background: #1E238C;
}
.list-news__tag.blue {
	background: #00A0D2;
}
.list-news__tag.violet {
	background: #7D1482;
}
.list-news__tag.red {
	background: #e4004f;
}
.list-news__tag.pink {
	background: #F05573;
}
.list-news__tag.green {
	background: #009B46;
}
.list-news__tag.orange {
	background: #FFA014;
}
.list-news__tag.brown {
	background: #938D27;
}
*/

@media screen and (min-width: 835px) {
	.list-news__wrap.darkblue:after {
		border-bottom: 15px solid #1E238C;
	}
	.list-news__wrap.blue:after {
		border-bottom: 15px solid #00A0D2;
	}
	.list-news__wrap.violet:after {
		border-bottom: 15px solid #7D1482;
	}
	.list-news__wrap.red:after {
		border-bottom: 15px solid #e4004f;
	}
	.list-news__wrap.pink:after {
		border-bottom: 15px solid #F05573;
	}
	.list-news__wrap.green:after {
		border-bottom: 15px solid #009B46;
	}
	.list-news__wrap.orange:after {
		border-bottom: 15px solid #FFA014;
	}
	.list-news__wrap.brown:after {
		border-bottom: 15px solid #938D27;
	}
}

@media screen and (max-width: 834px) {
	.list-news__wrap.darkblue:after {
		border-top: 10px solid #1E238C;
	}
	.list-news__wrap.blue:after {
		border-top: 10px solid #00A0D2;
	}
	.list-news__wrap.violet:after {
		border-top: 10px solid #7D1482;
	}
	.list-news__wrap.red:after {
		border-top: 10px solid #e4004f;
	}
	.list-news__wrap.pink:after {
		border-top: 10px solid #F05573;
	}
	.list-news__wrap.green:after {
		border-top: 10px solid #009B46;
	}
	.list-news__wrap.orange:after {
		border-top: 10px solid #FFA014;
	}
	.list-news__wrap.brown:after {
		border-top: 10px solid #938D27;
	}
}

/*
.list-category__ct.darkblue .list-category__tag {
	background: #1E238C;
}
.list-category__ct.blue .list-category__tag {
	background: #00A0D2;
}
.list-category__ct.violet .list-category__tag {
	background: #7D1482;
}
.list-category__ct.red .list-category__tag {
	background: #e4004f;
}
.list-category__ct.pink .list-category__tag {
	background: #F05573;
}
.list-category__ct.green .list-category__tag {
	background: #009B46;
}
.list-category__ct.orange .list-category__tag {
	background: #FFA014;
}
.list-category__ct.brown .list-category__tag {
	background: #938D27;
}
*/

.list-category__ct.darkblue:after {
	border-bottom: 15px solid #1E238C;
}
.list-category__ct.blue:after {
	border-bottom: 15px solid #00A0D2;
}
.list-category__ct.violet:after {
	border-bottom: 15px solid #7D1482;
}
.list-category__ct.red:after {
	border-bottom: 15px solid #e4004f;
}
.list-category__ct.pink:after {
	border-bottom: 15px solid #F05573;
}
.list-category__ct.green:after {
	border-bottom: 15px solid #009B46;
}
.list-category__ct.orange:after {
	border-bottom: 15px solid #FFA014;
}
.list-category__ct.brown:after {
	border-bottom: 15px solid #938D27;
}


/* メインビジュアル */
.slider-home__link {
	display: block;
}
.slider-home .item {
	position: relative;
}
.p-mv-text {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 40px;
	color: #fff;
}
/*
@media screen and (max-width: 834px) {
	.p-mv-text {
		padding: 24px;
	}
}
*/
@media screen and (max-width: 834px) {
	.p-mv-text {
		position: static;
		background: #fff;
		padding: 12px 15px 30px 15px;
		border-top: 3px #E4004F solid;
		min-height: 200px;
		color: #000000;
	}
}
.p-mv-text__cat {
	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: 130px;
	height: 30px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4rem;
	border-bottom: 1px solid #e4004f;
}
@media screen and (max-width: 834px) {
	.p-mv-text__cat {
		width: 76px;
		height: 20px;
		font-size: 1rem;
		border-bottom: none;
		width: auto;
		justify-content: flex-start;
		color: #666666;
	}
}
.p-mv-text__body {
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
	margin-top: 20px;
	text-shadow: 2px 2px 10px rgb(0 0 0 / 50%);
}
/*
@media screen and (max-width: 834px) {
	.p-mv-text__body {
		margin-top: 15px;
	}
}
*/
@media screen and (max-width: 834px) {
	.p-mv-text__body {
		margin-top: 4px;
		text-shadow: none;
	}
}
.p-mv-text__heading {
	font-size: 4rem;
	font-weight: 800;
}
/*
@media screen and (max-width: 834px) {
	.p-mv-text__heading {
		font-size: 3.2rem;
	}
}
*/
@media screen and (max-width: 834px) {
	.p-mv-text__heading {
		font-size: 2.4rem;
		color: #262626;
		margin-bottom: 6px;
	}
}
.p-mv-text__brand {
	font-size: 2.4rem;
	margin-top: 5px;
	font-weight: 800;
}
@media screen and (max-width: 834px) {
	.p-mv-text__brand {
		font-size: 2rem;
		margin-top: 3px;
	}
}
@media screen and (max-width: 834px) {
	.p-mv-text__desc {
		display: -webkit-box;
	    overflow: hidden;
	    -o-text-overflow: ellipsis;
	    text-overflow: ellipsis;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    height: 44px;
	    font-size: 1.6rem;
	    margin-bottom: 7px;
	}
}

/* TOPスライダー広告 */
.slider-ads__link {
	display: block;
}

/* ボタン（PC） */
@media screen and (min-width: 835px) {
	.btn-links {
	  margin-bottom: 27px;
	}
	.btn-links a {
	  margin-bottom: 31px;
	}
	.btn-links a:last-child {
	  margin-bottom: 0;
	}
	.btn-comp02 {
	  font-size: 1.5rem;
	  font-weight: 600;
	  color: #ffffff;
	  line-height: 1.75;
	  letter-spacing: 0.01em;
	  padding: 12px 10px;
	  width: 100%;
	  text-align: center;
	  background: #000000;
	  display: inline-block;
	}
	.btn-comp02__orange {
	  background: #ea613b;
	}
}

/* 検索 */
@media screen and (min-width: 835px) {
	.open-btn img {
		margin-bottom: 5px;
	}
	.open-btn span {
		display: block;
		font-family: Helvetica, sans-serif;
		font-weight: 500;
		color: #595959;
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 1024px) {
	.open-btn img {
		width: 25px;
		margin-bottom: 0;
	}
	.open-btn span {
		display: none;
	}
}
@media screen and (max-width: 834px) {
	.open-btn img {
		width: 25px;
	}
	.open-btn span {
		display: none;
	}
}
.open-btn {
	cursor: pointer;
}
#search-wrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: all 0.4s;
	width: 100%;
	height: 100vh;
}
#search-wrap.panelactive {
	opacity: 1;
	z-index: 20;
	background: #333;
	display: flex;
	justify-content: center;
	align-items: center;
}
#search-wrap .search-area {
	display: none;
}
#search-wrap.panelactive .search-area {
	display: block;
	width: 80%;
	position: relative;
}
.search-wrap form,
#search-wrap form {
	position: relative;
	height: 66px;
}
.search-wrap input,
#search-wrap input {
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
}
.search-wrap input[type="text"],
#search-wrap input[type="text"] {
	width: 100%;
	height: 100%;
	padding: 20px;
	border: none;
	transition: all 0.5s;
	letter-spacing: 0.05em;
	font-size: 1.6rem;
	background: #fff;
}
.search-wrap input[type="submit"],
#search-wrap input[type="submit"] {
	border: none;
	position: absolute;
	top: 0;
	right: 10px;
	background: url("../img/common/icon-search-pc.png") no-repeat 15px center;
	background-size: 25px 25px;
	width: 66px;
	height: 66px;
}
.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	cursor: pointer;
	width: 60px;
	height: 60px;
}
.close-btn span {
	display: inline-block;
	position: absolute;
	left: 14px;
	height: 3px;
	border-radius: 2px;
	background-color: #fff;
}
.close-btn span:nth-of-type(1) {
	top: 21px;
	left: 16px;
	transform: translateY(6px) rotate(-135deg);
	width: 50%;
}
.close-btn span:nth-of-type(2) {
	top: 32px;
	left: 16px;
	transform: translateY(-6px) rotate(135deg);
	width: 50%;
}

/* archiveページ */
@media screen and (min-width: 835px) {
	.sec-articlelist {
		padding: 40px 0 188px;
	}
}
@media screen and (max-width: 834px) {
	.sec-articlelist {
		padding: 30px 0 31px;
	}
}
@media screen and (min-width: 835px) {
	.list-news__item:nth-of-type(n+4) {
		margin-top: 20px;
	}
}

/* singleページ */
@media screen and (min-width: 835px) {
	.ttl-article--en {
		font-size: 1.6rem;
		color: #404040;
/* 		margin-bottom: 54px; */
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 834px) {
	.ttl-article--en {
		font-size: 1.2rem;
		color: #502314;
/* 		margin-bottom: 23px; */
		margin-bottom: 5px;
	}
}
.l-list-social {
	margin-bottom: 26px;
}

.flex-box {
	display: flex;
	justify-content: space-between;
}
.flex-box figure {
	width: 50%;
}
.flex-box .text__box {
	width: calc( 50% - 15px );
	margin-left: 15px;
}
.flex-box .text__box > p {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.7222;
	margin-bottom: 30px;
}
.flex-box.right {
	flex-direction: row-reverse;
}
.flex-box.right .text__box {
	margin-left: 0;
	margin-right: 15px;
}

/* グローバルナビ */
@media screen and (min-width: 1025px) {
	#header .nav-menu .show-menu > .item {
		display: flex;
		align-items: flex-end;
	}
}

/* プレゼント */
.present-event .sec-page {
	padding: 40px 0 50px;
}
@media screen and (max-width: 834px) {
	.present-event .sec-page {
		padding: 0;
		background: #e5e5e5;
	}
}
@media screen and (max-width: 834px) {
	.present-event .inner {
		padding: 0;
	}
}
@media screen and (max-width: 834px) {
	.l-head-img {
		margin: 0px -5px;
	}
}
.l-sec-apply {
	margin-bottom: 99px;
}
@media screen and (max-width: 834px) {
	.l-sec-apply {
		margin-top: 0;
		margin-bottom: 35px;
	}
}
.p-sec-apply {
	padding: 0 60px;
}
@media screen and (max-width: 834px) {
	.p-sec-apply {
		padding: 0;
	}
}
.p-sec-apply__head {
	padding: 0 0 70px;
}
@media screen and (max-width: 834px) {
	.p-sec-apply__head {
		padding: 22px 0;
		background: #fff;
		margin: 0px -5px;
	}
}
.page-ct p.c-heading01 {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 4.6rem;
	letter-spacing: 0.02em;
	text-align: center;
}
@media screen and (max-width: 834px) {
	.page-ct p.c-heading01 {
		font-size: 2.3rem;
	}
}
.p-sec-apply__title {
	margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
	.p-sec-apply__title {
		margin-bottom: 23px;
	}
}
.p-sec-apply__lead {
	font-size: 2.2rem;
	line-height: 1.54545;
	letter-spacing: 0.01em;
	margin-bottom: 60px;
	text-align: center;
}
@media screen and (max-width: 834px) {
	.p-sec-apply__lead {
		font-size: 1.1rem;
		margin-bottom: 24px;
	}
}
.c-btn01 {
	background-color: #e4004f;
	color: #fff;
	display: inline-block;
	font-size: 2.2rem;
	width: 500px;
	max-width: 100%;
	padding: 17px;
}
@media screen and (max-width: 834px) {
	.c-btn01 {
		font-size: 1.1rem;
		padding: 8px;
	}
}
.p-sec-apply__btn {
/* 	margin-bottom: 88px; */
	text-align: center;
}
@media screen and (max-width: 834px) {
	.p-sec-apply__btn {
		padding: 0 60px;
	}
}
.p-sec-apply__list {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
	.p-sec-apply__list {
		display: block;
/* 		margin: 0 -18px; */
		padding: 10px;
	}
}
.p-sec-apply__item {
	flex: 0 1 47.72727%;
}
.p-sec-apply__item:nth-of-type(2n) {
	margin-left: 4.54545%;
}

.p-sec-apply__item:nth-of-type(n+3) {
	margin-top: 60px;
}
@media screen and (max-width: 834px) {
	.p-sec-apply__item:nth-of-type(2n) {
		margin-left: 0;
	}
	.p-sec-apply__item:nth-of-type(n+2) {
		margin-top: 10px;
	}
}
.c-card__link {
	display: block;
}
.c-card__img-wrapper {
	position: relative;
	overflow: hidden;
/* 	margin-bottom: 19px; */
}
.c-card__img-wrapper::before {
	content: "";
	display: block;
	background: #CBCBCB;
	padding-bottom: calc(320 / 320 * 100%);
}
.c-card__img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.c-card__body {
	margin-top: 19px;
}
@media screen and (max-width: 834px) {
	.c-card__body {
		margin-top: 0;
		padding: 8px 13px;
		background: #fff;
	}
}
.c-card__title {
	font-size: 2rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
	margin-bottom: 16px;
}
@media screen and (max-width: 834px) {
	.c-card__title {
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
}
.c-card__sub-title {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	margin-bottom: 18px;
}
@media screen and (max-width: 834px) {
	.c-card__sub-title {
		font-size: 1rem;
		margin-bottom: 17px;
	}
}
.c-card__text {
	font-size: 1.6rem;
	line-height: 1.375;
	overflow: hidden;
/* 	height: 5.5em; */
	max-height: 5.5em;
}
@media screen and (max-width: 834px) {
	.c-card__text {
		font-size: 1.1rem;
		color: #808080;
	}
}
.p-sec-apply__list {
	margin-bottom: 70px;
}
@media screen and (max-width: 834px) {
	.p-sec-apply__list {
		margin-bottom: 25px;
	}
}
.p-sec-apply__note {
	margin-bottom: 70px;
	text-align: right;
}
@media screen and (max-width: 834px) {
	.p-sec-apply__note {
		margin-bottom: 43px;
		padding: 0 10px;
	}
}
.p-sec-apply__link {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	font-weight: bold;
}
@media screen and (max-width: 834px) {
	.p-sec-apply__link {
		font-size: 1rem;
	}
}
.p-sec-apply__btn02 {
	text-align: center;
}
@media screen and (max-width: 834px) {
	.p-sec-apply__btn02 {
		margin: 0 -5px;
		padding: 0 60px;
	}
}
@media screen and (max-width: 834px) {
	.l-sec-benefits {
		margin: 0 -5px;
	}
}
.page-ct p.p-sec-benefits__title {
	line-height: 1.33333;
	font-size: 3rem;
	letter-spacing: 0.01em;
	margin-bottom: 40px;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 834px) {
	.page-ct p.p-sec-benefits__title {
		font-size: 1.7rem;
		margin-bottom: 23px;
	}
}
.c-media {
	display: flex;
	min-height: 305px;
}
@media screen and (max-width: 834px) {
	.c-media {
		display: block;
		min-height: auto;
	}
}
.c-media--reverse {
	flex-direction: row-reverse;
}
.c-media__body {
	flex: 0 1 60%;
	padding: 35px 75px;
}
@media screen and (max-width: 834px) {
	.c-media__body {
		padding: 46px 54px 70px;
	}
}
.c-media--reverse .c-media__body {
	text-align: right;
}
@media screen and (max-width: 834px) {
	.c-media--reverse .c-media__body {
		text-align: left;
	}
}
.c-media__img-wrapper {
	flex: 0 1 40%;
}
.c-media__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.c-media__body.darkblue {
	background-color: #1E238C;
}
.c-media__body.blue {
	background-color: #00A0D2;
}
.c-media__body.violet {
	background-color: #7D1482;
}
.c-media__body.red {
	background-color: #e4004f;
}
.c-media__body.pink {
	background-color: #F05573;
}
.c-media__body.green {
	background-color: #009B46;
}
.c-media__body.orange {
	background-color: #FFA014;
}
.c-media__body.brown {
	background-color: #938D27;
}
.c-media__body.black {
	background-color: #404040;
}
@media screen and (max-width: 834px) {
	.c-media__body.darkblue {
		background-color: rgba(30,35,140,0.8);
	}
	.c-media__body.blue {
		background-color: rgba(0,160,210,0.8);
	}
	.c-media__body.violet {
		background-color: rgba(125,20,130,0.8);
	}
	.c-media__body.red {
		background-color: rgba(200,40,45,0.8);
	}
	.c-media__body.pink {
		background-color: rgba(240,85,115,0.8);
	}
	.c-media__body.green {
		background-color: rgba(0,155,70,0.8);
	}
	.c-media__body.orange {
		background-color: rgba(255,160,20,0.8);
	}
	.c-media__body.brown {
		background-color: rgba(147,141,39,0.8);
	}
	.c-media__body.black {
		background-color: rgba(64,64,64,0.8);
	}
}
.c-media__title {
	color: #fff;
	display: inline-block;
	font-size: 3.2rem;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	letter-spacing: 0.04em;
	position: relative;
	min-width: 105px;
	text-align: center;
}
@media screen and (max-width: 834px) {
	.c-media__title {
		font-size: 1.6rem;
		min-width: auto;
	}
}
.c-media__title::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 1px;
}
.c-media__text {
	color: #fff;
	font-size: 2.6rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
	margin-top: 45px;
	text-align: left;
}
@media screen and (max-width: 834px) {
	.c-media__text {
		font-size: 1.5rem;
		margin-top: 25px;
	}
}
.c-media__note {
	margin-top: 35px;
	text-align: left;
	font-size: 2.2rem;
	letter-spacing: 0.02em;
}
.c-media__note a {
	font-size: 2.2rem;
	letter-spacing: 0.02em;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}
@media screen and (max-width: 834px) {
	.p-sec-benefits__note {
		text-align: center;
	}
	.p-sec-benefits__note a {
		font-size: 1.1rem;
		letter-spacing: 0.02em;
		padding-bottom: 5px;
		border-bottom: 1px solid #000;
	}
}
.p-sec-benefits__btn {
	text-align: center;
}
@media screen and (max-width: 834px) {
	.p-sec-benefits__btn {
		padding: 0 60px;
	}
}
.l-sec-archive {
	margin-top: 0;
	padding-top: 87px;
	background: #e5e5e5;
}
@media screen and (max-width: 834px) {
	.l-sec-archive {
		padding-top: 30px;
		margin-bottom: 0;
		padding-bottom: 85px;
		background: #fff;
	}
}
.p-sec-archive {
	margin-top: 40px;
	padding: 0 10px;
}
.p-sec-archive__title {
	margin-bottom: 45px;
}
@media screen and (max-width: 834px) {
	.p-sec-archive__title {
		margin-bottom: 29px;
	}
}
.p-sec-archive__note {
	text-align: right;
	margin: 30px 52px 0 0;
}
@media screen and (max-width: 834px) {
	.p-sec-archive__note {
		text-align: center;
		margin: 15px 0 0;
	}
}
.p-sec-archive__link {
	font-size: 2.6rem;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	letter-spacing: 0.02em;
	position: relative;
	padding-right: 33px;
}
@media screen and (max-width: 834px) {
	.p-sec-archive__link {
		font-size: 1.5rem;
		padding-right: 16px;
	}
}
.p-sec-archive__link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent #000;
}
@media screen and (max-width: 834px) {
	.p-sec-archive__link::after {
		border-width: 5px 0 5px 10px;
	}
}


.p-sec-archive .list-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 40px;
}
.p-sec-archive .list-news .list-news__item {
  width: 100%;
  padding: 10px;
}

@media screen and (max-width: 834px) {
	.p-sec-archive .list-news {
		margin-bottom: 0;
	}
	.p-sec-archive .list-news .list-news__item {
    	width: 100%;
		padding: 5px 10px 18px 10px;
		margin-bottom: 0;
  }
}
.p-sec-archive .list-news .list-news__item:first-child .list-news__wrap {
	padding-top: 20px;
}
.p-sec-archive .list-news .list-news__item .list-news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #ffffff;
  border-bottom: 1px #666 solid;
  padding-bottom: 20px;
}
.p-sec-archive .list-news .list-news__item .list-news__wrap .list-news__img {
  width: 108px;
  position: relative;
  overflow: hidden;
}
.p-sec-archive .list-news .list-news__item .list-news__wrap .list-news__img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.p-sec-archive .list-news .list-news__item .list-news__wrap .list-news__img .thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.p-sec-archive .list-news .list-news__item .list-news__wrap .list-news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.p-sec-archive .list-news .list-news__item .list-news__wrap .list-news__contents {
  position: relative;
  width: calc(100% - 108px);
  padding: 0 14px;
  border-bottom: none;
}
.p-sec-archive .list-news .list-news__item .list-news__wrap .list-news__tag {
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: #666;
}
.p-sec-archive .list-news .list-news__item .list-news__wrap .list-news__ttl {
  font-weight: bold;
  margin-bottom: 6px;
}
.p-sec-archive .list-news .list-news__item .list-news__wrap .list-news__ttl .jp {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.p-sec-archive .list-news .list-news__item .list-news__wrap .list-news__ttl .en {
  font-size: 1rem;
  color: #666;
}

.present-event .sec-relatedart {
	padding: 0 10px;
}
.present-event .list-category {
	margin-bottom: 0!important;
}
.present-event .sec-otherpro {
	padding: 40px 10px;
}

ul.l-list-social .addtoany_list a + a {
	margin-left: 5px;
}
@media screen and (max-width: 480px) {
	ul.l-list-social .addtoany_list a {
		padding-left: 10px;
	}
}

.alert.alert-point.alert-GOLD,
.alert.alert-point.alert-SILVER,
.alert.alert-point.alert-BRONZE,
.alert.alert-easter {
	font-size: 200%;
	padding: 20px;
	margin-bottom:1rem;
}
.alert.alert-point.alert-GOLD {
	background-image: linear-gradient(to right, #d4af37, #ffd700, #d4af37);
	color: #f00;

}
.alert.alert-point.alert-SILVER {
	background-color: #b2b2b2;
	color: #f00;
}
.alert.alert-point.alert-BRONZE {
	background-color: #b7885f;
	color: #000;
}
.alert.alert-easter {
	background-color: #000;
	color: #cba836;
}

#category-settings ul li:nth-child(2) {
	display: none;/* FEATURESのチェックボックスを非表示にする */
}

/* Add 2023-11-1 */
.kwj-item-tems-wrapper {
	display: flex;
}
.kwj-item-tems-wrapper .item-tems {
}
.kwj-item-tems-wrapper #google_translate_element {
	flex-shrink: 0;
	flex-grow: 1;
	width: 200px;
	margin-left: 30px;
}
@media screen and (max-width: 480px) {
	.kwj-item-tems-wrapper .item-tems {
		flex: 1;
	}
	.kwj-item-tems-wrapper #google_translate_element {
		flex: 1;
		text-align:right;
		margin-right: 12px;
	}
}
/* Add 2023-11-16 */
.addtoany_list.kwjsns {
	display:flex;
	line-height: 24px;
}
img.kwjsns__image {
	width:24px;
}
@media screen and (max-width: 480px) {
	img.kwjsns__image {
		width:22px;
	}
}

/* クロニクルPDF操作ボタン,スタイル上書き Add 2023-11-24 */
.article__body div.pdfemb-viewer {
    overflow: visible;
}
.article__body div.pdfemb-toolbar.pdfemb-toolbar-hover.pdfemb-toolbar-bottom {
    bottom: -35px;
}

/* モーダル広告 */
body.open_popup {
    overflow: hidden;
}
.bg_onetime_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
body.open_popup .bg_onetime_popup {
    opacity: 1;
    visibility: visible;
}
@media screen and (min-width: 481px) {
	.onetime_popup {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		width: 70vw;
		max-width:800px;
		background-color: #fff;
	}
}
@media screen and (max-width: 480px) {
	.onetime_popup {
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		width: 100vw;
		background-color: #fff;
	}
}
.onetime_popup_title {
    position: relative;
    padding: 0.5em 10px;
    margin: 0px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
}
.onetime_popup_title_close {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    cursor: pointer;
}
.onetime_popup_title_close::before,
.onetime_popup_title_close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 4px;
    background-color: #fff;
    content: "";
}
.onetime_popup_title_close::before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.onetime_popup_title_close::after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.onetime_popup_content {
    padding: 30px 15px;
    text-align: center;
}
