@charset "UTF-8";
/* CSS Document */

#wrap {
	background-color: #FFE025;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	overflow: hidden;
}
#head {
	clear: both;
	height: 100vh;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#headwrap {
	clear: both;
	width: 100%;
	height: 100vh;
	position: relative;
}
#headwrap .afterimg{
	height: auto;
	width: 100%;
	position: absolute;
	bottom: 0px;
	z-index: 100;
	padding-bottom: 0;
}
#headwrap .afterimg img{
	width: 100%;
	height: auto;
}
#headwrap .cap {
	width: 48.6vw;
	position: absolute;
	color: #FFFFFF;
	bottom: 4vw;
	left: 50%;
	transform: translateX(-50%);
	z-index: 150;
	font-size:  0.9rem;
	padding-bottom: 0;
}

#logo {
	width: 100%;
	max-width: 1000px;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 50%;
	transform: translateX(-50%);

}
#logo img{
animation:fulllogo 1.5s ease infinite;
animation-fill-mode: backwards;
	animation-iteration-count:1;
	
}
@keyframes fulllogo {
      from {

transform:translateY(-500px);opacity:0;
}

      to {

transform:translateY(0px);opacity:1;
}

      }
#head h1{
	position: absolute;
	z-index: 10;
	top: 40%;
	left: 50%;
	transform:translateX(-50%)
		translateY(-50%);
	width: 40%;
	max-width: 660px;
}
#head h1 img{
	width: 100%;
	height: auto;
animation:toplogo 1s ease infinite;
animation-fill-mode: backwards;
	animation-iteration-count:1;
}


@keyframes toplogo {
      from {

transform:scale(0);opacity:0;
}

      to {

transform:scale(1);opacity:1;
}

      }

#head .photo{
	width: 100%;
	height: 100vh;
	padding-bottom: 0;
	position: fixed;
	top: 0;
	z-index: 0;
}
#head .photo img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
animation:topphoto 1s ease infinite;
animation-fill-mode: backwards;
	animation-iteration-count:1;
}
@keyframes topphoto {
      from {

transform:scale(1.2);
}

      to {

transform:scale(1);;
}

      }

#cont {
 clear: both;
 width: 1000px;
 margin-right: auto;
 margin-left: auto;
 padding-top: 20px;
 position: relative;
}

#cir_badge {
	position: absolute;
	z-index: 10;
	width: 13vw;
	margin-left: 12vw;
	left: 50%;
	bottom: 5vw;
animation:cir 1.2s ease infinite;
animation-fill-mode: backwards;
	animation-iteration-count:1;
	
}
@keyframes cir {
      from {

transform:translateX(500px);opacity:0;
}

      to {

transform:translateX(0px);opacity:1;
}
}
#cir_badge .role{
	width: 100%;
	position: absolute;
	top: 0;
	padding-bottom: 0px;
  animation:12s linear infinite rotation1;
}
@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
#cir_badge img{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	display: inline-block;
}
#cir_badge .come{
	position: relative;
	padding-bottom: 0px;
}
#footwrap {
	background-color: #222222;
	clear: both;
	overflow: hidden;
	color: #fff;
	position: relative;
}
#foot {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#cr {
	font-size: 12px;
	line-height: 1.6em;
	padding-top: 20px;
	padding-bottom: 20px;
}


