@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠レイアウト
　02. モジュール

******************************************************************************* */
/* ==

　01. 大枠レイアウト

=============================================================================== */
#main {
	width: auto;
	min-width: 950px;
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	overflow: hidden;
}
.rnCmnLocalNav {
	margin-top: 0;
}
#socialAreaC {
	position: absolute;
	top: -1px;
	right: 0;
	overflow: hidden;
}
#socialAreaC ul {
	float: right;
}
#socialAreaC li {
	float: left;
	line-height: 1;
	margin-right: 11px;
	vertical-align: top;
}
#socialAreaC li a {
	margin-right: 0;
	padding-right: 0;
	background: none;
}
#socialAreaC .twitter {
	width: 88px;
	height: 20px;
	overflow: hidden;
}
/* ==

　02. モジュール

=============================================================================== */
/* メインビジュアル
------------------------------------------------------------------------------- */
#main .loVisual01 {
	position: relative;
	background-color: #fff;
}
#main .loStadium01_bg {
	position: relative;
	margin: 0 0 -2%;
	padding: 43.783% 0 0;
	z-index: 1;
}
#main .loStadium01_base {
	position: absolute;
	top: 14.432%;
	left: 31.308%;
	width: 52.523%;
	z-index: 2;
}
#main .loStadium01_bg img,
#main .loStadium01_base img {
	width: 100%;
}
#main .loStadium01_roof {
	position: absolute;
	top: 5.81%;
	left: 35.863%;
	width: 49.61%;
	z-index: 3;
}
#main .loStadium01_roof img {
	width: 100%;
}
#main .loTree01_item {
	position: absolute;
	font-size: 0;
	transform-origin: 100% 100%;
	opacity: 0;
	transform: translate(-50%, 10%) scale(.2);
	transition: opacity .75s ease, transform .75s cubic-bezier(.2, .8, .2, 1);
	z-index: 3;
}
#main .loTree01_item-loaded {
	opacity: 1;
	transform: translate(0, 0) scale(1);
}
#main .loTree01_item img {
	width: 100%;
}
#main .loTree01_item-t1 {
	top: 21.482%;
	left: 27.328%;
	width: 15.182%;
}
#main .loTree01_item-t2 {
	top: 38.706%;
	left: 59.376%;
	width: 22.732%;
}
#main .loPlayer01_item {
	position: absolute;
	opacity: 0;
	transition: opacity .45s ease;
	font-size: 0;
	z-index: 4;
}
#main .loPlayer01_item img {
	width: 100%;
}
#main .loPlayer01_item-t1 {
	top: 26.897%;
	left: 53.098%;
	width: 11.366%;
}
#main .loPlayer01_item-t2 {
	top: 50.046%;
	left: 66.187%;
	width: 2.749%;
}
#main .loPlayer01_item-t3 {
	top: 62.98%;
	left: 49.281%;
	width: 2.749%;
}
#main .loPlayer01_item-t4 {
	top: 42.361%;
	left: 39.679%;
	width: 2.462%;
}
#main .loPlayer01_item-t5 {
	top: 57.919%;
	left: 68.198%;
	width: 2.503%;
}
#main .loPlayer01_item-t6 {
	top: 77.319%;
	left: 53.754%;
	width: 2.174%;
}
#main .loPlayer01_item-t7 {
	top: 65.417%;
	left: 39.515%;
	width: 2.092%;
}
#main .loPlayer01_item-t8 {
	top: 61.105%;
	left: 57.365%;
	width: 1.805%;
}
#main .loPlayer01_item-t9 {
	top: 44.048%;
	left: 49.322%;
	width: 6.114%;
}
#main .loPlayer01_item-loaded {
	opacity: 1;
}
#main .loPlayer01_item-t1.loPlayer01_item-action {
	animation: moveLO1 16s 1s steps(1, end) infinite;
}
#main .loPlayer01_item-t2.loPlayer01_item-action {
	animation: moveLO2 20s 1s steps(1, end) infinite;
}
#main .loPlayer01_item-t3.loPlayer01_item-action {
	animation: moveLO3 25s 1s steps(1, end) infinite;
}
#main .loPlayer01_item-t4.loPlayer01_item-action {
	animation: moveLO4 25s 1s steps(1, end) infinite;
}
#main .loPlayer01_item-t5.loPlayer01_item-action {
	animation: moveLO5 25s 1s steps(1, end) infinite;
}
#main .loPlayer01_item-t6.loPlayer01_item-action {
	animation: moveLO6 25s 1s steps(1, end) infinite;
}
#main .loPlayer01_item-t7.loPlayer01_item-action {
	animation: moveLO7 25s 1s steps(1, end) infinite;
}
#main .loPlayer01_item-t8.loPlayer01_item-action {
	animation: moveLO8 12s 1s steps(1, end) infinite;
}
#main .loPlayer01_item-t9.loPlayer01_item-action {
	animation: moveLO9 12s 1s steps(1, end) infinite;
}

