@charset "UTF-8";
/*************************************************************
/ page-indicator
/************************************************************/
.page-indicator {
	position: fixed;
	left: 33px;
	top: 50%;
	z-index: 50;
	transform: translateY(-50%);
}

@media only screen and (max-width: 750px) {
	.page-indicator {
		left: 5.33333vw;
	}
}

.page-indicator li {
	width: 14px;
	height: 14px;
}

@media only screen and (max-width: 750px) {
	.page-indicator li {
		width: 2.66667vw;
		height: 2.66667vw;
	}
}

.page-indicator li:nth-child(n+2) {
	margin-top: 10px;
}

@media only screen and (max-width: 750px) {
	.page-indicator li:nth-child(n+2) {
		margin-top: 2.66667vw;
	}
}

.page-indicator li a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.page-indicator li a::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #ccc;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

@media only screen and (max-width: 750px) {
	.page-indicator li a::before {
		width: 1.33333vw;
		height: 1.33333vw;
	}
}

.page-indicator li a.is-active::before {
	background-color: #9f3036;
	transform: scale(2.2);
}

/*************************************************************
/ fixed-block
/************************************************************/
.fixed-block {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 5;
}

.fixed-block .scr-attention {
	position: fixed;
	bottom: 0;
	left: 40px;
	z-index: 50;
}

@media only screen and (max-width: 750px) {
	.fixed-block .scr-attention {
		left: 6.66667vw;
	}
}

.fixed-block .scr-attention .txt {
	color: #fff;
	font-size: 14px;
	transform-origin: left bottom;
	transform: translate(10px, -15px) rotate(-90deg);
}

@media only screen and (max-width: 750px) {
	.fixed-block .scr-attention .txt {
		font-size: 22px;
		font-size: 2.93333vw;
		transform: translate(1.86667vw, -2.66667vw) rotate(-90deg);
	}
}

.fixed-block .scr-attention .attention {
	width: 1px;
	height: 80px;
	overflow: hidden;
	position: relative;
}

@media only screen and (max-width: 750px) {
	.fixed-block .scr-attention .attention {
		height: 16vw;
	}
}

.fixed-block .scr-attention .attention__inner {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
}

.fixed-panel {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
}

.fixed-panel.active, .fixed-panel.standby {
	opacity: 1;
	pointer-events: auto;
}

.fixed-panel__inner {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.fixed-panel__img, .fixed-panel__content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.fixed-panel__img .overlay, .fixed-panel__content .overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
}