.list {
	padding-bottom: 20px;
}
.list li {
	padding-bottom: 10px;
	line-height: 20px;
	background-image: url(../img/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
}
.list a {
	color: #2E2E2E;
	text-decoration: none;
}

.midashi {
	clear: both;
	font-size: 26px;
	line-height: 1.6em;
	margin-bottom: 15px;
}
.midashib {
 margin-bottom: 20px;
 text-align: center;
}
.midashib h4 {
 font-size: 26px;


 line-height: 1.em;
 line-height: 61.em;
 padding-bottom: 0px;
}

.midashi02 {
	font-size: 20px;
	line-height: 1.6em;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.komidashi {
	line-height: 1.8em;
	background-image: url(../img/list04.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
}
.txtbox {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	text-align: center;
}
.txtbox h5 {
	border-top: 1px solid #232323;
	border-bottom: 1px solid #232323;
	font-size: 28px;
	line-height: 1.6em;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.txtbox li {
	list-style-position: inside;
	list-style-type: disc!important;
}

.linebox {
 clear: both;
 margin-right: auto;
 margin-left: auto;
 padding-bottom: 0px;
 padding-top: 9px;
 padding-right: 9px;
 padding-left: 9px;
 border: 1px solid #36F;
 margin-bottom: 30px;
}
.centerphoto {
	text-align: center;
	clear: both;
	padding-bottom: 30px;
}
.centertxt {
	text-align: center;
	clear: both;
}
.tbl {
	width: 100%;
	margin-bottom: 20px;
	clear: both;
}
.tbl td {
	padding: 20px 0;
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.tbl th {
	padding: 20px 0;
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: bold;
	min-width: 180px;
}
.pagetop {
	text-align: right;
	clear: both;
	padding-bottom: 50px;
	font-size: 12px;
	line-height: 20px;
	color: #F15A24;
}
.pagetop a {
	background-color: #CFC1A9;
	padding: 10px;
	display: inline-block;
	color: #001226;
	text-decoration: none;
}
.pc-none{
	display: none;
}
.sp-none{
	display: block;
}
.pc-none02{
	display: none;
}
.sp-none02{
	display: inline-block;
}

#sec02 {
	position: relative;
	background-color: #FFE025;
}
#sec02 .inner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	padding-bottom: 90px;
	position: relative;
	padding-top: 100px;
}
#sec02 h3{
	padding-bottom: 30px;
	text-align: center;
}
#sec02 h4 {
	font-size: 46px;
	line-height: 1.6em;
	font-weight: 800;
	text-align: center;
	padding-bottom: 40px;
}
.greet {
	text-align: center;
	font-size: 18px;
	line-height: 3em;
	padding-bottom: 110px;
	position: relative;
}

.greet .sec_img {
	padding-bottom: 0px;
	position: absolute;
	left: -30px;
	top: 30px;
}
.greet .sec_img02 {
	padding-bottom: 0px;
	position: absolute;
	right: -15px;
	bottom: 10px;
}

#sec03 {
	position: relative;
	background-color: #FFE025;
}
#sec03 .inner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	padding-bottom: 60px;
	position: relative;
}
.tokuten {
	padding: 50px 60px;
	border: 3px solid #232323;
	background-color: #FFFFFF;
	position: relative;
	margin-bottom: 145px;
}
.tokuten::before {
  content: "";
  position: absolute;
  border: solid 1px #232323;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
}
.tokuten .sec_img {
	padding-bottom: 0px;
	position: absolute;
	left: -75px;
	bottom: -140px;
}
.tokuten .gran {
	width: 396px;
	text-align: center;
	float: left;
	padding-right: 20px;
	border-right-style: dashed;
	border-right-width: 1px;
	padding-top: 20px;
}
.tokuten .gran .title {
	position: relative;
	padding-bottom: 30px;
}
.gran .title h4 {
	position: relative;
	padding-top: 50px;
}
.gran .title p {
	position: absolute;
	top: 0px;
}
.fireflower img  {
    opacity : 0;
    transform : scale(0);
    -webkit-transition: all 0.5s 0.0s;
    -moz-transition: all 0.5s 0.0s;
    -o-transition: all 0.5s 0.0s;
    -ms-transition: all 0.5s 0.0s;
    transition : all 0.5s 0.0s;
}


