/* ================================
  IR情報 TOPページ
================================ */
/* 共通
-------------------------------- */
.l-twocol {
	margin: 65px auto 0;
}

.l-twocol+.l-twocol {
	margin-top: 96px;
}

.l-twocol+.l-twocol__item,
.l-twocol.bluetit-wrap+.l-twocol.bluetit-wrap {
	margin-top: 62px;
}

.l-twocol .l-sec-inner {
	display: flex;
	justify-content: space-between;
}

.l-twocol .l-twocol__item {
	width: 46.65%;
	box-sizing: border-box;
}

.l-twocol__item {
	display: block;
	position: relative;
}

.l-twocol__item.frame-gray::after {
	content: '';
	display: block;
	width: calc(100% - 17px);
	height: 78%;
	border: 1px solid #999;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.l-twocol__item__imgwrap {
	width: 100%;
	display: block;
	overflow: hidden;
}

.l-twocol__item__imgwrap:hover {
	opacity: 0.7;
}

/*.l-twocol__item__imgwrap img {
	transition: all .5s;
}*/

.l-twocol__item__txtwrap {
	display: table;
	margin: 17px auto 0;
	padding: 0 0 18px 0;
}

.l-twocol__item__txt-jp,
.l-twocol__item__txt-en {
	padding-left: 42px;
}

.l-twocol__item__txtwrap.hover .l-twocol__item__txt-jp,
.l-twocol__item__txtwrap.hover .l-twocol__item__txt-en {
	color: #005bac;
}

.l-twocol__item__txt-jp {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: .025em;
	display: block;
	position: relative;
}

.l-twocol__item__txt-jp::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
}

.l-twocol__item__txt-en {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0;
	display: block;
	margin-top: 2px;
}

.l-twocol__item__bluetit {
	background: #005bac;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: .6em 1.9em 1.05em;
	position: relative;
}

.l-twocol__item__bluetit::before {
	content: '';
	display: block;
	width: calc(100% - 3.8em);
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 22px;
	left: 1.9em;
}

.l-twocol__item__bluetit__jp {
	font-size: 23px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: .025em;
	color: #fff;
}

.l-twocol__item__bluetit__en {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 0;
	color: #fff;
}

.l-twocol__item__ul {
	padding: 0 2.1em;
	margin-top: .4em;
}

.l-twocol__item__ul__li+.l-twocol__item__ul__li {
	margin-top: 0.25em;
}

.l-twocol__item__ul__li__a {
	display: block;
	border-bottom: 1px solid #999;
	padding: .55em 50px .55em 0;
	position: relative;
}

.l-twocol__item__ul__li__a::after {
	content: '';
	display: block;
	width: 35px;
	height: 11px;
	background: url(../img/arrow_viewmore_right_black.png) no-repeat center / contain;
	position: absolute;
	right: 0;
	top: 29px;
	transition: all .5s;
}

.l-twocol__item__ul__li__a:hover::after {
	transform: translateX(10px);
	background: url(../img/arrow_viewmore_right_blue.png) no-repeat center / contain;
}

.l-twocol__item__ul__li__a__txt {
	font-size: 21px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
}

.l-twocol__item__ul__li__a.window .l-twocol__item__ul__li__a__txt::after {
	content: '';
	display: inline-block;
	width: 19px;
	height: 17px;
	background: url(../img/icn_window_black.png) no-repeat center / contain;
	margin: 0 0 0 10px;
	position: relative;
	top: 2px;
}

.l-twocol__item__ul__li__a.window:hover .l-twocol__item__ul__li__a__txt::after {
	background: url(../img/icn_window_blue_2.png) no-repeat center / contain;
}


@media only screen and (max-width: 1199px) {
	.l-twocol__item::after {
		width: calc(100% - 10px);
	}

	.l-twocol__item__txt-jp,
	.l-twocol__item__txt-en {
		padding-left: 35px;
	}

	.l-twocol__item__txt-jp {
		font-size: 20px;
	}

	.l-twocol__item__txt-en {
		font-size: 12px;
	}

	.l-twocol .l-twocol__item__bluetit {
		display: block
	}

	.l-twocol .l-twocol__item__bluetit__en {
		display: block;
		margin: 4px 0 0 auto;
		width: fit-content;
	}

	.l-twocol__item__ul {
		padding: 0 .5em;
	}

	.l-twocol__item__ul__li__a__txt {
		font-size: 19px;
	}

}


