﻿@charset "utf-8";

/*** SP ***/
body{
background:#4b8b2e!important;
color: #fff!important;
}

#wrap{
	overflow:hidden;
}

/*** SP ***/
body main article section.generalpurpose > .typeghij3_3_mini div{
	margin: 0px 0 0 0!important;
  }

h1{
  font-size: 62px!important;
  line-height: 33px!important;
  font-weight: 400!important;
  font-style: normal;
  padding-bottom: 15px!important;
  font-family: "Damion", cursive;
}

body main{
	margin-top:-51px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-position: center;
	background-size: 100% auto;
	}


body main article section.generalpurpose p{
font-size: 16px!important;
line-height: 25px!important;
font-weight: 600!important;
font-family: "Zen Kaku Gothic New", serif;
font-style: normal;
}


h2{
	font-size: 26px!important;
	line-height: 33px!important;
	font-weight: 600!important;
	font-family: "Zen Kaku Gothic New", serif!important;
	font-style: normal;
  }

h3{
	font-size: 20px!important;
	line-height: 28px!important;
	font-weight: 600!important;
	font-family: "Zen Kaku Gothic New", serif!important;
	font-style: normal;
  }

.text{
	text-align:center!important;
  }

  body main article section.generalpurpose p.copy{
	font-size: 22px!important;
	line-height: 30px!important;
	font-weight: 400!important;
	font-style: normal;
	font-family: "Damion", cursive;
  }


/* 補足情報 */
.hosoku{
font-size:12px!important;
line-height:16px!important;
}

/* 補足情報 */
.tuyoku{
font-size:18px!important;
line-height:28px!important;
font-weight: bold!important;
color: #f6d000;
}

.link a{
color: #fff!important;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  text-align: center;
}

.sticky p{
display: flex;
}

#snow.bgDark {
            background: rgba(0, 0, 0, 0.3)
        }

		.btn-flat-border {
			background: #f33d29;
			display: inline-block;
			padding: 10px 0px;
			margin: 0px;
			text-decoration: none;
			color: #ffffff!important;
			border-radius: 3px;
			transition: .4s;
			width: 100%;
			text-align: center;
			font-weight: 700;
			font-size: 15px;
			line-height: 20px!important;
			font-family: "Zen Kaku Gothic New", serif!important;
          font-style: normal;
		  }

  
		  .btn-flat-border2 {
			background: #c29818;
			display: inline-block;
			padding: 10px 0px;
			margin: 0px;
			text-decoration: none;
			color: #ffffff!important;
			border-radius: 3px;
			transition: .4s;
			width: 100%;
			text-align: center;
			font-weight: 700;
			font-size: 15px;
			line-height: 20px!important;
			font-family: "Zen Kaku Gothic New", serif!important;
          font-style: normal;
		  }


				/* 蛍光ペン風 */
				.under1 {
				  background: linear-gradient(transparent 50%, #415f29 50%);
					color: #ffffff!important;
				}

				/* リンク色 */
					.linkcolor {
					color: #ffffff!important;
					}