.fireflower.effect-scroll img {
	opacity : 1;
	transform : scale(1);
}
.gran .price {
	padding-bottom: 25px;
}
.gran .come {
	padding-top: 25px;
	padding-bottom: 25px;
	width: 216px;
	margin-left: auto;
	margin-right: auto;
	font-size: 26px;
	line-height: 1.2em;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 20px;
}
.prize_box {
	width: 410px;
	float: right;
	padding-top: 10px;
}
.prize_box .box {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	margin-bottom: 28px;
	padding-bottom: 28px;
}
.prize_box .box:last-of-type {
	border-bottom-style: none;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.prize_box .box .img {
	width: 60px;
	display: inline-block;
	float: left;
	vertical-align: middle;
	padding-bottom: 0px;
}
.prize_box .box .img img {
	display: inline-block;
}

.prize_box .box .prize {
	float: left;
	font-size: 36px;
	line-height: 1em;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 0px;
	padding-right: 30px;
}
.prize_box .box .num {
	display: inline-block;
	width: 70px;
	vertical-align: middle;
	background-color: #232323;
	color: #FFFFFF;
	line-height: 1em;
	padding: 5px 5px 8px;
	border-radius: 30px;
	text-align: center;
}

.prize_box .box .item{	
	display: inline-block;
	padding-left: 20px;
	vertical-align: middle;
	padding-bottom: 0;
}









#sec03 h3{
	padding-bottom: 60px;
	text-align: center;
}
#sec04 {
	position: relative;
	background-color: #FFE025;
}
#sec04 .inner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	padding-bottom: 100px;
	position: relative;
}
#sec04 ul li {
	display: inline-block;
	width: 49%;
	padding-bottom: 10px;
}
#sec04 ul li:first-of-type {
	padding-right: 2%;
}

#sec04 ul li img {
	width: 100%;
	height: auto;
}

#sec04 ul {
	letter-spacing: -1em;
	margin-top: 20px;
}



#sec04 h3{
	padding-bottom: 30px;
	text-align: center;
}
#sec06 {
	background-color: #FAF7F7;
	position: relative;
	top: -1px;
	padding-bottom: 1px;
}
#sec06 .inner {
	padding-top: 240px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	padding-bottom: 180px;
	position: relative;
}
#sec06:before {
	content: " ";
	background-color: #FFE025;
	width: 100%;
	height: 140px;
	clip-path: polygon(0 0 , 100% 0 , 50% 100% );
	position: absolute;
	top: -1px;
	visibility: visible;
}
.instabox {
	padding-bottom: 30px;
	position: relative;
}
.instabox h3 {
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: -70px;
	position: relative;
}

.instabox .innerbox {
	padding: 110px 50px 50px;
	background-color: #E85400;
	color: #FFFFFF;
	border-radius: 30px;
	letter-spacing: -1em;
}
.instabox .box {
	width: 21.8%;
	border-radius: 30px;
	background-color: #FFFFFF;
	color: #333;
	letter-spacing: 0em;
	display: inline-block;
	vertical-align: middle;
	min-height: 235px;
	margin-bottom: 50px;
}
.instabox .arrow {
	display: inline-block;
	vertical-align: middle;
	width: 4.2%;
	text-align: center;
	margin-bottom: 50px;
}
.instabox .but {
	display: block;
	text-align: center;
}
.instabox h4  {
	background-color: #000000;
	padding: 20px;
	text-align: center;
	color: #FFFFFF;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	font-size: 22px;
	line-height: 1em;
	font-weight: bold;
}
.instabox h4 strong {
	color: #FFE025;
}
.instabox .come {
	padding: 20px;
}
.instabox .sec_img {
	padding-bottom: 0px;
	position: absolute;
	left: -40px;
	top: 0px;
}
.instabox .sec_img02 {
	padding-bottom: 0px;
	position: absolute;
	right: -40px;
	bottom: -65px;
}


.mailbox {
	padding-bottom: 30px;
	position: relative;
}
.mailbox h3 {
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: -70px;
	position: relative;
}

.mailbox .innerbox {
	padding: 110px 50px 50px;
	background-color: #00952C;
	color: #FFFFFF;
	border-radius: 30px;
	letter-spacing: -1em;
}
.mailbox .cap {
	letter-spacing: 0px;
	padding-bottom: 50px;
}

.mailbox .box {
	width: 30%;
	border-radius: 30px;
	background-color: #FFFFFF;
	color: #333;
	letter-spacing: 0em;
	display: inline-block;
	vertical-align: middle;
	min-height: 190px;
	margin-bottom: 30px;
}
.mailbox .arrow {
	display: inline-block;
	vertical-align: middle;
	width: 5%;
	text-align: center;
	margin-bottom: 30px;
}
.mailbox .but {
	display: block;
	text-align: center;
}
.mailbox h4  {
	background-color: #000000;
	padding: 20px;
	text-align: center;
	color: #FFFFFF;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	font-size: 22px;
	line-height: 1em;
	font-weight: bold;
}
.mailbox h4 strong {
	color: #FFE025;
}
.mailbox .come {
	padding: 20px;
}
.mailbox .sec_img {
	padding-bottom: 0px;
	position: absolute;
	top: 140px;
	right: -50px;
}
.mailbox .sec_img02 {
	padding-bottom: 0px;
	position: absolute;
	left: -30px;
	bottom: -170px;
}








