/* 共通 */
.br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: block
  }
}

/* -----------------------------------------------
   Hero
----------------------------------------------- */
.campaigns .un_bm_st_hero {
    position: relative;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    text-align: center;
}

.campaigns .un_bm_st_hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(128, 128, 128, 1);
}

.campaigns .un_bm_st_hero_title {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.4;
}

.campaigns .ly_main { margin-top: 147px; }
@media screen and (max-width: 1200px) {
    .campaigns .ly_main { margin-top: 100px; }
}
@media screen and (max-width: 768px) {
    .campaigns .ly_main { margin-top: 72px; }
}

.campaigns .un_bm_st_intro {
    background: #fff;
    padding: 65px 92px 0;
    text-align: center;
}

.campaigns .un_bm_st_intro_label {
    font-family: "Noto Sans CJK JP", sans-serif;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #858585;
    margin-bottom: 20px;
}

.campaigns .un_bm_st_intro_heading {
    font-family: "Noto Sans CJK JP", sans-serif;
    font-size: 38px;
    font-weight: 500;
    color: #000000;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin: 0 0 38px;
}
.campaigns_bannerWrap {
	margin-bottom: 50px;
}
@media screen {
	.campaigns_bannerWrap {
		margin-bottom: 30px;
	}
}

.campaigns_banner {
  /* padding: 0 24px; */
}
.campaigns .campaigns_banner_image {
  margin: 50px auto;
  /* width: 900px; */
  height: auto;
  width: 100%;
}

@media screen {
	.campaigns .campaigns_banner_image {
		margin: 20px auto;
	  }
}

/* ボタン */
.news-bg {
	background: #fff !important;
}

.news-block__header {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 100%;
	min-width: 300px;
}
.news-block__header.u-news {
	max-width: 30%;
}

.news-block {
	padding: 0;
	margin-bottom: 125px;
	/* gap: 15%; */
}

.news-block__body {
	padding-left: 0;
	min-width: 0;
	max-width: 1100px;
}

.news-block__ttl {
	display: flex;
	flex-direction: column;
	padding-left: 20px;
	border-left: 1px solid #A72126;
	font-size: 46px;
}

.news-block__ttl span {
	color: #BABABA;
	font-size: 16px;
	font-weight: 400;

}

.news-block__link.renew {
	color: #A72126;
	/* display: flex; */
	gap: 20px;
	align-items: center;
	font-weight: 500;
}

.news-block__link-arrow {
	position: relative;
	width: 16px;
	height: 16px;
	overflow: hidden;
}

.news-block__link-arrow span {
	width: 8px;
	height: 8px;
	border-top: 1px solid #A72126;
	border-right: 1px solid #A72126;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: transform 0.38s cubic-bezier(.22, .8, .2, 1), opacity 0.38s cubic-bezier(.22, .8, .2, 1);
}

.news-block__link.renew:hover .chemicals-arrow--current {
	transform: translate(100%, -50%) rotate(45deg);
	opacity: 0;
}

.news-block__link.renew:hover .chemicals-arrow--next {
	transform: translate(-50%, -50%) rotate(45deg);
	opacity: 1;
}

.news {
	display: flex;
	flex-direction: column;
	gap: 20px;
	border: none !important;
}

.news-bg__inner {
	max-width: 1750px;
	padding: 0 20px !important;
	margin: 0 auto;
	width: 100%;
}

.news__link {
display: flex;
justify-content: space-between;
align-items: center;
}

.news__arrow {
	width: 90px;
	height: 55px;
	position: relative;
	overflow: hidden;
	border-left: 1px solid #A72126;
}

.news__arrow .news__arrow-span {
	rotate: 0deg;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: transform 0.38s cubic-bezier(.22, .8, .2, 1), opacity 0.38s cubic-bezier(.22, .8, .2, 1);
}

.news__link:hover .chemicals-arrow--current {
	transform: translate(100%, -50%) rotate(45deg);
	opacity: 0;
}

.news__link:hover .chemicals-arrow--next {
	transform: translate(-50%, -50%) rotate(45deg);
	opacity: 1;
}

