@charset "utf-8";

/* -----------------------------------------------------------------
[COMMON] .irTop
----------------------------------------------------------------- */
article#ir_wrap.ir_top {
	padding: 0;
}

/* -----------------------------------------------------------------
[COMMON]  ir_commonbtn  共通btn
----------------------------------------------------------------- */
#ir_wrap .ir_commonbtn a {
	display: block;
	width: 100%;
	padding: 6px;
	font-size: 12px;
	line-height: 12px;
	color: #238198;
	text-align: center;
	background: #ffffff;
	border: 1px solid rgba(35, 129, 152, 0.5);
	transition: 300ms;
	text-decoration: none;
	overflow: visible;
}

#ir_wrap .ir_commonbtn a::before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 1px;
	right: 0px;
	top: 50%;
	background: rgba(35, 129, 152, 0.5);
	transition: 300ms;
}

#ir_wrap .ir_commonbtn a span {
	display: inline-block;
}

#ir_wrap .ir_commonbtn a .more1::before {
	content: "";
	display: block;
	position: absolute;
	width: 0%;
	height: 0%;
	left: -1px;
	top: -1px;
	visibility: hidden;
	border-top: 1px solid #238198;
	border-left: 1px solid #238198;
	transition: 300ms 300ms ease-in-out;
}

#ir_wrap .ir_commonbtn a .more1::after {
	content: "";
	display: block;
	position: absolute;
	width: 0%;
	height: 0%;
	left: -1px;
	bottom: -1px;
	visibility: hidden;
	border-bottom: 1px solid #238198;
	border-left: 1px solid #238198;
	-webkit-transition: 300ms 300ms ease-in-out;
	transition: 300ms 300ms ease-in-out;
}

#ir_wrap .ir_commonbtn a .more2::before {
	content: "";
	display: block;
	position: absolute;
	width: 0%;
	height: 0%;
	right: -1px;
	top: -1px;
	visibility: hidden;
	border-top: 1px solid #238198;
	border-right: 1px solid #238198;
	-webkit-transition: 300ms 300ms ease-in-out;
	transition: 300ms 300ms ease-in-out;
}

#ir_wrap .ir_commonbtn a .more2::after {
	content: "";
	display: block;
	position: absolute;
	width: 0%;
	height: 0%;
	right: -1px;
	bottom: -1px;
	visibility: hidden;
	border-bottom: 1px solid #238198;
	border-right: 1px solid #238198;
	-webkit-transition: 300ms 300ms ease-in-out;
	transition: 300ms 300ms ease-in-out;
}

#ir_wrap .ir_commonbtn a:hover {
	color: #ffffff !important;
	background: #238198;
	text-decoration: none;
	transition: 300ms 300ms;
}

#ir_wrap .ir_commonbtn a:hover::before {
	background-color: #ffffff;
	transition: 300ms 300ms;
}

#ir_wrap .ir_commonbtn a:hover span::before {
	width: 51% !important;
	height: 51% !important;
	visibility: visible !important;
	transition: 300ms ease-in-out !important;
}

#ir_wrap .ir_commonbtn a:hover span::after {
	width: 51% !important;
	height: 51% !important;
	visibility: visible !important;
	-webkit-transition: 300ms ease-in-out !important;
	transition: 300ms ease-in-out !important;
}


/* -----------------------------------------------------------------
[COMMON]  #block_top
----------------------------------------------------------------- */
#block_top #box_document {
	background: #e8f3f6;
	position: relative;
}

#block_top #box_document h2.ttl {
	font-weight: bold;
	line-height: 1;
}

#block_top #box_document h4 {
	line-height: 1;
	font-weight: normal;
	border-bottom: 1px solid #c3dfe6;
}

#block_top #box_stock {
	position: relative;
	background: #fff;
	border: 1px solid #ddd;
}

#block_top .box_schedule {
	position: relative;
}

#block_top .box_schedule .ttl {
	font-weight: bold;
	color: #fff;
	line-height: 1;
}

#block_top .box_schedule .season {
	width: fit-content;
	line-height: 1;
	border-bottom: 1px solid #fff;
}

#block_top #box_stock>a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#block_top .box_schedule,
#block_top .box_link {
	background: #5bc2dc;
	color: #fff;
	position: relative;
}