#sec07 {
	background-image: url(../../img/bg_sec08.png);
	background-repeat: repeat-x;
	background-size: auto 30px;
	background-position: center bottom;
	background-color: #FFE025;
	position: relative;
}
#sec07 .inner {
	padding-bottom: 180px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	max-width: 1000px;
}

#sec07 h3{
	padding-bottom: 30px;
	text-align: center;
}

#sec08{
	position: relative;
	background-color: #00952C;
}
#sec08 h3{
	padding-bottom: 30px;
	text-align: center;
}
#sec08 .inner{
	width: 100%;
	max-width: 1000px;
	padding-top: 110px;
	padding-bottom: 70px;
	margin: 0 auto;
	position: relative;
}

#sec08 .comebox {
	border-radius: 20px;
	background-color: #FFFFFF;
	padding: 60px 30px;
	border: 2px solid #232323;
}
#sec08 .comebox .sc {
	height: 320px;
	overflow: auto;
}
#sec08 .comebox .sc p {
	padding-bottom: 20px;
}
#sec08 .inner .sec_img {
	position: absolute;
	right: 100px;
	top: -160px;
}




#sec09{
	position: relative;
	background-color: #F5F5F5;
}
#sec09 .inner{
	width: 100%;
	max-width: 1000px;
	padding-top: 100px;
	padding-bottom: 70px;
	margin: 0 auto;
}
#sec09 h3{
	padding-bottom: 30px;
	text-align: center;
}
#sec09 .insta img{
	width: 100%;
	height: auto;
}
#sec10{
	position: relative;
	background-color: #FFE025;
}
#sec10:before {
	content: " ";
	background-color: #F5F5F5;
	width: 100%;
	height: 140px;
	clip-path:polygon(0 0 , 100% 0 , 50% 100% );
	position: absolute;
	top: -1px;
	visibility: visible;
}
#sec10 .inner{
	width: 100%;
	max-width: 1000px;
	padding-top: 180px;
	margin: 0 auto;
}
#sec10 .title {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}
#sec10 .title h3 {
	padding-top: 40px;
	padding-bottom: 60px;
}
#sec10 .title .hubuki {
	position: absolute;
	top: 0px;
}
#sec10  .prise01 {
	padding-bottom: 100px;
}
#sec10 h4 {
	text-align: center;
	padding-bottom: 60px;
}
#sec10 .prise02 {
	width: 100%;
	max-width: 666px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
}
#sec10 .prise03 {
	width: 46%;
	padding-bottom: 100px;
	padding-right:7.6%;
	display: inline-block;
	vertical-align: top;
}
#sec10 .prise04 {
	width: 46%;
	padding-bottom: 100px;
	display: inline-block;
	vertical-align: top;
}

#sec10  .prise05 {
	padding-bottom: 70px;
	letter-spacing: -1em;
}
#sec10  .prise05 .box{
	width: 30%;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	padding-right: 5%;
	padding-bottom: 30px;
}
#sec10  .prise05 .box:nth-of-type(3n){
	padding-right: 0;
}
#sec10  .prise05 .komidashi{
	padding-bottom: 15px;
}
#sec10 .photo {
	border: 5px solid #FFFFFF;
	padding-bottom: 0px;
	margin-bottom: 15px;
}
#sec10 .photo img {
	width: 100%;
	height: auto;
}
#sec10 .prise01 dl, #sec10 .prise02 dl {
	width: 100%;
	max-width: 666px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#sec10 dt {
	width: 80px;
	/* [disabled]padding-bottom: 10px; */
	float: left;
}




#sec11{
	background-color: #fff;
	overflow: hidden;
	position: relative;
}#sec11 .inner {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 80px;
}
#sec11 h3 {
	padding-bottom: 40px;
}
#sec11 .centerphoto {
	padding-bottom: 60px;
}

@media (min-width: 768px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
#pagetop {
	position: fixed;
	right: 5%;
	bottom: 2.7vw;
	z-index: 1000;
}
