<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
a {
  color: #e60012;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.4;
  text-decoration: none;
}

html, body {
  height: 100%;
  width: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
}

body {
  /*min-width: 980px;*/
  background: #def3e8;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.75;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#header *,
#main * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#main {
  width: 100%;
  overflow: hidden;
  padding: 0px;
  background-color: #def3e8;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

.wrapper {
  width: 980px;
  margin: 0 auto;
}

.fade-here,
.fade-scale,
.fade-up,
.fade-down,
.fade-from-left,
.fade-from-right {
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

footer {
  z-index: 11;
  position: relative;
}

.spDISP {
  display: none !important;
}

/* ==========================================================================
   header
========================================================================== */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 19px 0 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: -ms- space-between;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: -ms- center;
  align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
  align-items: center;
  z-index: 500;
  /*min-width: 980px;*/
	height: 40px;
}

#header a:hover {
  opacity: 0.7;
}

#header .header__left {
  position: absolute;
  top: 30px;
  left: 30px;
}

#header .header__left img {
  height: 58px;
}

/* ==========================================================================
   kvArea
========================================================================== */
.kvArea {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
	height: 800px;
	background: url(/img/special/line/kv_pc.jpg) no-repeat 50% top;
}
@media only screen and (min-width: 1600px) {
	.kvArea {
		background: url(/img/special/line/kv_pc.jpg) no-repeat 50% top;
		background-size: cover;
	}
}
.kvArea .kvArea__img{
	width: 100%;
	max-width: 1180px;
	margin: auto;
}
.kvArea .kvArea__img:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.kvArea .kvArea__img .kvArea__left{
	width: 600px;
	margin: 150px 0px 0px 0px;
	float: left;
}
.kvArea .kvArea__img .kvArea__left img{
	/*width: 100%;*/
	filter: drop-shadow(0px 0px 5px #006000);
}
.kvArea .kvArea__img .kvArea__left a{
	position: relative;
	display:block;
	width: 100%;
	text-decoration:none;
	text-align:center;
	padding: 30px 70px 30px 0px;
	padding: 30px 0px 30px 0px;
	transition:all .2s ease;
	margin: 35px auto 0px auto;
	border: 5px solid #06c755;
	background-color: #ffffff;
	-webkit-border-radius:100px 100px 100px 100px;
	-moz-border-radius:100px 100px 100px 100px;
	border-radius:100px 100px 100px 100px;
	filter: drop-shadow(0px 0px 5px #006000);
}
.kvArea .kvArea__img .kvArea__left a span{
	display:inline-block;
	color:#06c755;
	font-size:42px;
	font-size:4.2rem;
	line-height:1;
	font-weight: 900;
	padding: 10px 0px 10px 100px;
	padding: 0px 0px 0px 0px;
	/*
	background: url(/img/special/line/icon_line_green.png) no-repeat 0px 50%;
	background-size: contain;
	*/
}
.kvArea .kvArea__img .kvArea__left a .arrow-right-around{
	position: absolute;
	top: 27%;
	right: 50px;
	width: 50px;
	height: 50px;
	padding: 15px 15px 0px 0px;
	background-color: #06c755;
}
.kvArea .kvArea__img .kvArea__left a .arrow-right-around .arrow-right {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 10px;
  border-top: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  transform: rotate(45deg);
}

.kvArea .kvArea__img .kvArea__left a:hover{
	border: 5px solid #ffffff;
	background-color: #06c755;
	opacity: 1;
}
.kvArea .kvArea__img .kvArea__left a:hover span{
	color:#ffffff;
	/*background: url(/img/special/line/icon_line_white.png) no-repeat 0px 50%;
	background-size: contain;*/
}
.kvArea .kvArea__img .kvArea__left a:hover .arrow-right-around{
	background-color: #ffffff;
}
.kvArea .kvArea__img .kvArea__left a:hover .arrow-right-around .arrow-right {
  border-top: 5px solid #06c755;
  border-right: 5px solid #06c755;
}
.kvArea .kvArea__img .kvArea__right{
	width: 530px;
	margin: 55px 0px 0px 50px;
	float: left;
}
.kvArea .kvArea__img .kvArea__right img{
	/*width: 100%;*/
	filter: drop-shadow(0px 5px 5px #006000);
}

@media only screen and (max-width: 1200px) {
.kvArea {
	height: 66vw;
}
.kvArea .kvArea__img .kvArea__left{
	width: 50vw;
	margin: 14vw 0px 0px 0px;
}
.kvArea .kvArea__img .kvArea__left img{
	width: 100%;
}
.kvArea .kvArea__img .kvArea__right{
	width: 44vw;
	margin: 55px 0px 0px 4vw;
	float: left;
}
.kvArea .kvArea__img .kvArea__right img{
	width: 100%;
}
}
@media only screen and (max-width: 1020px) {
.kvArea .kvArea__img .kvArea__left a{
	padding: 3vw 0px 3vw 0px;
	margin: 35px auto 0px auto;
}
.kvArea .kvArea__img .kvArea__left a span{
	font-size:4vw;
}
.kvArea .kvArea__img .kvArea__left a .arrow-right-around{
	position: absolute;
	top: 27%;
	right: 4vw;
	width: 5vw;
	height: 5vw;
	padding: 1.3vw 1.5vw 0px 0px;
	background-color: #06c755;
}
.kvArea .kvArea__img .kvArea__left a .arrow-right-around .arrow-right {
  display: inline-block;
  width: 2.2vw;
  height: 2.2vw;
  margin: 0 10px;
  border-top: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  transform: rotate(45deg);
}
	
	
	
	
}

/* ============================================
	紹介
============================================ */
.sec__intro{
	position:relative;
	width: 100%;
	margin: auto;
	background-color: #def3e8;
}
.sec__intro .inner{
	max-width: 980px;
	width: 100%;
	margin: auto;
	padding: 50px 0px 80px 0px;
}
.sec__intro .inner h2{
    position: relative;
    display: block;
	margin: 0px auto 50px auto;
	text-align: center;
    padding: 0;
}
.sec__intro .inner h2 span{
    display: inline-block;
	font-size:42px;
	font-size:4.2rem;
	font-weight:900;
    line-height: 1.3;
    padding: 0px 0px 0px 10px;
    color: #ffffff;
	background-color: #06c755;
	margin: 10px 0px 0px 0px;
}
.sec__intro .inner .imgarea{
	max-width: 980px;
	width: 100%;
	margin: auto;
	padding: 0px 0px 0px 0px;
}
.sec__intro .inner .imgarea img{
	width: 100%;
	margin: auto;
	filter: drop-shadow(0px 0px 10px #cccccc);
}
@media only screen and (max-width: 980px) {
.sec__intro .inner h2 span{
	font-size:42px;
	font-size:4.2rem;
}
.sec__intro .inner .imgarea{
	max-width: 980px;
	width: 100%;
	margin: auto;
	padding: 0px 0px 0px 0px;
}
.sec__intro .inner .imgarea img{
	width: 100%;
	margin: auto;
	filter: drop-shadow(0px 0px 10px #cccccc);
}
}
/* ============================================
	3ステップ
============================================ */
.sec__step{
	position:relative;
	width: 100%;
	margin: auto;
	background-color: #ffffff;
}
.sec__step .inner{
	max-width: 980px;
	width: 100%;
	margin: auto;
	padding: 50px 0px 100px 0px;
}
.sec__step .inner h2{
    position: relative;
    display: block;
	margin: 0px auto 70px auto;
	text-align: center;
    padding: 0;
}
.sec__step .inner h2 span{
    display: inline-block;
	font-size:50px;
	font-size:5.0rem;
	font-weight:900;
    line-height: 1.3;
    padding: 0px 10px 0px 10px;
    color: #ffffff;
	background-color: #06c755;
	margin: 10px 0px 0px 0px;
}
.sec__step .inner .imgarea{
	max-width: 980px;
	width: 100%;
	margin: auto;
	padding: 0px 0px 0px 0px;
}
.sec__step .inner .imgarea img{
	width: 100%;
	margin: auto;
	filter: drop-shadow(0px 0px 10px #cccccc);
}
@media only screen and (max-width: 980px) {

}
/* ============================================
	キャンペーン
============================================ */
.sec__camp{
	position:relative;
	width: 100%;
	margin: auto;
	background-color: #def3e8;
}
.sec__camp .inner{
	max-width: 980px;
	width: 100%;
	margin: auto;
	padding: 60px 0px 60px 0px;
}
.sec__camp .inner h2{
    position: relative;
    display: block;
	margin: 0px auto 50px auto;
	text-align: center;
    padding: 0;
}
.sec__camp .inner h2 span{
    display: inline-block;
	font-size:50px;
	font-size:5.0rem;
	font-weight:900;
    line-height: 1.3;
    padding: 0px 10px 0px 10px;
    color: #ffffff;
	background-color: #06c755;
	margin: 10px 0px 0px 0px;
}
.sec__camp .inner .box{
	display:block;
	width: 100%;
	padding: 40px 50px 0px 50px;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	-webkit-border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	filter: drop-shadow(0px 0px 10px #cccccc);
}
.sec__camp .inner .box:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.sec__camp .inner .box .imgarea{
	width: 50%;
	margin: 0px auto 30px auto;
	float: left;
	text-align: center;
}
.sec__camp .inner .box .imgarea img{
	width: 221px;
	margin: auto;
	filter: drop-shadow(0px 0px 10px #cccccc);
}

.sec__camp .inner .box .txtarea{
	position: relative;
	width: 50%;
	margin: 50px 0px 0px 0px;
	border: 5px solid #06c755;
	float: left;
	-webkit-border-radius:20px 20px 20px 20px;
	-moz-border-radius:20px 20px 20px 20px;
	border-radius:20px 20px 20px 20px;
}
.sec__camp .inner .box .txtarea h3{
    display: block;
	position: absolute;
	top: -35px;
	left: 30px;
	font-size:28px;
	font-size:2.8rem;
	font-weight:900;
    line-height: 1;
    padding: 10px 30px 10px 30px;
    color: #e60012;
	margin: 0px 0px 0px 0px;
	border: 5px solid #06c755;
	background-color: #ffffff;
	-webkit-border-radius:100px 100px 100px 100px;
	-moz-border-radius:100px 100px 100px 100px;
	border-radius:100px 100px 100px 100px;
}
.sec__camp .inner .box .txtarea p{
    display: block;
	font-size:30px;
	font-size:3.0rem;
	font-weight:900;
    line-height: 1.5;
    padding: 40px 20px 40px 40px;
    color: #06c755;
	margin: 0px 0px 0px 0px;
}
.sec__camp .inner .box .txtarea p.bdrB{
	border-bottom: 5px solid #06c755;
}
@media only screen and (max-width: 980px) {

}
/* ============================================
	注意事項
============================================ */
.sec__caution{
	position:relative;
	width: 100%;
	margin: auto;
	padding: 80px 0px 80px 0px;
	background-color: #f7f8f9;
}
.sec__caution .inner{
	display:block;
	max-width: 980px;
	width: 100%;
	padding: 50px 50px 80px 50px;
	margin: auto;
	background-color: #ffffff;
	-webkit-border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
}
.sec__caution .inner h2{
    display: block;
	margin: 0px auto 30px auto;
    padding: 0;
	font-size:24px;
	font-size:2.4rem;
	font-weight:700;
    line-height: 1;
    color: #000000;
	text-align: center;
}

.sec__caution .inner ul{
	display:block;	
	width: 100%;
	margin:0px;
	padding:0px;
	list-style:none;
}
.sec__caution .inner ul li{
	display:block;
	padding: 0px;
	margin: 0px;
	font-size:18px;
	font-size:1.8rem;
	line-height:2em;
	font-weight: 400;
	color: #000000;
	padding-left: 1em;
    text-indent: -1em;
}
.sec__caution .inner ul li a{
	display:block;
	text-decoration:none;
	transition:all .2s ease;
	margin: 0px auto 0px auto;
	color: #06c755;
	padding-left: 1em;
    text-indent: -1em;
}
.sec__caution .inner ul li a:hover{
	text-decoration: underline;
	opacity: 1;
}
@media only screen and (max-width: 980px) {

}
/* ============================================
	エントリーボタン
============================================ */
a.entry_btn{
	position: relative;
	display:block;
	width: 600px;
	text-decoration:none;
	text-align:center;
	padding: 30px 0px 30px 0px;
	transition:all .2s ease;
	margin: 0px auto 50px auto;
	border: 5px solid #06c755;
	background-color: #ffffff;
	-webkit-border-radius:100px 100px 100px 100px;
	-moz-border-radius:100px 100px 100px 100px;
	border-radius:100px 100px 100px 100px;
	filter: drop-shadow(0px 0px 5px #cccccc);
}
a.entry_btn span{
	display:inline-block;
	color:#06c755;
	font-size:42px;
	font-size:4.2rem;
	line-height:1;
	font-weight: 900;
	padding: 0px 0px 0px 0px;
}
a.entry_btn .arrow-right-around{
	position: absolute;
	top: 27%;
	right: 50px;
	width: 50px;
	height: 50px;
	padding: 15px 15px 0px 0px;
	background-color: #06c755;
}
a.entry_btn .arrow-right-around .arrow-right {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 10px;
  border-top: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  transform: rotate(45deg);
}
a.entry_btn:hover{
	border: 5px solid #ffffff;
	background-color: #06c755;
	opacity: 1;
}
a.entry_btn:hover span{
	color:#ffffff;
	/*background: url(/img/special/line/icon_line_green.png) no-repeat 0px 50%;
	background-size: contain;*/
}
a.entry_btn:hover .arrow-right-around{
	background-color: #ffffff;
}
a.entry_btn:hover .arrow-right-around .arrow-right {
  border-top: 5px solid #06c755;
  border-right: 5px solid #06c755;
}
@media only screen and (max-width: 980px) {

}

/* ============================================
	追従ボタン
============================================ */
.floatingbnr {
    display: block;
    position: fixed;
    z-index: 1000;
    bottom: 100px;
    right: 20px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}
/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}

.floatingbnr a{
	position: relative;
	display:block;
	width: 200px;
	height: 200px;
	text-decoration:none;
	text-align:center;
	padding: 0px 0px 0px 0px;
	transition:all .2s ease;
	margin: 0px auto 0px auto;
	border: 8px solid #06c755;
	background-color: #ffffff;
	-webkit-border-radius:50% 50% 50% 50%;
	-moz-border-radius:50% 50% 50% 50%;
	border-radius:50% 50% 50% 50%;
	filter: drop-shadow(0px 0px 10px #cccccc);
}
.floatingbnr a span{
	display:inline-block;
	color:#06c755;
	font-size:30px;
	font-size:3.0rem;
	line-height:1;
	font-weight: 900;
	padding: 60px 0px 0px 0px;
}
.floatingbnr a .arrow-right-around{
	position: absolute;
	bottom: 10px;
	right: 0;
	left: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 8px 17px 0px 0px;
}
.floatingbnr a .arrow-right-around .arrow-right {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0 10px;
  border-top: 4px solid #06c755;
  border-right: 4px solid #06c755;
  transform: rotate(45deg);
}

.floatingbnr a:hover{
	border: 8px solid #ffffff;
	background-color: #06c755;
	opacity: 1;
}
.floatingbnr a:hover span{
	color:#ffffff;
}
.floatingbnr a:hover .arrow-right-around .arrow-right {
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  transform: rotate(45deg);
}

/* ============================================
	POPUP
============================================ */
.mfp-inline-holder .mfp-content {
  width: 640px;
  box-sizing: border-box;
  margin: 50px 0;
  padding: 0px;
}
@media only screen and (max-width: 640px) {
	.mfp-inline-holder .mfp-content {
	  width: 95%;
	  margin: 10% 0;
	}
}
.mfp-inline-holder .mfp-content .mfp-close {
  color: #fff;
  top: -44px;
  font-size: 60px;
  opacity: 1;
}
.mfp-inline-holder .mfp-content span.btn {
  color: #fff !important;
}
.mfp-inline-holder .mfp-content span.btn:after, .mfp-inline-holder .mfp-content span.btn:before {
  content: none;
}

.mfp-container {
  padding: 0;
}

.mfp-inline-holder .mfp-content img{
  width: 100%;
}

.mfp-wrap {
  top: 0 !important;
}
</pre></body></html>