@media (max-width: 769px) {
	.l-twocol {
		margin: 25px auto 0;
	}

	.l-twocol+.l-twocol {
		margin-top: 32px;
	}

	.l-twocol.bluetit-wrap .l-sec-inner {
		padding: 0;
	}

	.l-twocol .l-sec-inner {
		display: block;
	}

	.l-twocol .l-twocol__item {
		width: auto;
	}

	.l-twocol .l-twocol__item+.l-twocol__item {
		margin-top: 25px;
	}

	.l-twocol+.l-twocol__item,
	.l-twocol.bluetit-wrap+.l-twocol.bluetit-wrap {
		margin-top: 25px;
	}

	.l-twocol__item.frame-gray::after {
		width: 100%;
		height: 79%;
	}

	.l-twocol__item__imgwrap {
		width: 100%;
	}

	.l-twocol__item__imgwrap.hover img {
		transform: scale(1);
	}

	.l-twocol__item__txtwrap {
		margin: 8px auto 0;
		padding: 0 0 11px 0;
	}

	.l-twocol__item__txt-jp,
	.l-twocol__item__txt-en {
		padding-left: 27px;
	}

	.l-twocol__item__txtwrap.hover .l-twocol__item__txt-jp,
	.l-twocol__item__txtwrap.hover .l-twocol__item__txt-en {
		color: #000;
	}

	.l-twocol__item__txt-jp {
		font-size: 15px;
	}

	.l-twocol__item__txt-en {
		font-size: 9px;
		margin-top: 2px;
	}

	.l-twocol__item__bluetit {
		padding: .4em 1em .65em;
	}

	.l-twocol .l-twocol__item__bluetit {
		display: flex;
	}

	.l-twocol__item__bluetit::before {
		width: calc(100% - 2em);
		bottom: 14px;
		left: 1em;
	}

	.l-twocol__item__bluetit__jp {
		font-size: 15px;
	}

	.l-twocol__item__bluetit__en {
		font-size: 9px;
	}

	.l-twocol .l-twocol__item__bluetit__en {
		display: inline-block;
		margin: 0;
		width: auto;
	}

	.l-twocol__item__ul {
		padding: 0 1.15em;
		margin-top: 0;
	}

	.l-twocol__item__ul__li+.l-twocol__item__ul__li {
		margin-top: 0;
	}

	.l-twocol__item__ul__li__a {
		padding: .186em 30px .35em 0;
	}

	.l-twocol__item__ul__li__a::after {
		width: 22.5px;
		height: 6.5px;
		top: 20px;
	}

	.l-twocol__item__ul__li__a:hover::after {
		transform: translateX(0);
		background: url(../img/arrow_viewmore_right_black.png) no-repeat center / contain;
	}

	.l-twocol__item__ul__li__a__txt {
		font-size: 14px;
	}

	.l-twocol__item__ul__li__a.window .l-twocol__item__ul__li__a__txt::after {
		width: 12px;
		height: 10.5PX;
		margin: 0 0 0 8px;
		top: 1px;
	}

	.l-twocol__item__ul__li__a.window:hover .l-twocol__item__ul__li__a__txt::after {
		background: url(../img/icn_window_black.png) no-repeat center / contain;
	}

}


/* メインビジュアル（Mv）
-------------------------------- */
.l-mv {
	background: url(../img/top/mv.jpg) no-repeat center top / cover;
	display: flex;
	justify-content: space-between;
	padding: 223px 0 231px;
	box-sizing: border-box;
	color: #fff;
}

.l-mv .l-sec-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.l-mv__tit__en {
	font-weight: 600;
	font-size: 83.5px;
	line-height: 1.2;
	letter-spacing: .06em;
	color: #fff;
	text-align: center;
	display: block;
}

.l-mv__tit__jp {
	font-size: 49px;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: .1em;
	color: #fff;
	text-align: center;
	display: block;
	margin-top: 16px;
}


@media screen and (max-width: 767px) {
	.l-mv {
		background: url(../img/top/mv_sp.jpg) no-repeat center top / cover;
		padding: 71px 0 132px;
	}

	.l-mv__tit__en {
		font-size: 28px;
	}

	.l-mv__tit__jp {
		font-size: 16.5px;
		margin-top: 6px;
	}
}


/* IRニュース
-------------------------------- */
.l-news {
	margin-top: -24px;
	position: relative;
}

.l-news__inner {
	border-radius: 7.5px;
	background: #fff;
	border: 1px solid #999999;
	box-shadow: 0 0 5px rgba(153, 153, 153, .6);
	padding: 2.25em 5.4% 2.4em;
}

.l-news__tit {
	display: flex;
	justify-content: space-between;
	padding-bottom: 4px;
	border-bottom: 1px solid #000;
}

.l-news__tit__jp {
	font-size: 32px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: .025em;
}

