@charset "UTF-8";



.txt_bold {
	font-weight: bold;
}

.marker {
	background: linear-gradient(transparent 70%, #ffee38 0%);
	font-weight: bold;
}

 .txt {
	line-height: 2;
	margin-bottom: 18px;
}


.main {
	min-width: 1300px;
}


/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	
.com .txt {
	line-height: 2;
	margin-bottom: 12px;
}

.main {
	min-width: 100%;
}	
	

}


@keyframes slide-in-anim {
  20% {
    opacity: 0;
  }
  60% {
    transform: translateX(-45%);
  }
  75% {
    transform: translateX(-52%);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%);
  }
}





/*--------------------------------------------------
  mv
--------------------------------------------------*/
.mv {
	width: 100%;
	margin: 0 auto 0;
	position: relative;
	min-width:1300px;
	box-sizing:border-box;
	background: url("../images/mv-bg.jpg") center 0 no-repeat;
	background-size: cover;
	height:760px;
}


.mv .box {
	height: 210px;
	width: 100%;
}
.mv .box::after{
	content: "";
	position: absolute;	
	background: rgba(0,0,0,0.58); 
	height: 210px;
	width: 100%;
	bottom: 0;
}


.mv .inner {
	position: relative;
	margin: auto;
	height:760px;
	width: 1000px;
}

.mv .mv-txt01 {
	width: 690px;
	padding-top: 30px;
	position: relative;
}
.mv .mv-txt02 {
	width: 490px;
	padding-top: 25px;
	position: relative;
	z-index: 2;	
}
.mv .mv-txt03 {
	width: 386px;
	padding-top: 43px;
	position: relative;
	z-index: 2;
}
.mv .mv-txt04 {
	width: 686px;
	padding-top: 5px;
	position: relative;
	z-index: 2;
}
.mv .image {
	position: absolute;
	right: -145px;
	width: 690px;
	bottom: 0;
	z-index: 1;
}
.mv .back-t {
	position: absolute;
	right: -140px;
	width: 840px;
	top: 0;
	z-index: 1;	
}


@media screen and (max-width: 768px) {
.mv {
	width: 100%;
	margin: 0 auto 0;
	position: relative;
	min-width:100%;
	box-sizing:border-box;
	background: url("../images/mv-bg.jpg") center 0 no-repeat;
	background-size: cover;
	height:auto;
}


.mv .box {
	height: auto;
	width: 100%;
}
.mv .box::after{
	content: "";
	position: absolute;	
	background: rgba(0,0,0,0.58); 
	height: 20%;
	width: 100%;
	bottom: 0;
	display: none;
}

.mv .b-box {
	height: auto;
	width: 100%;
	background: rgba(0,0,0,0.58); 	
}


.mv .inner {
	position: relative;
	margin: auto;
	height:auto;
	width: 90%;
}

.mv .mv-txt01 {
	width: 100%;
	padding-top: 10px;
	position: relative;
}
.mv .mv-txt02 {
	width: 100%;
	padding-top: 10px;
	position: relative;
	z-index: 2;	
}
.mv .mv-txt03 {
	width: 90%;
	padding-top: 30px;
	position: relative;
	z-index: 2;
	margin: auto;
}
.mv .mv-txt04 {
	width: 90%;
	padding-top: 5px;
	position: relative;
	z-index: 2;
	margin: auto;
	padding-bottom: 30px;
}
.mv .image {
	position: relative;
	right: 0;
	width: 100%;
	z-index: 2;
}
.mv .back-t {
	position: absolute;
	right: -5%;
	width: 100%;
	top: 38%;
	z-index: 1;	
}
		
}



.sec {
	width: 100%;
	margin: auto;
	min-width: 1300px;
}


.inner {
	width: 1000px;
	margin: 0 auto;

}