#block_top .box_link a {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#block_top .box_link span {
	display: inline-block;
	position: relative;
	padding-right: 0.75em;
}

#block_top .box_link span::after {
	content: "";
	display: block;
	width: 0.5em;
	height: 0.5em;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
	position: absolute;
	right: 0;
	top: 0.6em;
}

/* -----------------------------------------------------------------
[COMMON]  #block_irnews
----------------------------------------------------------------- */
#block_irnews .container {
	border-top: 1px solid #8e8e8e;
}

#block_irnews h2.ttl {
	font-weight: bold;
	line-height: 1;
}

#block_irnews .news_wrapper dl {
	border-bottom: 1px solid #ddd;
}

#block_irnews .news_wrapper dd {
	display: block;
	position: relative;
}

#block_irnews .news_wrapper dd a {
	display: block;
}

#block_irnews .news_wrapper dd .cat_icons span {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
	color: transparent;
	background-size: contain;
	background-position: 0 0;
	background-repeat: no-repeat;
	
}

#block_irnews .news_wrapper dd .cat_icons .cate01 {
	background-image: url(/news/common/img/icon_cate_01.gif);
}

#block_irnews .news_wrapper dd .cat_icons .cate02 {
	background-image: url(/news/common/img/icon_cate_02.gif);
}

#block_irnews .news_wrapper dd .cat_icons .cate03 {
	background-image: url(/news/common/img/icon_cate_03.gif);
}

#block_irnews .news_wrapper dd .cat_icons .cate04 {
	background-image: url(/news/common/img/icon_cate_04.gif);
}

#block_irnews .news_wrapper dd .cat_icons .cate05 {
	background-image: url(/news/common/img/icon_cate_05.gif);
}

#block_irnews .news_wrapper dd .cat_icons .cate06 {
	background-image: url(/news/common/img/icon_cate_06.gif);
}

#block_irnews .news_wrapper dd .cat_icons .cate07 {
	background-image: url(/news/common/img/icon_cate_07.gif);
}

#block_irnews .news_wrapper dd .cat_icons .cate08 {
	background-image: url(/news/common/img/icon_cate_08.gif);
}

#block_irnews .news_wrapper dd .cat_icons .cate09 {
	background-image: url(/news/common/img/icon_cate_09.gif);
}

#block_irnews .news_wrapper dd .cat_icons .cate10 {
	background-image: url(/news/common/img/icon_cate_10.gif);
}

/* -----------------------------------------------------------------
[COMMON]  #block_middle 〜
----------------------------------------------------------------- */
#block_middle {
	background: #e8f3f6;
}

#block_middle li {
	text-align: center;
}

#block_middle li .txt {
	font-weight: bold;
}

#block_middle02 {
	background: #238198;
}

#block_middle03 {
	background: #5bc2dc;
}

#block_middle02 .link_sbf,
#block_middle03 .link_sbf {
	font-weight: bold;
	display: inline-block;
	position: relative;
	line-height: 1.4;
	overflow: visible;
	color: #fff;
}

#block_middle02 .link_sbf::before,
#block_middle03 .link_sbf::before {
	content: "";
	display: block;
	background: url(/softdrink/ir/common2025/img/top/icon_link.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0;
}

#block_middle02 .list_middle02 li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e6f6fa;
	color: #238198;
	position: relative;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

/* -----------------------------------------------------------------
[COMMON]  #block_sitemap
----------------------------------------------------------------- */
#block_sitemap h2.ttl {
	font-weight: bold;
	line-height: 1;
}

/* -----------------------------------------------------------------
[COMMON]  #block_related
----------------------------------------------------------------- */
#block_related {
	background: #f5f5f5;
}

#block_related li {
	text-align: center;
}

#block_related li a {
	color: #000;
}

