@charset "UTF-8";
a {
  color: #e60012;
  text-decoration: none;
}

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

body {
  font-size: 1.6rem;
  font-family:
    "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic",
    "メイリオ", sans-serif;
  font-weight: 400;
  background: #fff;
  font-size: 3vw;
  width: 100%;
  overflow: hidden;
}

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

img {
  vertical-align: bottom;
}

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

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

#pageTopBtn {
  z-index: 11111;
}

.pcDISP {
  display: none !important;
}

/* ==========================================================================
   header
========================================================================== */
#header {
  position: relative;
  width: 100%;
  padding: 0px;
  display: block;
  z-index: 500;
}
#header .header__left {
  position: absolute;
  top: 20px;
  left: 5%;
}
#header .header__left img {
  height: 8vw;
}

/* ==========================================================================
   kvArea
========================================================================== */
.kvArea {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background-color: #ffffff;
}
.kvArea .kvArea__img {
  width: 100%;
  margin: auto;
}
.kvArea .kvArea__img img {
  width: 100%;
  margin: 0px auto 30px auto;
}

/* ============================================
	紹介
============================================ */
.sec__intro {
  position: relative;
  width: 100%;
  margin: auto;
  background-color: #def3e8;
}
.sec__intro .inner {
  width: 95%;
  margin: auto;
  padding: 30px 0px 30px 0px;
}
.sec__intro .inner h2 {
  position: relative;
  display: block;
  margin: 0px auto 30px auto;
  text-align: center;
  padding: 0;
}
.sec__intro .inner h2 span {
  display: inline-block;
  font-size: 6vw;
  font-weight: 900;
  line-height: 1.3;
  padding: 0px 0px 0px 10px;
  color: #ffffff;
  background-color: #06c755;
  margin: 5px 0px 0px 0px;
}
.sec__intro .inner .imgarea {
  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 {
  width: 95%;
  margin: auto;
  padding: 30px 0px 30px 0px;
}
.sec__step .inner h2 {
  position: relative;
  display: block;
  margin: 0px auto 30px auto;
  text-align: center;
  padding: 0;
}
.sec__step .inner h2 span {
  display: inline-block;
  font-size: 7vw;
  font-weight: 900;
  line-height: 1.3;
  padding: 0px 10px 0px 10px;
  color: #ffffff;
  background-color: #06c755;
  margin: 0px 0px 0px 0px;
}
.sec__step .inner .imgarea {
  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);
}