.l-news__tit__en {
	font-weight: 300;
	font-style: normal;
	font-size: 19px;
	line-height: 1.4;
	letter-spacing: 0;
	position: relative;
	top: 15px;
}


@media (max-width: 769px) {
	.l-news {
		margin-top: -54px;
	}

	.l-news__inner {
		border-radius: 5px;
		padding: 15px 22px 22px;
	}

	.l-news__tit__jp {
		font-size: 19.5px;
	}

	.l-news__tit__en {
		font-size: 11px;
		top: 12px;
	}

}


/* トップメッセージ
-------------------------------- */
.l-topmessage .l-twocol__item__txt-jp::before {
	background: url(../img/icn_topmessage.png) no-repeat center / contain;
	width: 29px;
	height: 43px;
	top: 8px;
}


@media only screen and (max-width: 1199px) {
	.l-topmessage .l-twocol__item__txt-jp::before {
		width: 23px;
		height: 35px;
		top: 5px;
	}
}


@media (max-width: 769px) {
	.l-topmessage {
		width: 100%;
		margin: 0 0 30px;
	}
	.l-topmessage .l-twocol__item__txt-jp::before {
		width: 17.5px;
		height: 29px;
		top: 3px;
	}
}


/* 3分でわかるGMOコマース
-------------------------------- */
.l-threeminutes {
	margin-left: 100px;
}

.l-threeminutes .l-twocol__item__txt-jp::before {
	background: url(../img/icn_threeminutes.png) no-repeat center / contain;
	width: 34px;
	height: 48px;
	top: 7px;
}


@media only screen and (max-width: 1199px) {
	.l-threeminutes .l-twocol__item__txt-jp::before {
		width: 27px;
		height: 38px;
		top: 6px;
	}
}


@media (max-width: 769px) {
	.l-threeminutes {
		width: 100%;
		margin: 0;
	}
	.l-threeminutes .l-twocol__item__txt-jp::before {
		width: 22px;
		height: 30.5px;
		top: 4px;
	}
}


/* IRカレンダー
-------------------------------- */
.l-calendar .btn-view-more {
	margin: 21px 53px 0 auto;
}


@media (max-width: 769px) {
	.l-calendar .btn-view-more {
		margin: 26px 21px 0 auto;
	}
}


/* その他のリンクエリア
-------------------------------- */
.l-others {
	margin-top: 87px;
}

.l-others__nav {
	max-width: 1212px;
	box-sizing: border-box;
	margin: 40px auto 0;
}

.l-others__nav__ul {
	display: flex;
}

.l-others__nav__ul__li {
	width: calc(100% / 4);
	box-sizing: border-box;
	position: relative;
}

.l-others__nav__ul__li::before {
	content: '';
	display: block;
	width: 1px;
	height: 50px;
	background: #005bac;
	position: absolute;
	left: 0;
	top: 0;
}

.l-others__nav__ul__li:last-child::after {
	content: '';
	display: block;
	width: 1px;
	height: 50px;
	background: #005bac;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.l-others__nav__ul__li__a {
	display: block;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: .025em;
	text-align: center;
	padding: 10px 10px;
}

.l-main .l-others__nav__ul__li__a:hover {
	background: #005bac;
	color: #fff;
}


@media only screen and (max-width: 1199px) {
	.l-others__nav__ul__li__a {
		font-size: 18px;
	}

	.l-others__nav__ul__li::before {
		height: 45px;
	}
}


@media (max-width: 769px) {
	.l-others {
		margin-top: 38px;
		background: none;
	}

	.l-others .l-sec-inner {
		padding: 0;
	}

	.l-others__nav {
		margin-top: 0;
	}

	.l-others__nav__ul {
		display: block;
		padding: 0 1.15em;
		margin-top: 0;
	}

	.l-others__nav__ul__li {
		width: auto;
	}

	.l-others__nav__ul__li::before,
	.l-others__nav__ul__li:last-child::after {
		display: none;
	}

	.l-main .l-others__nav__ul__li__a:hover {
		background: none;
		color: #000;
	}

	.l-others__nav__ul__li__a {
		display: block;
		border-bottom: 1px solid #999;
		padding: .31em 30px .35em 0;
		position: relative;
		font-size: inherit;
		font-weight: inherit;
		letter-spacing: inherit;
		line-height: inherit;
		text-align: left;
	}

	.l-others__nav__ul__li__a::after {
		content: '';
		display: block;
		width: 22.5px;
		height: 6.5px;
		background: url(../img/arrow_viewmore_right_black.png) no-repeat center / contain;
		position: absolute;
		right: 0;
		top: 20px;
		transition: all .5s;
	}

	.l-others__nav__ul__li__a__txt {
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 0;
		text-align: left;
	}
}