/*@media screen and (min-width: 768px) {*/
@media screen and (min-width: 1000px) {

	#ir_wrap .sec_top {
		padding: 0 20px;
	}


	/* -----------------------------------------------------------------
[PC]  ir_commonbtn  共通btn
----------------------------------------------------------------- */
	#block_top .ir_commonbtn {
		position: absolute;
		width: 145px;
		top: 35px;
		right: 30px;
	}

	#block_irnews .ir_commonbtn {
		position: absolute;
		width: 145px;
		top: 35px;
		right: 0;
	}

	/* -----------------------------------------------------------------
[PC]  #block_top
----------------------------------------------------------------- */
	#block_top .container {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		gap: 20px;
		margin-top: 30px;
	}

	#block_top #box_document {
		width: calc((100% - 20px)/2);
		padding: 30px 40px;
	}

	#block_top #box_document h2.ttl {
		font-size: 24px;
	}

	#block_top #box_document h4 {
		margin: 20px 0 0;
		font-size: 14px;
		padding-bottom: 15px;
	}

	#block_top #box_document .list_arrow {
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-start;
		margin: 15px 0 0;
		padding: 0;
		gap: 10px;
	}

	#block_top #box_document .list_arrow li {
		position: relative;
		width: fit-content;
		font-size: 15px;
		padding: 0 0 0 15px;
		line-height: 1.8;
	}

	#block_top #box_document .list_arrow li::before {
		content: "";
		display: block;
		position: absolute;
		width: 7px;
		height: 1.8em;
		top: 0;
		left: 0;
		background: url(/softdrink/ir/common2025/img/arrow_right_indigo_s.svg) no-repeat left center / 7px;
	}

	#block_top #box_document li .fsize {
		font-size: 12px;
	}

	#block_top #box_stock {
		width: calc((100% - 20px)/2);
		padding: 25px;
		transition: .3s;
	}

	#block_top #box_stock iframe {
		height: 328px;
	}

	#block_top #box_stock:hover,
	#block_top .box_link:hover {
		opacity: 0.6;
	}

	#block_top .box_schedule {
		width: calc((100% - 20px)/2);
		padding: 30px 40px;
		min-height: 250px;
	}

	#block_top .box_schedule .season {
		margin: 20px 0 0;
		padding: 0 0 2px;
		font-size: 20px;
	}

	#block_top .box_schedule .event {
		font-size: 28px;
		margin: 15px 0 0;
	}

	#block_top .box_schedule .ttl {
		font-size: 24px;
	}

	#block_top .box_link {
		width: calc((100% - 60px)/4);
		transition: .3s;
	}

	#block_top .box_link a {
		font-size: 18px;
	}

	#block_top .box_link img {
		display: block;
		margin: 0 auto 12px;
	}

	/* -----------------------------------------------------------------
[PC]  #block_irnews
----------------------------------------------------------------- */
	#ir_wrap #block_irnews {
		margin: 60px 0 0;
	}

	#block_irnews .container {
		padding: 40px 0 60px;
	}

	#block_irnews h2.ttl {
		font-size: 24px;
		margin: 0 0 10px;
	}

	#block_irnews .news_wrapper dl {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 18px 0;
	}

	#block_irnews .news_wrapper dt {
		width: 160px;
		font-size: 14px;
		line-height: 1.5;
	}

	#block_irnews .news_wrapper dd {
		width: calc(100% - 160px);
		padding: 0 0 0 160px;
		font-size: 15px;
		line-height: 1.5;
	}

	#block_irnews .news_wrapper dd .cat_icons {
		position: absolute;
		width: 140px;
		height: 20px;
		left: 0;
		top: 0;
	}

	#block_irnews .news_wrapper dd .cat_icons span {
	background-position: left center;
	}

	/* -----------------------------------------------------------------
[PC]  #block_middle
----------------------------------------------------------------- */
	#ir_wrap #block_middle {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#block_middle .first {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
	}

	#block_middle .first li {
		width: calc((100% - 20px) / 2);
	}

	#block_middle .second {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		margin: 20px 0 0;
	}

	#block_middle .second li {
		width: calc((100% - 30px) / 4);
	}

	#block_middle li .txt {
		margin-top: 10px;
		font-size: 18px;
	}

	#block_middle li a:hover img {
		opacity: 0.7;
	}

	/* -----------------------------------------------------------------
[PC]  #block_middle02/03
----------------------------------------------------------------- */
	#ir_wrap #block_middle02 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	#ir_wrap #block_middle03 {
		background: #5bc2dc;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#block_middle02 .link_sbf,
	#block_middle03 .link_sbf {
		font-size: 24px;
		padding-left: 55px;
	}

	#block_middle02 .link_sbf::before,
	#block_middle03 .link_sbf::before {
		width: 36px;
		height: 36px;
		top: -2px;
	}

	#block_middle02 .list_middle02 {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
        margin: 30px 0 0;
	}

	#block_middle02 .list_middle02 li:nth-child(-n+4) {
		width: calc((100% - 30px) / 4);
	}

	#block_middle02 .list_middle02 li:nth-child(n+5) {
		width: calc((100% - 60px) / 7);
	}

	#block_middle02 .list_middle02 li a {
		padding: 8px 10px;
		border-radius: 10px;
		font-size: 16px;
		line-height: 1.3;
		min-height: 66px;
		transition: .3s ease;
	}

	#block_middle02 .list_middle02 li a:hover {
		opacity: 0.7;
	}


	/* -----------------------------------------------------------------
[PC]  #block_sitemap
----------------------------------------------------------------- */
	#ir_wrap #block_sitemap {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	#block_sitemap h2.ttl {
		margin: 0 0 20px;
	}

	#block_sitemap .allindex .inside {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		gap: 0 30px;
		padding: 0 0 20px;
	}

	#block_sitemap .allindex .unit:first-child {
		width: calc(1070px*0.27);
	}

	#block_sitemap .allindex .unit:nth-child(2),
		#block_sitemap .allindex .unit:nth-child(3) {
		width:calc(1070px*0.25);
	}

	#block_sitemap .allindex .unit:last-child {
		width:calc(1070px*0.23);
	}

	#block_sitemap .box {
		border-top: 1px solid #8e8e8e;
		padding: 35px 0 30px;
	}
	#block_sitemap .box.other {
		        padding: 10px 0;
	}


	/* -----------------------------------------------------------------
[PC]  #block_related
----------------------------------------------------------------- */
	#ir_wrap #block_related {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#block_related li a:hover img {
		opacity: 0.7;
	}

	#block_related .list-related {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		margin: 0;
		gap: 20px;
	}

	#block_related .list-related li {
		width: calc((100% - 40px) / 3);
	}

	#block_related li .txt {
		margin-top: 10px;
		font-size: 16px;
	}
}