@keyframes moveLO1 {
  0%   { transform: translate(0, 0); }
  15%  { transform: translate(-4px, -8px); }
  30%  { transform: translate(0, 0); }
  45%  { transform: translate(4px, -8px); }
  60%  { transform: translate(0, 0); }
  100%  { transform: translate(0, 0); }
}
@keyframes moveLO2 {
  0%   { transform: translate(0, 0); }
  15%  { transform: translate(12px, 12px); }
  30%  { transform: translate(28px, 28px); }	
  45%  { transform: translate(12px, 12px); }
  60%  { transform: translate(0, 0); }
  100%  { transform: translate(0, 0); }
}
@keyframes moveLO3 {
  0%   { transform: translate(0, 0); }
  10%  { transform: translate(2px, -8px); }
  15%  { transform: translate(0, 0); }
  100%  { transform: translate(0, 0); }
}
@keyframes moveLO4 {
  0%  { transform: translate(0, 0); }
  25%  { transform: translate(6px, 0); }
  30%  { transform: translate(0, 0); }
  100%  { transform: translate(0, 0); }
}
@keyframes moveLO5 {
  0%  { transform: translate(0, 0); }
  60%  { transform: translate(6px, -6px); }
  65%  { transform: translate(0, 0); }
  100%  { transform: translate(0, 0); }
}
@keyframes moveLO6 {
  0%   { transform: translate(0, 0); }
  40%  { transform: translate(-6px, -4px); }
  45%  { transform: translate(-12px, -8px); }
  50% { transform: translate(0, 0); }
  100% { transform: translate(0, 0); }
}
@keyframes moveLO7 {
  0%   { transform: translate(0, 0); }
  75%  { transform: translate(-8px, 0); }
  80%  { transform: translate(8px, -4px); }
  85% { transform: translate(0, 0); }
  100% { transform: translate(0, 0); }
}
@keyframes moveLO8 {
  0%   { transform: translate(0, 0); }
  40%  { transform: translate(-8px, -8px); }
  48% { transform: translate(-32px, -24px); }
}
@keyframes moveLO9 {
  0%   { transform: translate(0, 0); }
  20%  { transform: translate(12px, -4px); }
  40%  { transform: translate(8px, 8px); }
  60%  { transform: translate(-8px, 8px); }
  80%  { transform: translate(-12px, -4px); }
  100% { transform: translate(0, 0); }
}
#main .loImgs01 {
	position: absolute;
	transition: opacity 1s;
	opacity: 0;
}
#main .loImgs01-t1 {
	top: 1.846vw;
	left: 8.307vw;
	transition: opacity 1s;
	z-index: 3;
}
#main .loImgs01-t2 {
	top: 9.846vw;
	left: 12.923vw;
	transition: opacity 1s .75s;
	z-index: 4;
}
#main .loImgs01-show {
	opacity: 1;
}
#main .loImgs01_item {
	position: absolute;
	top: 0;
	opacity: 0;
	width: 13.169vw;
	height: 17.6vw;
}
#main .loImgs01_item img {
	width: 100%;
}
#main .loImgs01_item-current {
	opacity: 1;
}
#main .loImgs01-loaded .loImgs01_item-back {
	animation: leadPrev .6s ease-out forwards;
}
#main .loImgs01-loaded .loImgs01_item-current {
	animation: leadCurrent 1.1s ease-out forwards;
}
#main .loImgs01-loaded.loImgs01-t2 .loImgs01_item-back {
		animation-delay: .75s;
		z-index: 3;
		opacity: 1;
}
#main .loImgs01-loaded.loImgs01-t2 .loImgs01_item-current {
		animation-delay: .75s;
		opacity: 0;
}
@keyframes leadPrev {
	0% {
	z-index: 3;
		opacity: 1;
		transform: rotate(0);
	}
	100% {
	z-index: 3;
		opacity: 0;
		transform: rotate(-3deg);
	}
}
@keyframes leadCurrent {
	0% {
		z-index: 2;
		opacity: 0;
		transform: rotate(11deg);
	}
	100% {
	z-index: 2;
	opacity: 1;
		transform: rotate(0);
	}
}
#main .loVisual01_logo {
	position: absolute;
	top: 28.738vw;
	left: 6.707vw;
	width: 20.307vw;
	margin: 0;
	padding: 0;
	border: none;
	z-index: 3;
	opacity: 0;
	transition: opacity 1s 1.75s;
}
#main .loVisual01_logo-show {
	opacity: 1;
}
#main .loVisual01_logo img {
	width: 100%;
}
@media (max-width: 963px) {
	#main .loImgs01-t1 {
		top: 17px;
		left: 78px;
	}
	#main .loImgs01-t2 {
		top: 93px;
		left: 122px;
	}
	#main .loImgs01_item {
		width: 125px;
		height: 167px;
	}
	#main .loVisual01_logo {
		top: 273px;
		left: 63px;
		width: 192px;
	}
}
/* 大枠
------------------------------------------------------------------------------- */
#main .loWrapper01 {
	position: relative;
	padding: 95px 15px 580px;
	background: #97DDE0;
	background: linear-gradient(90deg, rgba(151, 221, 224, 1) 0%, rgba(176, 235, 202, 1) 50%, rgba(151, 221, 224, 1) 100%);
}
#main .loWrapper01_bg {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
#main .loWrapper01_bg img {
	width: 100%;
}
#main .loWrapper01_in {
	position: relative;
	max-width: 1210px;
	margin: 0 auto;
	padding: 73px 0 0;
	border-radius: 30px;
	background-color: #fff;
	z-index: 2;
}
#main .loWrapper02 {
	position: relative;
	padding: 86px 15px 0;
	background: #97DDE0;
	background: linear-gradient(90deg, rgba(151, 221, 224, 1) 0%, rgba(176, 235, 202, 1) 50%, rgba(151, 221, 224, 1) 100%);
}
#main .loWrapper02_in {
	max-width: 1210px;
	margin: 0 auto;
	padding: 0;
	border-radius: 30px;
	background-color: #fff;
	overflow: hidden;
}
#main .loWrapper02_bg1 {
	width: 488px;
	margin: -40px auto 0;
	z-index: 2;
}
#main .loWrapper02_bg1 img {
	max-width: 100%;
	height: auto;
}
#main .loWrapper02_bg2 {
	margin: 0 -15px;
}
#main .loWrapper02_bg2 img {
	width: 100%;
}
#main .loWrapper02_copy {
	line-height: 1.1;
	margin: 30px 15px 0;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	text-align: right;
}
/* ロゴ
------------------------------------------------------------------------------- */
#main .loLogo01 {
	display: flex;
	justify-content: center;
	position: relative;
	max-width: 628px;
	margin: 0 auto 70px;
}
#main .loLogo01_item-t1 {
	width: 232px;
	margin: 0 53px 0 0;
}
#main .loLogo01_item-t2 {
	position: relative;
	width: 292px;
	margin: 0 0 0 53px;
}
#main .loLogo01_item-t2::after {
	content: "×";
	display: block;
	position: absolute;
	top: 50%;
	left: -77px;
	line-height: 48px;
	margin: -24px 0 0;
	font-size: 48px;
	font-weight: 500;
}
/* 応援の熱意を、森林の未来へ
------------------------------------------------------------------------------- */
#main .loPickup01 {
	padding: 0 30px;
}
#main .loPickup01_in {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
}
#main .loPickup01_bg {
	content: "";
	display: block;
	position: absolute;
	top: 39px;
	left: -44px;
	width: 233px;
}
@media only screen and (max-width: 1080px) {
	#main .loPickup01_bg {
		left: -115px;
	}
}
#main .loPickup01_tit {
	line-height: 1.5;
	margin: 0 0 43px;
	padding: 0;
	background: none;
	color: #000;
	font-size: 500%;
	font-weight: 700;
	text-align: center;
}
#main .loPickup01_txt {
	line-height: 2;
	margin: 0;
	color: #333;
	font-size: 150%;
	font-weight: 700;
}
#main .loPickup01_btn {
	display: flex;
	justify-content: space-between;
	line-height: 1.5;
	margin: 30px 0 0;
	font-size: 200%;
	font-weight: 700;
}
#main .loPickup01_btn li {
	width: 46.315%;
}
#main .loPickup01_btn a {
	display: block;
	position: relative;
	padding: 38px 20px 40px;
	border-radius: 20px;
	background-color: #e60012;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.3s;
}
#main .loPickup01_btn a:hover {
	opacity: 0.7;
}
#main .loPickup01_btn a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	background: url(../images/arw_img01.png) center center no-repeat;
	background-size: contain;
}
#main .loPeople01 {
	position: relative;
	margin: 37px 0 0;
}
#main .loPeople01_bg1 {
	content: "";
	display: block;
	position: absolute;
	top: 41px;
	left: 34px;
	width: 132px;
}
#main .loPeople01_bg2 {
	content: "";
	display: block;
	position: absolute;
	top: 45px;
	right: 0;
	width: 237px;
}
#main .loPeople01_tit {
	line-height: 1.25;
	margin: 0 0 46px;
	padding: 0;
	border: none;
	background: none;
	color: #000;
	font-size: 400%;
	font-weight: 700;
	text-align: center;
}
#main .loPeople01_body {
	position: relative;
	bottom: -650px;
	height: 1012px;
	margin: -650px 0 0;
	padding: 274px 0 0;
	color: #fff;
	box-sizing: border-box;
}
#main .loPeople01_img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1366px;
	margin: 0 0 0 -683px;
	z-index: 1;
}
#main .loPeople01_front {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
	z-index: 2;
}
#main .loPeople01_lead {
	line-height: 1.777;
	margin: 23px auto 0;
	font-size: 150%;
	font-weight: 700;
	text-align: center;
}
#main .loPeople01_txt {
	line-height: 1.75;
	margin: 15px auto 0;
	font-size: 134%;
	font-weight: 700;
	text-align: center;
}
#main .loPeople01_txt a {
	color: #fff;
}
#main .loPeople02 {
	text-align: center;
}
#main .loPeople02_in {
	display: inline-block;
	padding: 7px 7px 13px;
	border-radius: 5px;
	background-color: #242424;
}
#main .loPeople02_wrap {
	position: relative;
	min-width: 476px;
	min-height: 100px;
	padding: 6px 13px 15px 59px;
	border: 1px solid #000;
	background: #232323;
	background: linear-gradient(180deg, rgba(35, 35, 35, 1) 0%, rgba(10, 10, 10, 1) 100%);
	box-sizing: border-box;
}
#main .loPeople02_stit {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 1em;
	line-height: 1;
	margin: -4px 0 0;
	padding: 0;
	border: none;
	background: none;
	color: #ff3;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	transform: translateY(-50%);
}
#main .loPeople02_num {
	line-height: 1.13;
	margin: 0;
	font-size: 38px;
	font-weight: 700;
	text-align: right;
	letter-spacing: -0.015em;
}
#main .loPeople02_num span {
	display: inline-block;
	margin: 0 5px 0 0;
	font-size: 68px;
	vertical-align: -0.05em;
}
#main .loPeople02_date {
	line-height: 1.5;
	margin: 12px 0 0;
	color: #999;
	font-size: 134%;
	font-weight: 700;
	text-align: center;
}
/* みんなでリーグワンを応援しよう!
------------------------------------------------------------------------------- */
#main .loSupport01 {
	color: #fff;
}
#main .loSupport01_head {
	position: relative;
	padding: 113px 15px 79px;
	background: #007825;
	background: linear-gradient(180deg, rgba(0, 120, 37, 1) 0%, rgba(127, 197, 13, 1) 100%);
	text-align: center;
}
#main .loSupport01_tit {
	line-height: 1.25;
	margin: 0 0 34px;
	padding: 0;
	background: none;
	color: #fff;
	font-size: 400%;
	font-weight: 700;
	text-align: center;
}
#main .loSupport01_lead {
	line-height: 1.5;
	margin: 0;
	font-size: 267%;
	font-weight: 700;
}
#main .loTag01 {
	margin: 39px 0 0;
}
#main .loTag01_catch {
	line-height: 1.166;
	margin: 15px 0 0;
	font-size: 200%;
	font-weight: 700;
}
#main .loTag01_hash {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 19px 30px 20px;
	border-radius: 30px;
	background-color: #ffcc33;
	color: #000;
	font-size: 18px;
	vertical-align: 0.1em;
}
#main .loTag01_txt {
	line-height: 1.4;
	margin: 36px 0 0;
	font-size: 167%;
	font-weight: 700;
}
#main .loSlider01 {
	position: relative;
	padding: 0 0 56px;
	background-color: #7fc50d;
}
#main .loSlider01_in {
	opacity: 0;
	transition: opacity 1.5s;
}
#main .loSlider01_in.swiper-container-show {
	opacity: 1;
}
#main .loSlider01_list {
	transition-timing-function: linear !important;
}
#main .loSlider01_item {
	width: 1410px;
}
/* トピックス
------------------------------------------------------------------------------- */
#main .loTopics01 {
	position: relative;
	padding: 0 30px;
	color: #333;
}
#main .loTopics01_in {
	max-width: 950px;
	margin: 0 auto;;
}
#main .loTopics02 {
	position: relative;
	margin: 0 -500%;
	padding: 80px 500% 63px;
	background-color: #f8f4ec;
}
#main .loTopics02_container {
	position: relative;
	padding: 0 80px;
}
#main .loTopics02_loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url(/common/images/rn04/svg/loading_ico01.svg) center center no-repeat;
	background-size: contain;
}
#main .loTopics02_in {
	max-width: 750px;
	margin: 0 auto;
	opacity: 0;
	transition: opacity .3s;
}
#main .loTopics02_in.swiper-container-show {
	opacity: 1;
}
#main .loTopics02_list {
	display: flex;
	margin: 0;
	font-size: 100%;
}
#main .loTopics02_wrap {
	display: block;
	color: #333;
	text-decoration: none;
	transition: opacity 0.3s;
}
#main a.loTopics02_wrap:hover {
	opacity: 0.7;
}
#main .loTopics02_img {
	display: block;
	max-width: 210px;
	border-radius: 20px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