.center {
	text-align: center;
}
.line01 {
	font-weight: bold;
	background: linear-gradient(transparent 96%, #333 0%);
}


.ls-li {
  padding-left:1em;
  text-indent:-1em;	
}




@media screen and (max-width: 768px) {
.sec {
	width: 100%;
	margin: auto;
	min-width: 100%;
}


.inner {
	width: 92%;
	margin: 0 auto;
}	
	

	
}







/*--------------------------------------------------
  offer
--------------------------------------------------*/
.offer .box{
	background: #ffeded;
	border: solid #ad0000 4px;
	box-sizing: border-box;
	padding-bottom: 30px;
}

.offer h3 {
	margin: auto;
	width: 1000px;
	margin-left: -4px;
	margin-top: -4px;
}

.offer .line-txt {
	position: relative;
	font-weight: bold;
	font-size: 30px;
	padding-left: 30px;
	display: inline-block;
	margin: auto;
	padding-top: 10px;
	line-height: 1.6;
}
.offer .line-txt::after {
	content: "";
	position: absolute;
	background: url("../images/line.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 42px;
	height: 40px;
	left: -19px;
	top: 15px;	
}



.offer .link01 {
	margin: auto;
	margin-top: 15px;
	width: 100%;
	text-align: center;
}
.offer .link01 a {
	background: #49c000;
	border-radius: 100px;
	text-align: center;
	font-weight: 900;
	font-size: 30px;
	width: 510px;
	padding: 20px 0;
	color: #fff;
	display: block;
	position: relative;
	margin: auto;
	box-shadow: 0px 8px 0px 0px #266500;
	animation: anime1 0.4s ease 0s infinite alternate;
  transform-origin:center;	
}
.offer .link01 a::after {
	content: "";	
	position: absolute;
	background: url("../images/arrow.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 37px;
	display: block;
	height: 10px;
	right: 25px;
	top: 50%;	
	margin-top: -5px;
}

.note {
	text-align: center;
	margin-top: 20px;
}
@keyframes anime1 {
  from {
    transform: scale(0.9,0.9);
  }
  to {
    transform: scale(1,1);
  }
}


@media screen and (max-width: 768px) {
.offer .box{
	background: #ffeded;
	border: solid #ad0000 3px;
	box-sizing: border-box;
	padding-bottom: 30px;
}

.offer h3 {
	margin: auto;
	width: 101%;
	margin-left:-2px;
	margin-top: -2px;
}

.offer .line-txt {
	position: relative;
	font-weight: bold;
	font-size: 16px;
	padding-left: 0;
	display: inline-block;
	margin: auto;
	padding-top: 10px;
	line-height: 1.6;
}
.offer .line-txt::after {
	content: "";
	position: absolute;
	background: url("../images/line.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 22px;
	height: 30px;
	left: 25px;
	top: 12px;	
}



.offer .link01 {
	margin: auto;
	margin-top: 10px;
	width: 100%;
	text-align: center;
}
.offer .link01 a {
	background: #49c000;
	border-radius: 100px;
	text-align: center;
	font-weight: 900;
	font-size: 20px;
	width: 90%;
	padding: 15px 0;
	color: #fff;
	display: block;
	position: relative;
	margin: auto;
	box-shadow: 0px 6px 0px 0px #266500;
	animation: anime1 0.4s ease 0s infinite alternate;
  transform-origin:center;	
}
.offer .link01 a::after {
	content: "";	
	position: absolute;
	background: url("../images/arrow.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 30px;
	display: block;
	height: 10px;
	right: 20px;
	top: 50%;	
	margin-top: -5px;
}

.note {
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	padding: 0 20px;
}	
}









/*--------------------------------------------------
  sec01
--------------------------------------------------*/
.sec01 {
	margin-top: 50px;
}
.sec01 .txt {
	font-weight: 900;
	font-size: 32px;
	text-align: center;
	line-height: 1.6;
}
.sec01 h2 {
	text-align: center;
	width: 950px;
	margin: auto;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
.sec01 {
	margin-top: 30px;
}
.sec01 .txt {
	font-weight: 900;
	font-size: 20px;
	text-align: center;
	line-height: 1.6;
}
.sec01 h2 {
	text-align: center;
	width: 100%;
	margin: auto;
	margin-bottom: 20px;
}	
}



/*--------------------------------------------------
  sec02
--------------------------------------------------*/
.sec02 {
	margin-top: 150px;
	padding-bottom: 120px;
	position: relative;
	background: #bf0000;
	width: 100%;
}
.sec02::before {
	content: "";	
	position: absolute;
	background: url("../images/sec02-left.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 309px;
	display: block;
	height: 260px;
	left: 0;
	top: 0;	
}
.sec02::after {
	content: "";	
	position: absolute;
	background: url("../images/sec02-right.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 309px;
	display: block;
	height: 260px;
	right: 0;
	top: 0;	
}
.sec02 .inner {
	z-index: 1;
	position: relative;
}

.sec02 .txt01 {
	width: 335px;
	margin: auto;
	padding-top: 100px;
}

.sec02 .txt02 {
	width: 783px;
	margin: auto;
	margin-top: -30px;
}

.sec02 .txt03 {
	width: 700px;
	margin: auto;
	margin-top: 50px;
}


.sec02 .box {
	background: url("../images/sec02-box-bg.jpg") center 0 no-repeat;
	background-size: cover;
	margin-top: 40px;
	padding-bottom: 100px;
	padding-top: 50px;
}
.sec02 .box .txt {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.sec02 .box h4 {
	width: 774px;
	margin: auto;
	margin-top: 10px;
}

.sec02 .box .fix-box {
	display: flex;
  justify-content: center;
	flex-wrap: wrap; 
	margin-top: 40px;
}
.sec02 .box .fix-box .item {
	width: 280px;
	margin: 0 10px;
	margin-bottom: 20px;
}


.sec02 .box .txt04 {
	width: 750px;
	margin: auto;
	margin-top: 20px;	
}



@media screen and (max-width: 768px) {
.sec02 {
	margin-top: 60px;
	padding-bottom:70px;
	position: relative;
	background: #bf0000;
	width: 100%;
}
.sec02::before {
	content: "";	
	position: absolute;
	background: url("../images/sec02-left.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 109px;
	display: block;
	height: 160px;
	left: 0;
	top: 0;	
}
.sec02::after {
	content: "";	
	position: absolute;
	background: url("../images/sec02-right.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 109px;
	display: block;
	height: 160px;
	right: 0;
	top: 0;	
}
.sec02 .inner {
	z-index: 1;
	position: relative;
}

.sec02 .txt01 {
	width: 50%;
	margin: auto;
	padding-top: 50px;
}

.sec02 .txt02 {
	width: 100%;
	margin: auto;
	margin-top: -10px;
}

.sec02 .txt03 {
	width: 100%;
	margin: auto;
	margin-top: 20px;
}


.sec02 .box {
	background: url("../images/sec02-box-bg.jpg") center 0 no-repeat;
	background-size: cover;
	margin-top: 20px;
	padding-bottom: 50px;
	padding-top: 30px;
}
.sec02 .box .txt {
	color: #fff;
	font-size: 18px;
	padding: 0 20px;
	font-weight: bold;
	text-align: left;
}
.sec02 .box h4 {
	width: 90%;
	margin: auto;
	margin-top: 10px;
}

.sec02 .box .fix-box {
	display: block;
  justify-content: center;
	flex-wrap: wrap; 
	margin-top: 30px;
}
.sec02 .box .fix-box .item {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
}


.sec02 .box .txt04 {
	width: 90%;
	margin: auto;
	margin-top: 30px;	
}
	
}




/*--------------------------------------------------
  sec03
--------------------------------------------------*/
.sec03 .inner{
	position: relative;
	height: 100%;
}
.sec03 .title-box {
  height: 195px;
  width: 100%;
  background-image: repeating-linear-gradient(180deg, rgba(248, 218, 18, 1), rgba(255, 242, 198, 1));
}
.sec03 .box .arrow{
	width: 149px;
	height: 100%;
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
}
.sec03 .title-box h3 {
	width: 872px;
	padding-top: 35px;
	margin: auto;
}
.sec03 .box{
	background: url("../images/sec03-bg.gif") 0 0 repeat;
  background-size: 16px 17px;
	width: 100%;
	height: 100%;
	padding-bottom: 100px;
	position: relative;
}
.sec03 .i-inner {
	position: relative;
}
.sec03 .l-box {
	width: 580px;
	padding-top: 70px;
}

.sec03 .l-box .txt01 {
	width: 333px;
	margin: auto;
}
.sec03 .l-box .txt02 {
	width: 388px;
	margin: auto;
	margin-top: 30px;
}

.sec03 .l-box .txt03 {
	width: 461px;
	margin: auto;
	margin-top: 30px;	
}
.sec03 .l-box .txt04 {
	width: 517px;
	margin: auto;
	margin-top: 30px;	
}
.sec03 .l-box .txt05 {
	width: 580px;
	margin: auto;
	margin-top: 30px;	
}
.sec03 .i-inner .image {
	width: 405px;
	position: absolute;
	right: 0;
	top: 30px;
}

.sec03 .text-box {
	background: #fff;
	border: solid 4px #f8dc1d;
	box-sizing: border-box;
	padding: 40px 40px 20px;
	margin-top: 50px;
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}
.sec03 .text-box .txt {
	text-align: center;
}



@media screen and (max-width: 768px) {
	
.sec03 .inner{
	position: relative;
	height: 100%;
}
.sec03 .title-box {
  height: auto;
  width: 100%;
  background-image: repeating-linear-gradient(180deg, rgba(248, 218, 18, 1), rgba(255, 242, 198, 1));
}
.sec03 .box .arrow{
	width: 100px;
	height: 100%;
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
}
.sec03 .title-box h3 {
	width: 90%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: auto;
}
.sec03 .box{
	background: url("../images/sec03-bg.gif") 0 0 repeat;
  background-size: 16px 17px;
	width: 100%;
	height: 100%;
	padding-bottom: 60px;
	position: relative;
}
.sec03 .i-inner {
	position: relative;
}
.sec03 .l-box {
	width: 100%;
	padding-top: 40px;
}

.sec03 .l-box .txt01 {
	width: 60%;
	margin: auto;
}
.sec03 .l-box .txt02 {
	width: 70%;
	margin: auto;
	margin-top: 20px;
}

.sec03 .l-box .txt03 {
	width: 80%;
	margin: auto;
	margin-top: 20px;	
}
.sec03 .l-box .txt04 {
	width: 90%;
	margin: auto;
	margin-top: 20px;	
}
.sec03 .l-box .txt05 {
	width: 100%;
	margin: auto;
	margin-top: 20px;	
}
.sec03 .i-inner .image {
	width: 90%;
	position: inherit;
	right: 0;
	margin: auto;
	margin-left: 8%;
	top: 0;
	margin-top: 20px;
}

.sec03 .text-box {
	background: #fff;
	border: solid 4px #f8dc1d;
	box-sizing: border-box;
	padding: 20px 20px 20px;
	margin-top: 0;
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
}
.sec03 .text-box .txt {
	text-align: left;
}
	
}



/*--------------------------------------------------
  sec04
--------------------------------------------------*/
.sec04 {
	background: #ecedf0;
	padding-bottom: 120px;
}

.sec04 h3 {
	width: 916px;
	margin: auto;
	padding-top: 60px;
}
.sec04 .text-box {
	background: #f7f7f9;
	padding: 40px 40px 30px;
	font-size: 24px;
}
.sec04 .text-box .txt01{
	color: #2d4e7d;
	text-align: center;	
	font-weight: bold;
	margin-top: -8px;
}
.sec04 .text-box .txt {
	text-align: center;
}
.sec04 .text-box .txt02 {
	font-size: 36px;
		text-align: center;
	font-weight: 900;
}
.sec04 .text-box .txt02 span {
	font-size: 50px;
	font-weight: 900;
}

@media screen and (max-width: 768px) {
.sec04 {
	background: #ecedf0;
	padding-bottom: 60px;
}

.sec04 h3 {
	width: 100%;
	margin: auto;
	padding-top: 40px;
}
.sec04 .text-box {
	background: #f7f7f9;
	padding: 20px 20px 20px;
	font-size: 15px;
}
.sec04 .text-box .txt01{
	color: #2d4e7d;
	text-align: left;	
	font-weight: bold;
	margin-top: -8px;
}
.sec04 .text-box .txt {
	text-align: left;
}
.sec04 .text-box .txt02 {
	font-size: 20px;
		text-align: left;
	font-weight: 900;
}
.sec04 .text-box .txt02 span {
	font-size: 30px;
	font-weight: 900;
}
	
}

/*--------------------------------------------------
  sec05
--------------------------------------------------*/
.sec05 {
	background: url("../images/sec05-bg.jpg") center bottom no-repeat;
	background-size: cover;
	padding-bottom: 100px;
	padding-top: 50px;
	position: relative;
}
.sec05 .back-t {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	width: 650px;
}
.sec05 h3 {
	width: 824px;
	margin: auto;
	margin-top: 40px;
}
.sec05 .txt01 {
	width: 970px;
	margin: auto;
	margin-top: 40px;
	position: relative;
	z-index: 1;
}
.sec05 .txt02 {
	width: 856px;
	margin: auto;
	margin-top: 10px;
}

.sec05 .text-box {
	margin-top: 50px;
	text-align: center;
	color: #fff;
}

.sec05 .text-box .txt {
	font-size: 17px;
	text-align: center;
	font-weight: 500;
}

.sec05 .text-box .tx01 {
	font-weight: bold;
	display: inline-block;
	margin-top: 5px;
	color: #fff90d;
	line-height: 1.5;
	font-size: 30px;
}

.sec05 .text-box .tx02 {
	font-weight: bold;
	color: #fff90d;
	font-size: 30px;
	display: inline-block;
}

.sec05 .txt03 {
	font-size: 50px;
	font-weight: bold;
	margin: auto;
	margin-top: -20px;
	display: inline-block;
}

.sec05 .arrow {
	width: 178px;
	margin: auto;
	margin-bottom: 20px;
}

.sec05 .txt04 {
	font-weight: 500;
	font-size: 17px;
	margin-top: 30px;
}
.sec05 .txt05 {
	display: inline-block;

	border-bottom: solid #fff 2px;
	font-weight: 900;
	font-size: 29px;
	margin-top: 10px;
}

.sec05 .txt05 span {
	font-weight: 900;
	color: #fff90d;
}

.sec05 .image {
	width: 586px;
	margin: auto;
	margin-top: 45px;
}


@media screen and (max-width: 768px) {
	
.sec05 {
	background: url("../images/sec05-bg.jpg") center bottom no-repeat;
	background-size: cover;
	padding-bottom: 60px;
	padding-top: 20px;
	position: relative;
}
.sec05 .back-t {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	width: 80%;
}
.sec05 h3 {
	width: 100%;
	margin: auto;
	margin-top: 30px;
}
.sec05 .txt01 {
	width: 100%;
	margin: auto;
	margin-top: 30px;
}
.sec05 .txt02 {
	width: 100%;
	margin: auto;
	margin-top: 10px;
}

.sec05 .text-box {
	margin-top: 30px;
	text-align: center;
	color: #fff;
}

.sec05 .text-box .txt {
	font-size: 15px;
	text-align: left;
	font-weight: 500;
}

.sec05 .text-box .tx01 {
	font-weight: bold;
	display: inline-block;
	margin-top: 5px;
	color: #fff90d;
	line-height: 1.5;
	font-size: 20px;
}

.sec05 .text-box .tx02 {
	font-weight: bold;
	color: #fff90d;
	font-size:25px;
	display: inline-block;
}

.sec05 .txt03 {
	font-size: 30px;
	font-weight: bold;
	margin: auto;
	margin-top: -20px;
	display: inline-block;
}

.sec05 .arrow {
	width: 128px;
	margin: auto;
	margin-bottom: 20px;
}

.sec05 .txt04 {
	font-weight: 500;
	font-size: 15px;
	margin-top: 30px;
	text-align: left;
}
.sec05 .txt05 {
	display: inline-block;
  text-align: left;
	border-bottom: none;
	font-weight: 900;
	font-size: 22px;
	margin-top: 10px;
}

.sec05 .txt05 span {
	font-weight: 900;
	color: #fff90d;
}

.sec05 .image {
	width: 100%;
	margin: auto;
	margin-top: 35px;
}
	
	
}




/*--------------------------------------------------
  sec06
--------------------------------------------------*/
.sec06 {
	margin-top: 60px;
	position: relative;
}
.sec06 .back-t {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	width: 427px;
}
.sec06 h3 {
  font-size: 47px;
	font-weight: 900;
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-top: 80px;
	line-height: 1.5;
}
.sec06 h3 .nmv {
	width: 75px;
	display: inline-block;
	position: relative;
	top: -40px;
}

.sec06 h3 .tx01 {
		font-weight: 900;
	display: inline-block;
}

.sec06 .step {
	position: relative;

}
.sec06 .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
}

.sec06 .fix-box .item {
	width: 320px;
}
.sec06 .arrow01 {
	position: absolute;
	width: 35px;
	top: 230px;
	left: 315px;
}

.sec06 .arrow02 {
	position: absolute;
	width: 35px;
	top: 230px;
	left: 655px;
}

.sec06 .arrow {
	width: 120px;
	margin: auto;
	margin-top: 40px;
}

.sec06 .txt {
	font-size: 35px;
	font-weight: 900;
	text-align: center;
	line-height: 1.4;
	margin-top: 30px;
}

.sec06 .txt01 {
	width: 955px;
	margin: auto;
	margin-top: 5px;
}

@media screen and (max-width: 768px) {
.sec06 {
	margin-top: 60px;
	position: relative;
}
.sec06 .back-t {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	width: 60%;
}
.sec06 h3 {
  font-size: 26px;
	font-weight: 900;
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-top: 35px;
	line-height: 1.8;
}
.sec06 h3 .nmv {
	width: 35px;
	display: inline-block;
	position: relative;
	top: -48px;
}

.sec06 h3 .tx01 {
		font-weight: 900;
	display: inline-block;
}

.sec06 .step {
	position: relative;

}
.sec06 .fix-box {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 	
	margin-top: 20px;
}

.sec06 .fix-box .item {
	width: 100%;
	margin-bottom: 20px;
}


.sec06 .arrow {
	width: 80px;
	margin: auto;
	margin-top: 30px;
}

.sec06 .txt {
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	line-height: 1.4;
	margin-top: 20px;
}

.sec06 .txt01 {
	width: 100%;
	margin: auto;
	margin-top: 5px;
}
	
}

/*--------------------------------------------------
  sec07
--------------------------------------------------*/
.sec07 {
	margin-top: 120px;
}

.sec07 .t-box {
	position: relative;
	width: 100%;
}

.sec07 .t-box::after {
	width: 100%;
	content: "";
	position: absolute;	
	background: #d80000;
	height: 263px;
	top: 130px;
}
.sec07 .t-box h3 {
	position: relative;
	z-index: 1;
	width: 614px;
	margin: auto;
	margin-bottom: 40px;
}
.sec07 .txt {
	font-weight: 900;
	color: #d80000;
	font-size: 20px;
	text-align: center;
}


.sec07 .marker01 {
	color: #fff;
	font-weight: 900;
	display: inline-block;
	background: #d80000;
	line-height: 1.2;
}
.sec07 .tx01 {
		font-weight: 900;
	font-size: 31px;
	line-height: 1.2;
}
.sec07 .txt01 {
	width: 856px;
	margin: auto;
}


@media screen and (max-width: 768px) {
.sec07 {
	margin-top: 70px;
}

.sec07 .t-box {
	position: relative;
	width: 100%;
}

.sec07 .t-box::after {
	width: 100%;
	content: "";
	position: absolute;	
	background: #d80000;
	height: 55%;
	top: 22%;
}
.sec07 .t-box h3 {
	position: relative;
	z-index: 1;
	width: 100%;
	margin: auto;
	margin-bottom: 30px;
}
.sec07 .txt {
	font-weight: 900;
	color: #d80000;
	font-size: 15px;
	text-align: left;
}


.sec07 .marker01 {
	color: #fff;
	font-weight: 900;
	display: inline-block;
	background: #d80000;
	line-height: 1.2;
}
.sec07 .tx01 {
	font-weight: 900;
	font-size: 18px;
	line-height: 1.2;
}
.sec07 .txt01 {
	width: 100%;
	margin: auto;
}
	
}

/*--------------------------------------------------
  sec08
--------------------------------------------------*/
.sec08 {
  background-image: url("../images/sec08-bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
	padding-top: 50px;
	position: relative;
	margin-top: 140px;
	padding-bottom: 410px;
}


.sec08 .back-t {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	width: 539px;
}


.sec08 h3 {
	width: 977px;
	margin: auto;
	margin-top: 60px;
	margin-bottom: 50px;
}
.sec08 .item {
	border: solid #b28808 2px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.5);  
	margin-bottom: 20px;
}


.sec08 .item .i-inner {
	padding: 25px 60px 20px;
}

.sec08 .item .left {
	width: 216px;
	float: left;
}
.sec08 .item-r .left {
	width: 216px;
	float: right;
}

.sec08 .item .right {
	float: left;
	margin-top: 30px;
	margin-left: 40px;
}
.sec08 .item-r .right {
	float: left;
	margin-top: 30px;
	margin-left: 0;
}
.sec08 .item01 .right {
	width: 487px;
}

.sec08 .item02 .right {
	width: 493px;
}
.sec08 .item03 .right {
	width: 490px;
}

.sec08 .item04 .right {
	width: 530px;
}
.sec08 .item05 .right {
	width: 535px;
}
.sec08 .item06 .right {
	width: 454px;
}

.sec08 .item .txt {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
}


.sec08 h4 {
	width: 869px;
	margin: auto;
	margin-top: 70px;
}
.sec08 .txt01 {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	margin-top: 20px;
}
.sec08 .fix-box {
	 display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
	margin-top: 55px;
}

.sec08 .fix-box .image {
	width: 392px;
}

.sec08 .fix-box .txt-box {
	width: 559px;
}


@media screen and (max-width: 768px) {
.sec08 {
  background-image: url("../images/sec08-bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
	padding-top: 20px;
	position: relative;
	margin-top: 90px;
	padding-bottom: 260px;
}


.sec08 .back-t {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	width: 70%;
}


.sec08 h3 {
	width: 100%;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.sec08 .item {
	border: solid #b28808 2px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.5);  
	margin-bottom: 20px;
}


.sec08 .item .i-inner {
	padding: 25px 20px 15px;
}

.sec08 .item .left {
	width: 80%;
	margin: auto;
	float: none;
}
.sec08 .item-r .left {
	width: 80%;
	margin: auto;
	float: none;
}

.sec08 .item .right {
	float: none;
	margin-top: 20px;
	margin-left: 0;
}
.sec08 .item-r .right {
	float: none;
	margin-top: 20px;
	margin-left: 0;
}
.sec08 .item01 .right {
	width: 100%;
}

.sec08 .item02 .right {
	width: 100%;
}
.sec08 .item03 .right {
	width: 100%;
}

.sec08 .item04 .right {
	width: 100%;
}
.sec08 .item05 .right {
	width: 100%;
}
.sec08 .item06 .right {
	width: 100%;
}

.sec08 .item .txt {
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
}


.sec08 h4 {
	width: 100%;
	margin: auto;
	margin-top: 40px;
}
.sec08 .txt01 {
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	margin-top: 15px;
}
.sec08 .fix-box {
	 display: block;
  justify-content: space-between;
  flex-wrap: wrap; 
	margin-top: 20px;
}

.sec08 .fix-box .image {
	width: 100%;
	margin-bottom: 20px;
}

.sec08 .fix-box .txt-box {
	width: 100%;
}
	
}


/*--------------------------------------------------
  sec09
--------------------------------------------------*/
.sec09 {
	margin-top: -280px;
	z-index: 1;
	position: relative;
}

.sec09 .inner {
	background: url("../images/sec09-bg.jpg") center bottom no-repeat;
	background-size: cover;
	padding-bottom: 40px;
	padding-top: 50px;
}


.sec09 .ttl {
	text-align: center;
	font-size: 57px;
	position: relative;
	color: #fff;
	line-height: 1.2;
	font-weight: 900;

}


.sec09 .ttl .f-size {
	font-size: 40px;
	font-weight: 900;	
}
.sec09 .ttl .f-clr {
	font-weight: 900;	
	color: #ffe42d;
}


.sec09 .ttl::before {
	width: 13%;
	content: "";
	position: absolute;	
	background: #fff;
	height: 2px;
	bottom: 22px;	
	display: block;
	left: 100px;
	margin-top: 10px;
}
.sec09 .ttl::after {
	width: 13%;
	content: "";
	position: absolute;	
	background: #fff;
	height: 2px;
	bottom: 22px;	
	display: block;
	right: 100px;
	margin-top: 10px;
}
.sec09 .fix-box {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
	width: 900px;
	margin: auto;
	margin-top: 40px;
}
.sec09 .fix-box .item {
	width: 282px;
}
.sec09 .txt {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin-top: 30px;
}


@media screen and (max-width: 768px) {
.sec09 {
	margin-top: -180px;
	z-index: 1;
	position: relative;
}

.sec09 .inner {
	background: url("../images/sec09-bg.jpg") center bottom no-repeat;
	background-size: cover;
	padding-bottom: 40px;
	padding-top: 30px;
}


.sec09 .ttl {
	text-align: center;
	font-size: 30px;
	position: relative;
	color: #fff;
	line-height: 1.2;
	font-weight: 900;

}


.sec09 .ttl .f-size {
	font-size: 20px;
	font-weight: 900;	
}
.sec09 .ttl .f-clr {
	font-weight: 900;	
	color: #ffe42d;
}


.sec09 .ttl::before {
	width: 13%;
	content: "";
	position: absolute;	
	background: #fff;
	height: 2px;
	bottom: 22px;	
	display: none;
	left: 100px;
	margin-top: 10px;
	display: none;
}
.sec09 .ttl::after {
	width: 13%;
	content: "";
	position: absolute;	
	background: #fff;
	height: 2px;
	bottom: 22px;	
	display: none;
	right: 100px;
	margin-top: 10px;
}
.sec09 .fix-box {
	display: block;
  justify-content: space-between;
  flex-wrap: wrap; 
	width: 90%;
	margin: auto;
	margin-top: 25px;
}
.sec09 .fix-box .item {
	width: 100%;
	margin-bottom: 20px;
}
.sec09 .txt {
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	width: 90%;
	margin: auto;
	margin-top: 20px;
}

	
}


/*--------------------------------------------------
  sec10
--------------------------------------------------*/
.sec10 {
	margin-top: 120px;
	background: url("../images/sec10-bg.jpg") 0 0 no-repeat;
	background-size: cover;
	width: 100%;
	padding-bottom: 100px;
	padding-top: 100px;
}


.sec10 h3 {
	width: 814px;
}

@media screen and (max-width: 768px) {
.sec10 {
	margin-top: 70px;
	background: url("../images/sp-sec10-bg.jpg") center 0 no-repeat;
	background-size: cover;
	width: 100%;
	padding-bottom:40px;
	padding-top: 40px;
}


.sec10 h3 {
	width: 100%;
}	
}

/*--------------------------------------------------
  sec11
--------------------------------------------------*/
.sec11 {
	background: url("../images/diagonal-bg.png") center 0 no-repeat;
	background-size: 2000px 636px;
	width: 100%;
	height: 100%;
}
.sec11 h3 {
	width: 872px;
	margin: auto;
	padding-top: 100px;
	margin-bottom: 60px;
}


.sec11 .qa {
	width: 900px;
	margin: auto;
	margin-bottom: 60px;
}
.sec11 .qa .q-txt {
	position: relative;
	width: 100%;
	border-bottom: solid 2px #c6c6c6;
	box-sizing: border-box;
	padding-bottom: 16px;	
}

.sec11 .qa .q-txt::before {
  content: '';
  position: absolute;
  bottom: -2px;
  width: 80px;
	display: block;
  height: 2px;
	left: 0;
  background: #d80000;/*左：ピンク*/	
}

.sec11 .qa .q-txt .txt01 {
	font-weight: 900;
	position: relative;
	font-size: 24px;
	line-height: 1.4;
	padding-left: 30px;
}


.sec11 .qa .q-txt .txt01::before {
	content: "";
  background: url("../images/q.png") 0 0 no-repeat;
	background-size: 100% auto;
	position: absolute;	
	width: 26px;
	height: 37px;
	display: block;
	left: 0;
	top: -4px;
}

.sec11 .qa .a-txt {
	margin-top: 20px;
}
.sec11 .qa .a-txt .txt01 {
	font-weight: 900;
	position: relative;
	font-size: 24px;
	line-height: 1.4;
	padding-left: 30px;
}


.sec11 .qa .a-txt .txt01::before {
	content: "";
  background: url("../images/a.png") 0 0 no-repeat;
	background-size: 100% auto;
	position: absolute;	
	width: 26px;
	height: 37px;
	display: block;
	left: 0;
	top: 1px;
}

.sec11 .qa .a-txt .txt {
	margin-top: 20px;
	padding-left: 45px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
}


.sec11 .box {
	background: #faf6e4;
	padding: 30px 0;
}

.sec11 .box h4 {
	font-weight: 900;
	text-align: center;
	color: #bda335;
	font-size: 40px;
}

.sec11 .box .txt {
	text-align: center;
	font-size: 23px;
	font-weight: 500;
	margin-top: 10px;
}


@media screen and (max-width: 768px) {
.sec11 {
	background: url("../images/diagonal-bg.png") center 0 no-repeat;
	background-size: 1000px 336px;
	width: 100%;
	height: 100%;
}
.sec11 h3 {
	width: 100%;
	margin: auto;
	padding-top: 60px;
	margin-bottom: 30px;
}


.sec11 .qa {
	width: 100%;
	margin: auto;
	margin-bottom: 35px;
}
.sec11 .qa .q-txt {
	position: relative;
	width: 100%;
	border-bottom: solid 2px #c6c6c6;
	box-sizing: border-box;
	padding-bottom: 12px;	
}

.sec11 .qa .q-txt::before {
  content: '';
  position: absolute;
  bottom: -2px;
  width: 40px;
	display: block;
  height: 2px;
	left: 0;
  background: #d80000;/*左：ピンク*/	
}

.sec11 .qa .q-txt .txt01 {
	font-weight: 900;
	position: relative;
	font-size: 18px;
	line-height: 1.4;
	padding-left: 25px;
}


.sec11 .qa .q-txt .txt01::before {
	content: "";
  background: url("../images/q.png") 0 0 no-repeat;
	background-size: 100% auto;
	position: absolute;	
	width: 16px;
	height: 24px;
	display: block;
	left: 0;
	top: -1px;
}

.sec11 .qa .a-txt {
	margin-top: 15px;
}
.sec11 .qa .a-txt .txt01 {
	font-weight: 900;
	position: relative;
	font-size: 18px;
	line-height: 1.4;
	padding-left: 25px;
}


.sec11 .qa .a-txt .txt01::before {
	content: "";
  background: url("../images/a.png") 0 0 no-repeat;
	background-size: 100% auto;
	position: absolute;	
	width: 16px;
	height: 24px;
	display: block;
	left: 0;
	top: 2px;
}

.sec11 .qa .a-txt .txt {
	margin-top: 10px;
	padding-left: 25px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.7;
}


.sec11 .box {
	background: #faf6e4;
	padding: 30px 20px 10px;
}

.sec11 .box h4 {
	font-weight: 900;
	text-align: center;
	color: #bda335;
	line-height: 1.4;
	font-size: 20px;
}

.sec11 .box .txt {
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	margin-top: 10px;
}
	
}

/*--------------------------------------------------
  sec12
--------------------------------------------------*/
.sec12 {
	margin-top: 120px;
	position: relative;
}
.sec12 .back-t {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	width: 865px;
}
.sec12 h3 {
	text-align: center;
	font-weight: 900;
	font-size: 52px;
	position: relative;
	z-index: 1;
	padding-top: 75px;
}

.sec12 h3 span {
	color: #d80000;
	font-weight: 900;
}

.sec12 .t-box {
	width: 550px;
	margin-top: 50px;
}
.sec12 .t-box .txt {
	font-size: 22px;
	font-weight: 500;
}
.sec12 .link01 {
	margin: auto;
	margin-top: 45px;
	width: 100%;
	text-align: center;
}
.link01 a {
	background: #49c000;
	border-radius: 100px;
	text-align: center;
	font-weight: 900;
	font-size: 30px;
	width: 510px;
	padding: 20px 0;
	color: #fff;
	display: block;
	position: relative;
	margin: auto;
	box-shadow: 0px 8px 0px 0px #266500;
	animation: anime1 0.4s ease 0s infinite alternate;
  transform-origin:center;	
}
 .link01 a::after {
	content: "";	
	position: absolute;
	background: url("../images/arrow.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 37px;
	display: block;
	height: 10px;
	right: 25px;
	top: 50%;	
	margin-top: -5px;
}

.sec12 .image {
	position: absolute;
	right: 0;
	top: 60px;
	width: 800px;
	z-index: -1;
}


@media screen and (max-width: 768px) {
.sec12 {
	margin-top: 90px;
	position: relative;
}
.sec12 .back-t {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	width: 90%;
}
.sec12 h3 {
	text-align: center;
	font-weight: 900;
	font-size: 30px;
	position: relative;
	z-index: 1;
	line-height: 1.2;
	padding-top: 25px;
}

.sec12 h3 span {
	color: #d80000;
	font-weight: 900;
}

.sec12 .t-box {
	width: 100%;
	margin-top: 10px;
}
.sec12 .t-box .txt {
	font-size: 15px;
	font-weight: 500;
}
.sec12 .link01 {
	margin: auto;
	margin-top: 30px;
	width: 100%;
	text-align: center;
}

.sec12 .image {
	position: inherit;
	right: 0;
	left: 0;
	margin: auto;
	top: inherit;
	bottom: 0;
	width: 100%;
	margin-top: -10%;
	z-index: -1;
}	
	
	
.link01 a {
	background: #49c000;
	border-radius: 100px;
	text-align: center;
	font-weight: 900;
	font-size: 20px;
	width: 90%;
	padding: 15px 0;
	color: #fff;
	display: block;
	position: relative;
	margin: auto;
	box-shadow: 0px 6px 0px 0px #266500;
	animation: anime1 0.4s ease 0s infinite alternate;
  transform-origin:center;	
}
.link01 a::after {
	content: "";	
	position: absolute;
	background: url("../images/arrow.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 30px;
	display: block;
	height: 10px;
	right: 20px;
	top: 50%;	
	margin-top: -5px;
}
	
	
	
	
	
}


/*--------------------------------------------------
  sec13
--------------------------------------------------*/
.sec13 {
  background-image: url("../images/sec13-bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
	padding-top: 50px;
	position: relative;
	margin-top: 105px;
	padding-bottom: 140px;
}


.sec13 .back-t {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	width: 562px;
}


.sec13 h3 {
	width: 456px;
	margin: auto;
	margin-top: 45px;
}


.sec13 .m-box {
	margin-top: 45px
}

.sec13 .item {
	position: relative;
	background: #fff;
	box-shadow: 0px 6px 0px 0px #950808;
	margin-bottom: 50px;
}
.sec13 .item .num01 {
	width: 198px;
	position: absolute;
	top: -24px;
}

.sec13 .item .fix-box {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
}

.sec13 .item .text-box {
	width: 600px;
	padding: 45px 50px 0;
}

.sec13 .item .image {
	width: 300px;
}

.sec13 .item h4 {
	font-weight: 900;
	color: #c40000;
	font-size: 36px;
}

.sec13 .item .txt {
	font-size: 18px;
	line-height: 1.7;
	font-weight: 500;
	margin-top: 10px;
}

.sec13 .txt01 {
	text-align: center;
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	line-height: 2.2;
	margin-top: 40px;
}

@media screen and (max-width: 768px) {
.sec13 {
  background-image: url("../images/sec13-bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
	padding-top: 50px;
	position: relative;
	margin-top: 75px;
	padding-bottom: 70px;
}


.sec13 .back-t {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	width: 65%;
}


.sec13 h3 {
	width: 90%;
	margin: auto;
	margin-top: 5px;
}


.sec13 .m-box {
	margin-top: 45px
}

.sec13 .item {
	position: relative;
	background: #fff;
	box-shadow: 0px 6px 0px 0px #950808;
	margin-bottom: 40px;
}
.sec13 .item .num01 {
	width: 110px;
	position: absolute;
	top: -18px;
}

.sec13 .item .fix-box {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
}

.sec13 .item .text-box {
	width: 100%;
	padding: 30px 20px 0;
}

.sec13 .item .image {
	width: 100%;
}

.sec13 .item h4 {
	font-weight: 900;
	color: #c40000;
	font-size: 24px;
	line-height: 1.4;
}

.sec13 .item .txt {
	font-size: 15px;
	line-height: 1.7;
	font-weight: 500;
	margin-top: 10px;
}

.sec13 .txt01 {
	text-align: left;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
	margin-top: 20px;
}
	
}

/*--------------------------------------------------
  sec14
--------------------------------------------------*/
.sec14 .arrow {
	width: 179px;
	margin: auto;
	margin-top: -50px;
	position: relative;
	z-index: 1;
}


.sec14 .b-txt {
	background: #d80000;
	color: #fff;
	font-weight: 900;
	text-align: center;
	display: inline-block;
	padding: 2px 20px;
	font-size: 30px;
	margin-top: 70px;
}
.sec14 h3 {
	text-align: center;
  font-weight: 900;
	font-size: 48px;
	color: #d80000;
	line-height: 1.5;
}

.sec14 .txt01 {
	font-size: 25px;
  font-weight: 900;
	text-align: center;
	margin-top: 30px;
	line-height: 1.4;
}

.sec14 .txt01 span {
	font-size: 34px;
	font-weight: 900;
}

.sec14 .txt02 {
	font-size: 38px;
  font-weight: 900;
	text-align: center;
	margin-top: 20px;
	line-height: 1.4;
}


.marker02 {
	background: linear-gradient(transparent 70%, #ffcece 0%);
	font-weight: 900;
}

.sec14 h4 {
	margin-top: 50px;
}

.sec14 .box {
	background: url("../images/sec14-bg.jpg") 0 0 no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 60px;
}


.sec14 .box .i-txt {
	width: 671px;
	margin: auto;
}

.sec14 .txt03 {
	background: rgba(255,252,0,0.8);  
	text-align: center;
	font-weight: 900;
	font-size: 30px;
	padding: 8px 0;
	margin-top: 50px;
}


@media screen and (max-width: 768px) {
.sec14 .arrow {
	width: 140px;
	margin: auto;
	margin-top: -40px;
	position: relative;
	z-index: 1;
}


.sec14 .b-txt {
	background: #d80000;
	color: #fff;
	font-weight: 900;
	text-align: center;
	display: block;
	padding: 5px 20px;
	font-size: 20px;
	line-height: 1.4;
	margin-top: 70px;
}
.sec14 h3 {
	text-align: center;
  font-weight: 900;
	font-size: 30px;
	color: #d80000;
	margin-top: 10px;
	line-height: 1.4;
}

.sec14 .txt01 {
	font-size: 16px;
  font-weight: 900;
	text-align: left;
	margin-top: 20px;
	line-height: 1.8;
}

.sec14 .txt01 span {
	font-size: 20px;
	font-weight: 900;
}

.sec14 .txt02 {
	font-size: 18px;
  font-weight: 900;
	text-align: center;
	margin-top: 15px;
	line-height: 1.8;
}


.marker02 {
	background: linear-gradient(transparent 70%, #ffcece 0%);
	font-weight: 900;
}

.sec14 h4 {
	margin-top: 30px;
}

.sec14 .box {
	background: url("../images/sec14-bg.jpg") center 0 no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 25px;
}


.sec14 .box .i-txt {
	width: 90%;
	margin: auto;
}

.sec14 .txt03 {
	background: rgba(255,252,0,0.8);  
	text-align: center;
	font-weight: 900;
	font-size: 16px;
	padding: 8px 10px;
	margin-top: 25px;
	line-height: 1.4;
	
}
	
}

/*--------------------------------------------------
sec15 
--------------------------------------------------*/

.sec15 {
	width: 100%;
	margin: 0 auto 0;
	position: relative;
	min-width:1300px;
	box-sizing:border-box;
	background: url("../images/mv-bg.jpg") center 0 no-repeat;
	background-size: cover;
	height:520px;
	margin-top: 140px;
	margin-bottom: 90px;
}

.sec15 .inner {
	position: relative;
	margin: auto;
	height:520px;
	width: 1000px;
}

.sec15 .mv-txt01 {
	width: 1030px;
	padding-top: 0;
	position: relative;
	margin-left: -25px;
	z-index: 2;
	top:-10px;
}

.sec15 .mv-txt02 {
	width: 696px;
	padding-top: 10px;
	position: relative;
	z-index: 2;		
}

.sec15 .image {
	position: absolute;
	right: 0;
	width: 390px;
	bottom: 0;
	z-index: 1;
}

.sec15 .mv-txt03 {
	width: 386px;
	padding-top: 38px;
	position: relative;
	z-index: 2;
}

.sec15 .box::after{
	content: "";
	position: absolute;	
	background: rgba(0,0,0,0.58); 
	height: 200px;
	width: 100%;
	bottom: 0;
}






.offer .txt01 {
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	line-height: 2;
	color: #d80000;
	margin-top: 30px;
}


@media screen and (max-width: 768px) {
.sec15 {
	width: 100%;
	margin: 0 auto 0;
	position: relative;
	min-width:100%;
	box-sizing:border-box;
	background: url("../images/mv-bg.jpg") center 0 no-repeat;
	background-size: cover;
	height:auto;
	margin-top: 80px;
	margin-bottom: 60px;
}

.sec15 .inner {
	position: relative;
	margin: auto;
	height: auto;
	width: 100%;
}


	
	
.sec15 .mv-txt01 {
	width: 90%;
	position: relative;
	margin-left: 0;
	z-index: 2;
	top:0;
	margin: auto;
	padding-top: 20px;
}

.sec15 .mv-txt02 {
	width: 90%;
	margin: auto;	
	padding-top: 10px;
	position: relative;
	z-index: 2;		
}

.sec15 .image {
	position: absolute;
	right: 0;
	width: 390px;
	bottom: 0;
	z-index: 1;
}

.sec15 .mv-txt03 {
	width: 90%;
	margin: auto;
	padding-top: 18px;
	position: relative;
	z-index: 2;
}
	

.sec15  .mv-txt04 {
	width: 90%;
	padding-top: 5px;
	position: relative;
	z-index: 2;
	margin: auto;
	padding-bottom: 20px;
}	



.sec15 .box::after{
	content: "";
	position: absolute;	
	background: rgba(0,0,0,0.58); 
	height: 20%;
	width: 100%;
	bottom: 0;
	display: block;
}






.offer .txt01 {
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	margin: auto;
	width: 90%;
	line-height: 2;
	color: #d80000;
	margin-top: 20px;
}	
}








.under-link {
	min-width: 1300px;
	position: fixed;
	bottom: 0;
	z-index: 100;
	background:rgba(0,0,0,0.7);
	width: 100%;
	padding: 20px 0;
}


.under-link .fix-link {
	margin: auto;

	width: 100%;
	text-align: center;
}
.under-link .fix-link a {
	background: #49c000;
	border-radius: 100px;
	text-align: center;
	font-weight: 900;
	font-size: 30px;
	width: 510px;
	padding: 15px 0;
	color: #fff;
	display: block;
	position: relative;
	margin: auto;
	box-shadow: 0px 8px 0px 0px #266500;
	animation: anime1 0.4s ease 0s infinite alternate;
  transform-origin:center;	
}
.under-link .fix-link a::after {
	content: "";	
	position: absolute;
	background: url("../images/arrow.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 37px;
	display: block;
	height: 10px;
	right: 25px;
	top: 50%;	
	margin-top: -5px;
}


@media screen and (max-width: 768px) {
.under-link {
	min-width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 100;
	background:rgba(0,0,0,0.7);
	width: 100%;
	padding: 15px 0;
}


.under-link .fix-link {
	margin: auto;

	width: 100%;
	text-align: center;
}
.under-link .fix-link a {
	background: #49c000;
	border-radius: 100px;
	text-align: center;
	font-weight: 900;
	font-size: 20px;
	width: 80%;
	padding: 12px 0;
	color: #fff;
	display: block;
	position: relative;
	margin: auto;
	box-shadow: 0px 8px 0px 0px #266500;
	animation: anime1 0.4s ease 0s infinite alternate;
  transform-origin:center;	
}
.under-link .fix-link a::after {
	content: "";	
	position: absolute;
	background: url("../images/arrow.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 37px;
	display: block;
	height: 10px;
	right: 25px;
	top: 50%;	
	margin-top: -5px;
}
	
}

/*--------------------------------------------------
  footer
--------------------------------------------------*/

footer {
  padding-bottom: 127px;
	margin-top: 60px;
}



footer .copy {
	text-align: center;
	font-size: 13px;
	background: #d80000;
	color: #fff;	
	padding: 5px 0;
}



@media screen and (max-width: 768px) {
footer {
	margin-top: 40px;
	padding-bottom: 92px;
}	
	
footer .copy {
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
	background: #d80000;
	color: #fff;
}

	
	
	
}