/*@media screen and (max-width: 767px) {*/
@media screen and (max-width: 999px) {

	/* -----------------------------------------------------------------
[SP]  ir_commonbtn  共通btn
----------------------------------------------------------------- */
	#block_top .ir_commonbtn {
		position: absolute;
		width: 120px;
		top: 15px;
		right: 15px;
	}

	#block_irnews .ir_commonbtn {
		position: absolute;
		width: 112px;
		top: 15px;
		right: 0;
	}


	/* -----------------------------------------------------------------
[SP]  #block_top
----------------------------------------------------------------- */
	#block_top .container {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		gap: 0;
		margin-top: 15px;
	}

	#block_top #box_document {
		width: 100%;
		padding: 15px 20px;
	}

	#block_top #box_document h2.ttl {
		font-size: 18px;
	}

	#block_top #box_document h4 {
		margin: 20px 0 0;
		font-size: 14px;
		padding-bottom: 15px;
	}

	#block_top #box_document .list_arrow {
		display: block;
		margin: 15px 0 0;
		padding: 0;
	}

	#block_top #box_document .list_arrow li {
		font-size: 14px;
		margin: 10px 0 0;
		padding: 0 0 0 12px;
		line-height: 1.8;
	}

	#block_top #box_document .list_arrow li::before {
		content: "";
		display: block;
		position: absolute;
		width: 7px;
		height: 1.8em;
		top: 0;
		left: 0;
		background: url(/softdrink/ir/common2025/img/arrow_right_indigo_s.svg) no-repeat left center / 7px;
	}

	#block_top #box_document li .fsize {
		font-size: 12px;
	}

	#block_top #box_stock {
		width: 100%;
		padding: 15px 8px;
		margin: 15px 0 0;
	}

	#block_top #box_stock iframe {
		max-width: 600px;
		height: 380px;
	}

	#block_top .box_schedule {
		width: 100%;
		margin: 15px 0 0;
		padding: 15px 20px 40px;
	}

	#block_top .box_schedule .season {
		margin: 20px 0 0;
		padding: 0 0 2px;
		font-size: 18px;
	}

	#block_top .box_schedule .event {
		font-size: 28px;
		margin: 15px 0 0;
	}

	#block_top .box_schedule .ttl {
		font-size: 19px;
	}

	#block_top .box_link {
		width: calc((100% - 2px)/2);
		margin-top: 2px;
	}

	#block_top .box_link a {
		padding: 20px 15px;
		font-size: 15px;
	}

	#block_top .box_link img {
		display: block;
		margin: 0 auto 12px;
		max-width: 35%;
	}

	/* -----------------------------------------------------------------
[SP]  #block_irnews
----------------------------------------------------------------- */
	#ir_wrap #block_irnews {
		margin: 30px 0 0;
	}

	#block_irnews .container {
		padding: 20px 0 30px;
	}

	#block_irnews h2.ttl {
		font-size: 18px;
		s margin: 0 0 10px;
	}

	#block_irnews .news_wrapper{
		margin: 15px 0 0;
	}
	#block_irnews .news_wrapper dl {
		position: relative;
		padding: 15px 0;
	}

	#block_irnews .news_wrapper dt {
		display: block;
		width: 100%;
		font-size: 13px;
		line-height: 1.5;
	}

	#block_irnews .news_wrapper dd {
		display: block;
		width: 100%;
		margin: 10px 0 0;
		font-size: 13px;
		line-height: 1.5;
	}

	#block_irnews .news_wrapper dd .cat_icons {
		position: absolute;
		width: 140px;
		height: 20px;
		right: 0;
		top: -30px;
	}

	#block_irnews .news_wrapper dd .cat_icons span {
	background-position: right center;
	}

	/* -----------------------------------------------------------------
[SP]  #block_middle
----------------------------------------------------------------- */
	#ir_wrap #block_middle {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	#block_middle .first li+li {
		margin: 24px 0 0;
	}

	#block_middle li .txt {
		margin-top: 5px;
		font-size: 14px;
	}

	#block_middle .second {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		gap: 24px 5px;
		margin: 24px 0 0;
	}

	#block_middle .second li {
		width: calc((100% - 5px) / 2);
	}

	/* -----------------------------------------------------------------
[SP]  #block_middle02/03
----------------------------------------------------------------- */
	#ir_wrap #block_middle02 {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	#ir_wrap #block_middle03 {
		background: #5bc2dc;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#block_middle02 .link_sbf,
	#block_middle03 .link_sbf {
		font-size: 18px;
		padding-left: 30px;
	}

	#block_middle02 .link_sbf::before,
	#block_middle03 .link_sbf::before {
		width: 20px;
		height: 20px;
		top: 2px;
	}

	#block_middle02 .list_middle02 {
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
		margin-top: 15px;
	}

	#block_middle02 .list_middle02 li:nth-child(-n+3) {
		width: 100%;
	}

	#block_middle02 .list_middle02 li:nth-child(n+4) {
		width: calc((100% - 5px) / 2);
	}

	#block_middle02 .list_middle02 li a {
		padding: 8px 10px;
		border-radius: 5px;
		font-size: 15px;
		line-height: 1.3;
		min-height: 60px;
	}

	/* -----------------------------------------------------------------
[SP]  #block_sitemap
----------------------------------------------------------------- */
	#ir_wrap #block_sitemap {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	#block_sitemap h2.ttl {
		font-size: 18px;
		font-weight: bold;
		margin: 0 0 20px;
	}

	#block_sitemap h3 {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	#block_sitemap .inside {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		gap: 0 12px;

	}

	#block_sitemap .unit {
		width: calc((100% - 12px)/2);
	}

	#block_sitemap .box {
		width: 100%;
		border-top: 1px solid #8e8e8e;
		padding: 20px 5px;
	}
	#block_sitemap .box.other {
		padding: 20px 5px 0;
	}

	/* -----------------------------------------------------------------
[SP]  #block_related
----------------------------------------------------------------- */
	#ir_wrap #block_related {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	#block_related .list-related {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		gap: 15px 5px;
		margin: 0;
	}

	#block_related .list-related li {
		width: calc((100% - 5px) / 2);
		font-size: 13px;
	}

	#block_related .list-related li .txt {
		margin-top: 5px;
		font-size: 14px;
	}

}