/* ============================================
	キャンペーン
============================================ */
.sec__camp {
  position: relative;
  width: 100%;
  margin: auto;
  background-color: #def3e8;
}
.sec__camp .inner {
  width: 95%;
  margin: auto;
  padding: 30px 0px 30px 0px;
}
.sec__camp .inner h2 {
  position: relative;
  display: block;
  margin: 0px auto 30px auto;
  text-align: center;
  padding: 0;
}
.sec__camp .inner h2 span {
  display: inline-block;
  font-size: 6vw;
  font-weight: 900;
  line-height: 1.3;
  padding: 0px 10px 0px 10px;
  color: #ffffff;
  background-color: #06c755;
  margin: 0px 0px 0px 0px;
}
.sec__camp .inner .box {
  display: block;
  width: 100%;
  padding: 10% 5% 10% 5%;
  margin: 0px auto 0px auto;
  background-color: #ffffff;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  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: 40%;
  margin: 0px auto 0px auto;
  float: left;
  text-align: center;
}
.sec__camp .inner .box .imgarea img {
  width: 90%;
  margin: auto;
  filter: drop-shadow(0px 0px 10px #cccccc);
}
.sec__camp .inner .box .txtarea {
  position: relative;
  width: 55%;
  margin: 2% 0px 0px 5%;
  border: 3px solid #06c755;
  float: left;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
.sec__camp .inner .box .txtarea h3 {
  display: block;
  width: 32vw;
  position: absolute;
  top: -5.5vw;
  left: 0;
  right: 0;
  font-size: 4vw;
  font-weight: 900;
  line-height: 1;
  padding: 5% 0% 5% 0%;
  color: #e60012;
  margin: auto;
  border: 3px solid #06c755;
  background-color: #ffffff;
  text-align: center;
  -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: 4.2vw;
  font-weight: 900;
  line-height: 1.5;
  padding: 5% 0px 5% 0px;
  color: #06c755;
  margin: 0px 0px 0px 0px;
  text-align: center;
}
.sec__camp .inner .box .txtarea p.bdrB {
  border-bottom: 3px solid #06c755;
  padding: 12% 0px 5% 0px;
}

/* ============================================
	注意事項
============================================ */
.sec__caution {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 30px 0px 30px 0px;
  background-color: #ffffff;
}
.sec__caution .inner {
  display: block;
  width: 95%;
  padding: 5% 5% 5% 5%;
  margin: auto;
  background-color: #f7f8f9;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.sec__caution .inner h2 {
  display: block;
  margin: 0px auto 20px auto;
  padding: 0;
  font-size: 4vw;
  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: 3.5vw;
  line-height: 1.8em;
  font-weight: 400;
  color: #000000;
  padding-left: 1em;
  text-indent: -1em;
}
.sec__caution .inner ul li a {
  display: block;
  text-decoration: none;
  transition: all 0.2s ease;
  margin: 0px auto 0px auto;
  color: #06c755;
  padding-left: 1em;
  text-indent: -1em;
}

/* ============================================
	エントリーボタン
============================================ */
/*
a.entry_btn{
	position: relative;
	display:block;
	width: 85%;
	text-decoration:none;
	text-align:center;
	padding: 3vw 10vw 3vw 0px;
	transition:all .2s ease;
	margin: 0px auto 30px 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:6vw;
	line-height:1;
	font-weight: 900;
	padding: 4vw 0px 4vw 12vw;
	background: url(/img/special/line/icon_line_green.png) no-repeat 0px 50%;
	background-size: 9vw;
}
a.entry_btn .arrow-right-around{
	position: absolute;
	top: 30%;
	right: 7%;
	width: 8vw;
	height: 8vw;
	padding: 2vw 1vw 0px 0px;
	background-color: #06c755;
}
a.entry_btn .arrow-right-around .arrow-right {
  display: inline-block;
  width: 4vw;
  height: 4vw;
  margin: 0 0px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  transform: rotate(45deg);
}
*/
/* ============================================
	エントリーボタン
============================================ */
a.entry_btn {
  position: relative;
  display: block;
  width: 85%;
  text-decoration: none;
  text-align: center;
  padding: 3vw 0vw 3vw 0px;
  transition: all 0.2s ease;
  margin: 0px auto 30px 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: 6vw;
  line-height: 1;
  font-weight: 900;
  padding: 4vw 0px 4vw 0vw;
}
a.entry_btn .arrow-right-around {
  position: absolute;
  top: 30%;
  right: 7%;
  width: 8vw;
  height: 8vw;
  padding: 2vw 1vw 0px 0px;
  background-color: #06c755;
}
a.entry_btn .arrow-right-around .arrow-right {
  display: inline-block;
  width: 4vw;
  height: 4vw;
  margin: 0 0px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  transform: rotate(45deg);
}

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

.floatingbnr a {
  position: relative;
  display: block;
  width: 30vw;
  height: 30vw;
  text-decoration: none;
  text-align: center;
  padding: 0px 0px 0px 0px;
  transition: all 0.2s ease;
  margin: 0px auto 0px auto;
  border: 5px 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: 4.5vw;
  line-height: 1;
  font-weight: 900;
  padding: 9vw 0px 0px 0px;
}
.floatingbnr a .arrow-right-around {
  position: absolute;
  bottom: 1.5vw;
  right: 0;
  left: 0;
  margin: auto;
  width: 6vw;
  height: 6vw;
  text-align: center;
  padding: 1.5vw 0.5vw 0px 0px;
}
.floatingbnr a .arrow-right-around .arrow-right {
  display: inline-block;
  width: 3vw;
  height: 3vw;
  margin: 0 0px;
  border-top: 3px solid #06c755;
  border-right: 3px solid #06c755;
  transform: rotate(45deg);
}