.news__arrow-span {
	width: 8px;
	height: 8px;
	border-top: 1px solid #A72126;
	border-right: 1px solid #A72126;
	rotate: 45deg;
}
.news__arrow-span.white {
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	rotate: 45deg;
}
.chemicals-arrow {
	width: 75px;
	height: 48px;
	position: relative;
	overflow: hidden;
	border-left: 1px solid #fff;
}

.chemicals-arrow span {
	position: absolute;
	top: 50%;
	left: 50%;
	transition: transform 0.38s cubic-bezier(.22, .8, .2, 1), opacity 0.38s cubic-bezier(.22, .8, .2, 1);
}

.chemicals-arrow .news__arrow-span.white {
	rotate: 0deg;
}

.chemicals-arrow--current {
	transform: translate(-50%, -50%) rotate(45deg);
	opacity: 1;
}

.chemicals-arrow--next {
	transform: translate(-200%, -50%) rotate(45deg);
	opacity: 0;
}

.chemicals-linkArea {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #A72126;
	color: #fff;
	margin-top: 126px;
	max-width: 424px;
	margin: 0 auto;
	width: 100%;
	height: 75px;
}

.chemicals-linkArea p {
	text-align: center;
	width: 100%;
}

.chemicals-linkArea:hover .chemicals-arrow--current {
	transform: translate(100%, -50%) rotate(45deg);
	opacity: 0;
}

.chemicals-linkArea:hover .chemicals-arrow--next {
	transform: translate(-50%, -50%) rotate(45deg);
	opacity: 1;
}


.un_fs_intro {
    margin-bottom: 55px;
}

.un_fs_heading {
    color: #333;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.7;
    margin: 0 0 30px;
}


/* campaigns_past */
.campaigns_past {
    margin: 60px auto;
    max-width: 1200px;
    padding: 0 24px;
}

.campaigns_past_heading {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 34px;
}

.campaigns_past_table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #F8F8F8;
}

.campaigns_past_table th {
    background: #A72126;
    opacity: 0.5;
    color: #fff;
    text-align: left;
    padding: 16px 20px;
    border-right: 2px solid #F8F8F8;
}

.campaigns_past_table th:last-child {
    border-right: none;
}

.campaigns_past_table td {
    padding: 16px 20px;
    border: 1px solid #F8F8F8;
}

.campaigns_past_table tr:nth-child(odd) td {
    background: #fff;
}

.campaigns_past_table tr:nth-child(even) td {
    background: #FBF6F6;
}

/* -----------------------------------------------
   Responsive — 1024px
----------------------------------------------- */
@media screen and (max-width: 1024px) {
    .campaigns .un_bm_st_hero_title {
        font-size: 40px;
    }

    .campaigns .un_bm_st_intro_heading {
        font-size: 34px;
    }

    .campaigns .un_bm_st_tools {
        padding-left: 20px;
        padding-right: 20px;
    }

    .campaigns .un_bm_st_tools_inner {
        padding: 0;
    }
}

/* -----------------------------------------------
   Responsive — 768px (SP)
----------------------------------------------- */
@media screen and (max-width: 768px) {
    .campaigns .un_bm_st_hero {
        min-height: 106px;
    }

    .campaigns .un_bm_st_hero_title {
        font-size: 24px;
    }

    .campaigns .un_bm_st_intro_label {
        display: none;
    }

    .campaigns .un_bm_st_intro,
    .campaigns .un_bm_st_tools {
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 0;
    }


    .campaigns_banner {
        padding: 0 20px;
    }

    .campaigns .un_bm_st_intro {
        padding-top: 24px;
        /* padding-bottom: 45px; */
    }

    .campaigns .un_bm_st_intro_heading {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .campaigns_past {
        padding: 0 20px;
    }

    .campaigns_past_heading {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 34px;
    }

    .campaigns_past_table th {
        font-size: 14px;
        padding: 6px 8px;
    }

    .campaigns_past_table td {
        font-size: 12px;
    }
}