#main .loTopics02_img img {
	max-width: 100%;
	height: auto;
}
#main .loTopics02_info {
	margin: 20px 0 0;
}
#main .loTopics02_tag {
	display: inline-block;
	line-height: 1.6;
	margin: 0 0 7px;
	padding: 3px 11px;
	border-radius: 3px;
	background-color: #4fa42a;
	color: #fff;
	font-size: 125%;
	font-weight: 700;
}
#main .loTopics02_txt {
	line-height: 1.75;
	margin: 0;
	font-size: 134%;
	font-weight: 700;
}
#main a.loTopics02_wrap[target="_blank"] .loTopics02_txt::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 9px;
	margin: 0 0 0 5px;
	background: url(../images/blank_bg01.png) center center no-repeat;
	background-size: contain;
	vertical-align: 0.1em;
}
#main a.loTopics02_wrap[target="_blank"].loTopics02_wrap-noIc .loTopics02_txt::after {
	content: none;
}
#main .loTopics02_btn {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	transition: opacity .3s;
	opacity: 0;
}
#main .loTopics02_btn.swiper_btn-show {
	opacity: 1;
}
#main .loTopics02_btn-prev {
	left: 0;
	background-image: url(../images/arw_img02.png);	
}
#main .loTopics02_btn-next {
	right: 0;	
	background-image: url(../images/arw_img03.png);	
}
/* 関連リンク
------------------------------------------------------------------------------- */
#main .loBnr01 {
	position: relative;
	padding: 51px 30px 54px;
	color: #333;
}
#main .loBnr01_in {
	max-width: 950px;
	margin: 0 auto;
}
#main .loBnr01_tit {
	line-height: 1.25;
	margin: 0 0 58px;
	padding: 0;
	background: none;
	color: #000;
	font-size: 400%;
	font-weight: 700;
	text-align: center;
}
#main .loBnr01_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 100%;
}
#main .loBnr01_item {
	width: 46.32%;
	max-width: 440px;
	margin: 27px 7.36% 0 0;
	text-align: center;	
}
#main .loBnr01_item:nth-child(2n) {
	margin-right: 0;
}
#main .loBnr01_item:nth-child(1),
#main .loBnr01_item:nth-child(2) {
	margin-top: 0;
}
#main .loBnr01_bnr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 200px;
	border-radius: 20px;
	color: #fff;
	transition: opacity 0.3s;
	overflow: hidden;
	text-decoration: none;
	box-sizing: border-box;
}
#main .loBnr01_bnr-t1 {
	border: 1px solid #e50012;
	background-color: #e50012;
}
#main .loBnr01_bnr-t2 {
	border: 1px solid #107657;
	background-color: #107657;
}
#main .loBnr01_bnr-t3 {
	border: 1px solid #e81852;
	background-color: #e81852;
}
#main .loBnr01_bnr:hover {
	opacity: 0.7;
}
#main .loBnr01_bnr span {
	display: block;
}
#main .loBnr01_bnr-t1 span,
#main .loBnr01_bnr-t2 span {
	width: 179px;
}
#main .loBnr01_bnr-t1 span,
#main .loBnr01_bnr-t2 span {
	background-color: #fff;

}
#main .loBnr01_bnr p {
	line-height: 1.333;
	font-size: 200%;
	font-weight: 700;
}
#main .loBnr01_bnr-t1 p,
#main .loBnr01_bnr-t2 p {
	width: calc(100% - 179px);
}
#main .loBnr01_bnr-t3 p {
	width: 100%;
}
#main .loBnr01_bnr-t1 p::after,
#main .loBnr01_bnr-t2 p::after,
#main .loBnr01_bnr-t3 p::after {
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	margin: 17px auto 0;
	background: url(../images/arw_img01.png) center center no-repeat;
	background-size: contain;
}
#main .loBnr01_item img {
	max-width: 100%;
	height: auto;
}
#main .loBnr01_stit {
	line-height: 1.8;
	margin: 20px 0 8px;
	padding: 0;
	border: none;
	background: none;
	color: #333;
	font-size: 167%;
	font-weight: 700;
}
#main .loBnr01_txt {
	line-height: 1.875;
	margin: 0;
	color: #333;
	font-size: 134%;
	font-weight: 700;
}
#main .loPartner01 {
	padding: 0 30px 95px;
}
#main .loPartner01_txt {
	max-width: 1042px;
	line-height: 1.333;
	margin: 0 auto;
	padding: 24px 10px 27px;
	border: 1px solid #4fa42a;
	border-radius: 40px;
	background-color: #fff;
	color: #000;
	font-size: 200%;
	font-weight: 700;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 0 3px 7px rgba(102, 102, 102, .35);
}
/* 追従要素
------------------------------------------------------------------------------- */
#main .loSide01 {
	position: fixed;
	top: 50%;
	right: 0;
	width: 320px;
	padding: 21px 20px 20px;
	border-radius: 20px 0 0 20px;
	background-color: #107657;
	color: #fff;
	text-align: center;
	z-index: 10;
	box-sizing: border-box;
	transition: opacity 0.3s, right 0.6s;
	transform: translateY(-50%);
}
#main .loSide01-hidden {
	right: -320px;
	opacity: 0;
}
#main .loSide01_tit {
	line-height: 1;
	margin: 0 0 19px;
	font-size: 24px;
	font-weight: 700;
}
#main .loSide01_tit::before {
	content: "";
	display: block;
	position: absolute;
	top: -26px;
	left: -35px;
	width: 73px;
	height: 95px;
	background: url(../images/side_img01.png) center center no-repeat;
	background-size: contain;
}
#main .loSide01_body {
	padding: 7px 7px 10px;
	border-radius: 5px;
	background-color: #242424;
	box-sizing: border-box;
}
#main .loSide01_wrap {
	position: relative;
	padding: 8px 10px 13px 35px;
	border: 1px solid #000;
	background: #232323;
	background: linear-gradient(180deg, rgba(35, 35, 35, 1) 0%, rgba(10, 10, 10, 1) 100%);
	box-sizing: border-box;
}
#main .loSide01_stit {
	position: absolute;
	top: 50%;
	left: 12px;
	width: 1em;
	line-height: 1;
	margin: 0;
	color: #ff3;
	font-size: 18px;
	font-weight: 700;
	transform: translateY(-50%);
}
#main .loSide01_num {
	line-height: 1;
	margin: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: right;
	word-break: break-all;
}
#main .loSide01_num span {
	display: inline-block;
	font-size: 36px;
	vertical-align: -0.05em;
}
#main .loSide01_date {
	line-height: 1;
	margin: 6px 0 0;
	color: #999;
	font-size: 14px;
	font-weight: 700;
}
/* モーダル
------------------------------------------------------------------------------- */
#main .loPopup01 {
	display: none;
}
.mfp-bg,
.mfp-wrap {
	z-index: 1200 !important;
}
.mfp-wrap .mfp-container {
	padding: 0 15px;
}
.mfp-wrap .mfp-content {
	max-width: 950px;
	margin: 10px auto 20px;
	padding: 58px 0 0;
}
.mfp-wrap .mfp-close,
.mfp-wrap .mfp-close:active {
	top: 0;
	right: 0;
	width: 38px;
	height: 39px;
	line-height: 39px;
	background: url(../images/close_bg01.png) center center no-repeat;
	right: 0;
	padding-right: 0;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1;
}
.loPopup02 {
	position: relative;
	min-width: 900px;
	padding: 0 0 50px;
	border-radius: 30px;
	background-color: #fff;
	color: #000;
	overflow: hidden;
}
.loPopup02_head {
	margin: 0 0 42px;
	padding: 58px 0 56px;
	background-color: #f8f3ed;
}
.loPopup02_tit {
	position: relative;
	line-height: 1.5;
	max-width: 830px;
	margin: 0 auto;
	padding: 0 0 0 100px;
	font-size: 300%;
	font-weight: 700;
	box-sizing: border-box;
}
.loPopup02_tit::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.loPopup02_tit-t1::before {
	width: 75px;
	height: 98px;
	margin: -49px 0 0;
	background-image: url(../images/popup_bg01.png);
}
.loPopup02_tit-t2::before {
	width: 89px;
	height: 89px;
	margin: -44px 0 0;
	background-image: url(../images/popup_bg02.png);
}
.loPopup02_tag {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 80px;
	line-height: 45px;
	margin: -20px 0 0;
	border-radius: 3px;
	background-color: #4fa42a;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.loPopup02_body {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	position: relative;
	max-width: 830px;
	margin: 0 auto;
	z-index: 2;
}
.loPopup02_body-bd {
	padding: 0 0 39px;
	border-bottom: 1px solid #ccc;	
}
.loPopup02_info {
	width: calc(100% - 254px);
	padding: 0 45px 0 0;
	box-sizing: border-box;
}
.loPopup02_info-t2 {
	width: calc(100% - 380px);
	padding: 0 35px 0 0;
}
.loPopup02_txt {
	line-height: 1.875;
	margin: 15px 0 0;
	color: #333;
	font-size: 134%;
	font-weight: 500;
}
.loPopup02_txt:first-child {
	margin-top: 0;
}
.loPopup02_img {
	display: block;
	width: 254px;
	margin: -82px 0 0;
}
.loPopup02_img-t2 {
	width: 380px;
	margin: 0;
}
.loPopup02_bnr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 370px;
	margin: 30px auto 0;
	border-radius: 20px;
	color: #fff;
	text-decoration: none;
	transition: opacity 0.3s;
	overflow: hidden;
}
.loPopup02_bnr-t1 {
	border: 1px solid #e50012;
	background-color: #e50012;
}
.loPopup02_bnr-t2 {
	border: 1px solid #107657;
	background-color: #107657;
}
.loPopup02_bnr:hover {
	opacity: 0.7;
}
.loPopup02_bnr span {
	display: block;
	background-color: #fff;
}
.loPopup02_bnr-t1 span {
	width: 179px;
}
.loPopup02_bnr-t2 span {
	width: 139px;
}
.loPopup02_bnr img {
	max-width: 100%;
	height: auto;
}
.loPopup02_bnr p {
	line-height: 1.454;
	margin: 0;
	font-size: 184%;
	font-weight: 700;
	text-align: center;
}
.loPopup02_bnr-t1 p {
	width: 190px;
}
.loPopup02_bnr-t2 p {
	width: 230px;
}
.loPopup02_bnr-t1 p::after,
.loPopup02_bnr-t2 p::after {
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	margin: 12px auto 0;
	background: url(../images/arw_img01.png) center center no-repeat;
	background-size: contain;
}
.loPopup02_stxt {
	line-height: 1.875;
	margin: 15px 0 0;
	color: #333;
	font-size: 117%;
	font-weight: 700;
	text-align: center;
}
/* アニメーション
------------------------------------------------------------------------------- */
.fnSlideAdSpLoAct {
	transition: all 1.5s cubic-bezier(0, 0.6, 0, 1);
	transform: translate(0, 100px);
	opacity: 0;
}
.fnSlideAdSpLoAct.show {
	transform: translate(0, 0);
	opacity: 1;
}
@supports (transform: translate3d(0, 0, 0)) {
	.fnSlideAdSpLoAct {
		transform: translate3d(0, 100px, 0);
	}
	.fnSlideAdSpLoAct.show {
		transform: translate3d(0, 0, 0);
	}
}