.fixed-panel__content {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.fixed-panel__content .inner {
	width: 1000px;
	position: relative;
}

@media only screen and (max-width: 750px) {
	.fixed-panel__content .inner {
		width: 100%;
	}
}

@media only screen and (max-width: 750px) {
	.fixed-panel .txt-block {
		width: 61.33333vw;
		margin-left: auto;
		margin-right: auto;
	}
}

.fixed-panel__ttl {
	color: #fff;
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "Yu Mincho", "YuMincho", serif;
	font-size: 60px;
	line-height: 1.4;
}

@media only screen and (max-width: 750px) {
	.fixed-panel__ttl {
		font-size: 60px;
		font-size: 8vw;
	}
}

.fixed-panel__sub-ttl {
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: -5px;
	transform-origin: right bottom;
	transform: rotate(-90deg);
}

@media only screen and (max-width: 750px) {
	.fixed-panel__sub-ttl {
		font-size: 22px;
		font-size: 2.93333vw;
	}
}

.fixed-panel__des {
	color: #fff;
	font-size: 18px;
	margin-top: 40px;
	line-height: 1.8;
}

@media only screen and (max-width: 750px) {
	.fixed-panel__des {
		width: 61.33333vw;
		margin-top: 5.33333vw;
		margin-left: auto;
		margin-right: auto;
		font-size: 26px;
		font-size: 3.46667vw;
	}
}

.fixed-panel__btn {
	margin-top: 40px;
}

@media only screen and (max-width: 750px) {
	.fixed-panel__btn {
		width: 48vw;
		margin-top: 10.66667vw;
	}
}

.fixed-panel .more-detail {
	width: 480px;
	height: 600px;
	position: absolute;
	right: 0;
	top: 100px;
	bottom: 0;
	margin: auto;
}

@media only screen and (max-width: 750px) {
	.fixed-panel .more-detail {
		width: 86.66667vw;
		height: 70vh;
		top: 18.66667vw;
	}
}

.fixed-panel .more-detail.h-min {
	height: calc(100% - 180px);
}

.fixed-panel .more-detail.h-min .more-detail__list {
	width: 280px;
}

.fixed-panel .more-detail.h-min .tpl-box-btn__txt-block--min {
	width: 260px;
}

.fixed-panel .more-detail.h-min .tpl-box-btn__ttl--min {
	font-size: 12px;
}

.fixed-panel .more-detail__inner {
	width: 100%;
	height: 100%;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.fixed-panel .more-detail__inner::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(45deg, #a81f24 0%, #b83d19 100%);
	opacity: .8;
}

.fixed-panel .more-detail__txt-btn {
	height: 22px;
	font-size: 14px;
	color: #fff;
	position: absolute;
	bottom: 150px;
	left: -50px;
	margin: auto;
	cursor: pointer;
}

@media only screen and (max-width: 750px) {
	.fixed-panel .more-detail__txt-btn {
		left: -0.66667vw;
		top: 0;
		bottom: 0;
	}
}

@media only screen and (max-width: 750px) {
	.fixed-panel .more-detail__txt-btn .txt {
		display: none;
	}
}

.fixed-panel .more-detail__txt-btn .bd {
	width: 45px;
	height: 1px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
}

.fixed-panel .more-detail__txt-btn .bd .inner {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.fixed-panel .more-detail__btn {
	width: 70px;
	height: 82px;
	background-image: url("/assets/index/img/more-btn-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: -35px;
	bottom: 30px;
	cursor: pointer;
}

@media only screen and (max-width: 750px) {
	.fixed-panel .more-detail__btn {
		width: 13.06667vw;
		height: 15.33333vw;
		left: -6.53333vw;
		bottom: 8.53333vw;
	}
}

.fixed-panel .more-detail__btn .attention {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("/assets/index/img/more-btn-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.fixed-panel .more-detail__btn .icn {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 10px;
	border-color: transparent transparent transparent #9f3036;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

@media only screen and (max-width: 750px) {
	.fixed-panel .more-detail__btn .icn {
		border-width: 1.2vw 0 1.2vw 1.86667vw;
	}
}

.fixed-panel .more-detail__list {
	width: 320px;
	position: relative;
}

@media only screen and (max-width: 750px) {
	.fixed-panel .more-detail__list {
		width: 230px;
	}
}

@media only screen and (max-width: 374px) {
	.fixed-panel .more-detail__list {
		width: 66.66667vw;
	}
}

.fixed-panel .more-detail__list li + li {
	margin-top: 15px;
}

.fixed-panel .more-detail .tpl-box-btn img {
	width: 100%;
}

.fixed-panel .more-detail .tpl-box-btn__txt-block--min {
	width: 290px;
	height: 40px;
	padding-left: 15px;
}

@media only screen and (max-width: 750px) {
	.fixed-panel .more-detail .tpl-box-btn__txt-block--min {
		width: 90%;
		height: 30px;
		margin-top: -15px;
	}
}

.fixed-panel .more-detail .tpl-box-btn__ttl--min {
	font-size: 14px;
}

@media only screen and (max-width: 750px) {
	.fixed-panel .more-detail .tpl-box-btn__ttl--min {
		font-size: 10px;
	}
}

@media only screen and (max-width: 374px) {
	.fixed-panel .more-detail .tpl-box-btn__ttl--min {
		font-size: 20px;
		font-size: 2.66667vw;
	}
}

.kv {
	z-index: 3;
}

.sec-tec {
	z-index: 2;
}

.sec-busi {
	z-index: 1;
}

/*************************************************************
/ kv
/************************************************************/
@media only screen and (min-width: 751px) {
	.kv .inner {
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 750px) {
	.kv .txt-block {
		width: 73.33333vw;
	}
}

.kv__ttl {
	font-size: 46px;
}

@media only screen and (max-width: 750px) {
	.kv__ttl {
		width: 74.66667vw;
		font-size: 50px;
		font-size: 6.66667vw;
	}
}

@media only screen and (max-width: 750px) {
	.kv__des {
		width: 74.66667vw;
		margin-top: 4vw;
	}
}

.kv__copy {
	margin-top: 5px;
	font-size: 32px;
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "Yu Mincho", "YuMincho", serif;
	color: #fff;
}

@media only screen and (max-width: 750px) {
	.kv__copy {
		font-size: 36px;
		font-size: 4.8vw;
		margin-top: 3.2vw;
	}
}

.kv__figure {
	margin-right: -50px;
}

@media only screen and (max-width: 750px) {
	.kv__figure {
		width: 61.33333vw;
		margin: 6vw auto 0;
	}
}

.kv .fixed-panel__content {
	position: relative;
	z-index: 1;
}

.kv .particle {
	width: 100%;
	height: 28%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

/*************************************************************
/ .sec-tec
/************************************************************/
.sec-tec .fixed-panel__sub-ttl {
	left: -170px;
}

@media only screen and (max-width: 750px) {
	.sec-tec .fixed-panel__sub-ttl {
		left: -6.66667vw;
	}
}

.sec-tec .fixed-panel__des.mask-wrap {
	display: block;
}

/*************************************************************
/ .pdct-busi ※追加
/************************************************************/
.sec-pdct .fixed-panel__sub-ttl {
	left: -170px;
}

.index_logo {
	width: auto;
	max-height: 60px;
}

.pdct-p {
	font-size: 1.0rem;
}

@media only screen and (max-width: 750px) {
	.sec-pdct .fixed-panel__sub-ttl {
		left: -6.66667vw;
	}
	.pdct-p {
		font-size: 0.8rem;
	}
	.index_logo {
		max-width: 100%;
		max-height: 30px;
	}
}

.sec-pdct .fixed-panel__des.mask-wrap {
	display: block;
}

/*************************************************************
/ .sec-busi
/************************************************************/
.sec-busi .fixed-panel__sub-ttl {
	left: -200px;
}

@media only screen and (max-width: 750px) {
	.sec-busi .fixed-panel__sub-ttl {
		left: -14.4vw;
	}
}

.sec-busi .fixed-panel__des.mask-wrap {
	display: block;
}

/*************************************************************
/ other-contents
/************************************************************/
.other-contents {
	width: 100%;
	background-color: #fff;
	position: relative;
	z-index: 6;
}

/*************************************************************
/ sec-topics
/************************************************************/
.sec-topics {
	padding: 130px 0 240px;
}

@media only screen and (max-width: 750px) {
	.sec-topics {
		padding: 22.66667vw 0 24vw;
	}
}

.sec-topics .sec-ttl {
	margin-bottom: 40px;
	text-align: center;
	font-size: 34px;
	font-weight: 200;
	letter-spacing: 0.5em;
}

@media only screen and (max-width: 750px) {
	.sec-topics .sec-ttl {
		font-size: 54px;
		font-size: 7.2vw;
	}
}

.sec-topics .tpl-dl-list {
	width: 1000px;
}

@media only screen and (max-width: 750px) {
	.sec-topics .tpl-dl-list {
		width: 100%;
	}
}

@media only screen and (min-width: 751px) {
	.sec-topics .tpl-dl-list__item a {
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 750px) {
	.sec-topics .tpl-dl-list__item a {
		display: block;
		padding: 0 4vw 0 4vw;
	}
}

.sec-topics .tpl-dl-list__item dt {
	padding-left: 30px;
}

@media only screen and (max-width: 750px) {
	.sec-topics .tpl-dl-list__item dt {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
}

.sec-topics .tpl-dl-list__item dt img {
	width: 210px;
}

@media only screen and (max-width: 750px) {
	.sec-topics .tpl-dl-list__item dt img {
		width: 42.66667vw;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}

.sec-topics .tpl-dl-list__item dd {
	width: 690px;
	padding-left: 40px;
	position: relative;
}

@media only screen and (max-width: 750px) {
	.sec-topics .tpl-dl-list__item dd {
		width: 100%;
		margin-top: 6.66667vw;
		padding-left: 0;
	}
}

.sec-topics .tpl-dl-list__item dd::before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	position: absolute;
	right: -40px;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
}

@media only screen and (max-width: 750px) {
	.sec-topics .tpl-dl-list__item dd::before {
		display: none;
	}
}

.sec-topics .tpl-dl-list .dd-header {
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

@media only screen and (max-width: 750px) {
	.sec-topics .tpl-dl-list .dd-header {
		margin-bottom: 3.2vw;
	}
}

.sec-topics .tpl-dl-list .date {
	width: 76px;
	margin-right: 10px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}

@media only screen and (max-width: 750px) {
	.sec-topics .tpl-dl-list .date {
		width: 16vw;
	}
}

.sec-topics .tpl-dl-list .cat {
	width: 94px;
	height: 24px;
	color: #fff;
	font-size: 13px;
	background-color: #000;
	border-radius: 2px;
	line-height: 0.8;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (max-width: 750px) {
	.sec-topics .tpl-dl-list .cat {
		width: 17.06667vw;
		height: 5.33333vw;
		font-size: 20px;
		font-size: 2.66667vw;
	}
}

.sec-topics .tpl-dl-list .txt {
	font-size: 14px;
}

@media only screen and (max-width: 750px) {
	.sec-topics .tpl-dl-list .txt {
		font-size: 26px;
		font-size: 3.46667vw;
	}
}

.sec-topics .tpl-btn {
	margin: 40px auto 0;
}

@media only screen and (max-width: 750px) {
	.sec-topics .tpl-btn {
		margin-top: 8vw;
	}
}

/*************************************************************
/ sec-onemacbee
/************************************************************/
.sec-onemacbee {
	padding-bottom: 120px;
}

@media only screen and (max-width: 750px) {
	.sec-onemacbee {
		padding-bottom: 0;
		background: none;
	}
}

.sec-onemacbee .tpl-inner-wrap {
	position: relative;
}

.sec-onemacbee .sec-kv {
	position: relative;
}

@media only screen and (min-width: 751px) {
	.sec-onemacbee .sec-kv {
		top: -90px;
	}
}

@media only screen and (max-width: 750px) {
	.sec-onemacbee .sec-kv {
		width: 100vw;
		height: 73.33333vw;
		margin-left: -6.66667vw;
		margin-right: -6.66667vw;
	}
}

.sec-onemacbee .sec-kv .img {
	display: block;
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 750px) {
	.sec-onemacbee .sec-kv .img {
		width: 90.66667vw;
		margin-left: auto;
		box-shadow: 0px 1px 11px -3px rgba(0, 0, 0, 0.3);
		top: 12vw;
	}
}

.sec-onemacbee .sec-kv .shadow {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}

@media only screen and (min-width: 751px) {
	.sec-onemacbee .sec-kv .shadow {
		right: -50px;
		bottom: -30px;
		background: linear-gradient(45deg, #a81f24 0%, #b83d19 100%);
	}
}

@media only screen and (max-width: 750px) {
	.sec-onemacbee .sec-kv .shadow {
		width: 86.66667vw;
		height: 73.33333vw;
		background-image: url("/assets/index/img/onemacbee-img1_bg.jpg");
		background-size: 100%;
		top: 0;
		left: 0;
	}
}

.sec-onemacbee .sec-kv .sign img {
	display: block;
	position: absolute;
	z-index: 3;
}

@media only screen and (min-width: 751px) {
	.sec-onemacbee .sec-kv .sign img {
		right: 0;
		left: 0;
		bottom: -20px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 750px) {
	.sec-onemacbee .sec-kv .sign img {
		width: 50.4vw;
		bottom: -19.2vw;
		left: 24.26667vw;
	}
}

@media only screen and (max-width: 750px) {
	.sec-onemacbee .txt-block {
		width: 100vw;
		margin-left: -6.66667vw;
		padding: 25.33333vw 0 25.33333vw;
		background-image: url("/assets/common/img/patt-bg1.png");
		background-size: 16vw;
	}
}

.sec-onemacbee .sec-ttl {
	margin-top: -25px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 32px;
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "Yu Mincho", "YuMincho", serif;
}

@media only screen and (max-width: 750px) {
	.sec-onemacbee .sec-ttl {
		margin-top: 0;
		margin-bottom: 6.66667vw;
		font-size: 46px;
		font-size: 6.13333vw;
	}
}

.sec-onemacbee .sec-sub-ttl {
	font-size: 14px;
	color: #999;
	position: absolute;
	top: 170px;
	left: -80px;
	transform-origin: left bottom;
	transform: rotate(-90deg);
}

@media only screen and (max-width: 750px) {
	.sec-onemacbee .sec-sub-ttl {
		color: #fff;
		font-size: 22px;
		font-size: 2.93333vw;
		top: 33.33333vw;
		left: 1.33333vw;
		z-index: 5;
	}
}

.sec-onemacbee .sec-sub-ttl .bd {
	width: 100px;
	height: 1px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	background-color: #999;
}

@media only screen and (max-width: 750px) {
	.sec-onemacbee .sec-sub-ttl .bd {
		width: 18.4vw;
		background-color: #fff;
	}
}

.sec-onemacbee .des {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 750px) {
	.sec-onemacbee .des {
		width: 86.66667vw;
	}
}

.sec-onemacbee .tpl-btn {
	margin: 45px auto 0;
}

@media only screen and (max-width: 750px) {
	.sec-onemacbee .tpl-btn {
		margin-top: 10vw;
	}
}

/*************************************************************
/ animation set
/************************************************************/
.scr-attention {
	pointer-events: none;
	opacity: 0;
	transition: opacity 0s;
}

.scr-attention.is-active {
	opacity: 1;
	transition: opacity .3s;
}

body.is-paging .scr-attention {
	opacity: 0;
	transition: opacity 0s;
}

.fixed-panel__img .overlay {
	opacity: 0;
}

.fixed-panel__inner {
	transform: translateY(20%);
}

.fixed-panel__btn, .fixed-panel .kv__figure {
	opacity: 0;
	transform: translateY(20px);
}

.fixed-panel .mask-wrap {
	display: inline-block;
	vertical-align: -5px;
	position: relative;
	overflow: hidden;
}

.fixed-panel .mask-txt {
	opacity: 0;
	display: inline-block;
}

.fixed-panel .mask-parts {
	width: 100%;
	height: 120%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(45deg, #a81f24 0%, #b83d19 100%);
	transform: translateX(-101%);
}

.fixed-panel__sub-ttl .mask-parts {
	transform: translateX(101%);
}

.fixed-panel .fade-up {
	opacity: 0;
	transform: translateY(20px);
}

.more-detail {
	transform: translateX(400px);
	transition: transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}

@media only screen and (max-width: 750px) {
	.more-detail {
		transform: translateX(77.33333vw);
	}
}

.more-detail .more-detail__txt-btn {
	opacity: 1;
}

.more-detail__inner {
	transform: translateX(130px);
}

.more-detail:hover {
	cursor: pointer;
}

.more-detail.is-open {
	transform: translateX(0);
}

.more-detail.is-open:hover {
	cursor: default;
}

.more-detail.is-open .more-detail__txt-btn {
	opacity: 0;
}

.more-detail.is-open .more-detail__btn .icn {
	border: none;
	width: 18px;
	height: 18px;
	transform: rotate(45deg);
}

.more-detail.is-open .more-detail__btn .icn::before, .more-detail.is-open .more-detail__btn .icn::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #9f3036;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.more-detail.is-open .more-detail__btn .icn::before {
	height: 2px;
}

.more-detail.is-open .more-detail__btn .icn::after {
	width: 2px;
}

.more-detail.is-open .more-detail__btn .attention {
	opacity: 0 !important;
}

/* kv
--------------------------------------------*/
.kv .particle {
	opacity: 0;
	transition: opacity .5s;
}

.kv .particle.is-active {
	opacity: 1;
}

/* other-contents
--------------------------------------------*/
.other-contents {
	position: fixed;
	top: 100%;
	left: 0;
}

body.is-other-active .other-contents {
	position: relative;
	top: auto;
	left: auto;
}

body.is-other-active #tpl-footer {
	position: relative;
	z-index: 6;
}

/* sec-topics
--------------------------------------------*/
.sec-topics .sec-ttl {
	transform: translateY(20px);
	opacity: 0;
}

.sec-topics .tpl-dl-list__item {
	transform: translateY(20px);
	opacity: 0;
}

.sec-topics .tpl-btn {
	transform: translateY(20px);
	opacity: 0;
}

/* .sec-onemacbee
--------------------------------------------*/
.sec-onemacbee .js-stagger-1, .sec-onemacbee .js-stagger-2 {
	transform: translateY(20px);
	opacity: 0;
}

.counter {
	width: 100px;
	height: 100px;
	background-color: #ff0000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

/* .tec-ul
--------------------------------------------*/
.tec-ul {
	margin-top: 25px;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (max-width: 750px) {
	.tec-ul {
		margin-top: 2.66667vw;
		display: none;
	}
}

.tec-ul li {
	margin-right: 30px;
	width: 110px;
}

@media only screen and (max-width: 750px) {
	.tec-ul li {
		margin-right: 4vw;
		width: 50%;
	}
}

.tec-ul li .img {
	width: 100%;
}

.tec-ul li p {
	margin-top: 5px;
}

@media only screen and (max-width: 750px) {
	.tec-ul li p {
		margin-top: 1.33333vw;
	}
}

.tec-ul li p strong {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	display: inline-block;
	font-style: italic;
}

@media only screen and (max-width: 750px) {
	.tec-ul li p strong {
		font-size: 32px;
		font-size: 4.26667vw;
		line-height: 7.46667vw;
	}
}

.tec-ul li p span {
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	font-style: italic;
}

@media only screen and (max-width: 750px) {
	.tec-ul li p span {
		font-size: 24px;
		font-size: 3.2vw;
		line-height: 4.26667vw;
	}
}

.sec-lbox {
	display: flex;
}

@media only screen and (max-width: 750px) {
	.sec-lbox {
		display: block;
	}
}

.sec-lbox .sec-box {
	padding-right: 100px;
}

@media only screen and (max-width: 750px) {
	.sec-lbox .sec-box {
		padding-right: 0;
	}
}

/*# sourceMappingURL=style.css.map */
