@charset "UTF-8";

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
  max-height: 999999px;
	
}
body {
	line-height: 1;
	
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-size: 100%;
  font-weight: normal;
  overflow: hidden;
  line-height: 140%;
}
ol, ul {list-style: none;}

blockquote {quotes: none;}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th{font-weight: normal;}

a img {border: none;}

a {
  text-decoration: none;
  outline: none;
}

img{vertical-align: bottom;}

.clearfix {width:100%; margin: 0;}
.clearfix:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  }
     
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  }

/*------------------------------------
	Value
------------------------------------*/
.mtop0 { margin-top: 0!important; }
.mtop5 { margin-top: 5px; }
.mtop10 { margin-top: 10px; }
.mtop15 { margin-top: 15px; }
.mtop20 { margin-top: 20px; }
.mtop25 { margin-top: 25px; }
.mtop30 { margin-top: 30px; }
.mtop40 { margin-top: 40px; }
.mtop50 { margin-top: 50px; }
.mtop60 { margin-top: 60px; }
.mtop70 { margin-top: 70px; }

.mtop100 { margin-top: 100px; }


.mbtm0 { margin-bottom: 0; }
.mbtm5 { margin-bottom: 5px; }
.mbtm10 { margin-bottom: 10px; }
.mbtm15 { margin-bottom: 15px; }
.mbtm20 { margin-bottom: 20px; }
.mbtm25 { margin-bottom: 25px; }
.mbtm30 { margin-bottom: 30px; }
.mbtm40 { margin-bottom: 40px; }
.mbtm50 { margin-bottom: 50px; }
.mbtm60 { margin-bottom: 60px; }
.mbtm70 { margin-bottom: 70px; }

.mleft5 { margin-left: 5px; }
.mleft10 { margin-left: 10px; }
.mleft15 { margin-left: 15px; }
.mleft20 { margin-left: 20px; }

.mright5 { margin-right: 5px; }
.mright10 { margin-right: 10px; }
.mright15 { margin-right: 15px; }
.mright20 { margin-right: 20px; }

.mauto {margin: auto;}


.ptop30 { padding-top: 30px; }

.pbtm30 { padding-bottom: 30px; }
.pbtm50 { padding-bottom: 50px; }


.pleft5 { padding-left: 5px; }
.pleft10 { padding-left: 10px; }
.pleft15 { padding-left: 15px; }
.pleft20 { padding-left: 20px; }



.pright5 { padding-right: 5px; }
.pright10 { padding-lerightft: 10px; }
.pright15 { padding-right: 15px; }
.pright20 { padding-right: 20px; }

.f10 { font-size: 10px; line-height: 140%;}
.f11 { font-size: 11px; line-height: 140%;}
.f12 { font-size: 12px; line-height: 160%;}
.f13 { font-size: 13px; line-height: 160%;}
.f14 { font-size: 14px; line-height: 160%;}
.f15 { font-size: 15px; line-height: 160%;}
.f16 { font-size: 16px; line-height: 160%;}
.f18 { font-size: 18px; line-height: 160%;}
.f20 { font-size: 20px; line-height: 160%;}
.f24 { font-size: 24px; line-height: 160%;}




@media screen and (max-width: 900px) {
  .mtop25 { margin-top: 4%; }
  .mtop30 { margin-top: 5%; }
  .mtop40 { margin-top: 6%; }
  .mtop50 { margin-top: 7%; }
  .mtop60 { margin-top: 10%; }
  .mtop70 { margin-top: 12%; }  
  .mtop100 { margin-top: 15%; }

  .mbtm25 { margin-bottom: 4%; }
  .mbtm30 { margin-bottom: 5%; }
  .mbtm40 { margin-bottom: 6%; }
  .mbtm50 { margin-bottom: 7%; }
  .mbtm60 { margin-bottom: 10%; }
  .mbtm70 { margin-bottom: 12%; }
  .mbtm100 { margin-bottom: 15%; }
  
  
  .ptop30 { padding-top: 5%; }
  
  .pbtm30 { padding-bottom: 5%; }
  .pbtm50 { padding-bottom: 7%; }
}

@media screen and (max-width: 750px) {
  .f13 { font-size: 11px; line-height: 160%;}
  .f14 { font-size: 12px; line-height: 160%;}
  .f15 { font-size: 13px; line-height: 160%;}
  .f16 { font-size: 14px; line-height: 160%;}
  .f18 { font-size: 16px; line-height: 160%;}
  .f20 { font-size: 18px; line-height: 160%;}
  .f24 { font-size: 20px; line-height: 160%;}
}



/*----------------------------------------
	レイアウト
----------------------------------------*/
body{
  font-family:'メイリオ',Meiryo,'Lucida Grande','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','MS ゴシック',Verdana,Helvetica,Arial,Sans-serif;
  color: #000;
	background: #FF8B1E;
  font-size: 18px;
  line-height: 160%;
	position: relative;
	z-index: 0;
	
}

p {
  line-height: 160%;
}

a {
    transition : all 0.3s ease 0s;
}

a:hover {
	opacity: 0.7;
}

.wrap{
	background: #FF8B1E;
	position: relative;
	z-index:-1;
	overflow: hidden;
}
.container {

}


.inner {
	max-width: 960px;
	margin: auto;
	overflow: hidden;
}

.ofh { overflow: hidden; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.bold { font-weight: bold; }
.normal { font-weight: normal; }

.w100per { max-width: 100%; }
.red { color: #C81C1D;}
.floatL {  float: left;}
.floatR {  float: right;}
.opacity:hover { opacity: 0.7;}

.sp480 { display: none;}


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

.listIndent3 li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

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

.indent2 {
  padding-left: 1.8em;
  text-indent: -1.8em;
}

.indent3 {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.annotation {
  font-size: 14px;
  line-height: 140%;
}

.relative {
  position: relative;
}

@media screen and (max-width: 1180px) {
  .container {
    background-size: 100%;
  }

  .inner {
    max-width: 94%;
    margin: 0 3%;
  }
}

@media screen and (max-width: 750px) {
  body{
    font-size: 16px;
  }
  
  .container {
    background-size: 150%;
  }
  
  .spNone {
    display: none;
  }
 
}

@media screen and (max-width: 480px) {

.annotation {
  font-size: 12px;
  line-height: 140%;
}

  .sp480 { display: block;}
}

/*----------------------------------------
	headder
----------------------------------------*/
header {
  overflow: hidden;
  margin-bottom: 100px;
	position: relative;
}



.hBg {
	min-height: 800px;
	border-bottom-right-radius: 2000px 300px;
	border-bottom-left-radius: 2000px 300px;
	margin-left: -200px;
	margin-right: -200px;
	padding-left: 200px;
	padding-right: 200px;
	background: #1a2e7c;
}


.hInner {
  width: 1280px;
  min-height: 800px;
  margin: 0 auto;
  padding: 50px 0 50px;
  position: relative;
  text-align: center;
}

.meinBox {
  position: relative;
  margin-bottom: 30px;
}

.meinBox img:nth-child(2) {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
  animation: scale .75s;
}

@keyframes scale {
  0%   { transform: scale(5); }
  50%   { transform: scale(.9); }
  100%  { transform: scale(1); }
}

.mainInfo li {
  position: absolute;
}

.mainInfo li:first-child {
  bottom: 180px;
  left: 80px;
}

.mainInfo li:nth-child(2) {
  top: 120px;
  right: 50px;
}

.mainInfo li img {
  width: 230px;
}


@media screen and (max-width: 1380px) {
  .hBg {
	  min-height: 800px;
	  border-bottom-right-radius: 2000px 300px;
	  border-bottom-left-radius: 2000px 300px;
	  margin-left: -200px;
	  margin-right: -200px;
	  padding-left: 200px;
	  padding-right: 200px;
	  background: #1a2e7c;
  }

  .hInner {
    width: 94%;
    min-height: 800px;
    margin: 0 3%;
    padding: 50px 0 50px;
  }

  .mainInfo li:first-child {
    bottom: 100px;
    left: 0;
  }

  .mainInfo li:nth-child(2) {
    top: 100px;
    right: 70px;
  }

  .mainInfo li img {
    width: 250px;
  }
}

@media screen and (max-width: 1080px) {
  header {
    margin-bottom: 10%;
  }

  .hBg {
    min-height: 100px;
    border-bottom-right-radius: 2000px 300px;
    border-bottom-left-radius: 2000px 300px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
    background: #1a2e7c;
  }

  .hInner {
    width: 94%;
    min-height: 100px;
    margin: 0 3%;
    padding: 5% 0;
  }

  .meinBox {
    position: relative;
    margin-bottom: 2.8%;
  }

  .meinBox img:first-child {
    width: 71.3%;
  }
  .meinBox img:nth-child(2) {
    position: absolute;
    width: 33.6%;
    top: 12%;
    left: 0;
    right: 0;
    margin: auto;
  }

  .mainInfo li {
    position: absolute;
    width: 23%;
  }

  .mainInfo li:first-child {
    bottom: 100px;
    left: 0;
  }

  .mainInfo li:nth-child(2) {
    top: 100px;
    right: 0;
  }

  .mainInfo li img {
    width: 100%;
  }

  .date {
    width: 44%;
  }
}
@media screen and (max-width: 640px) {
  header {
    margin-bottom: 70px;
  }
	.meinBox{
		margin-top: 15.625%;
	}
  .meinBox img:first-child {
    width: 100%;
  }
  .meinBox img:nth-child(2) {
    position: absolute;
    width: 50%;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
  }

  .mainInfo li {
    position: absolute;
    width: 30%;
  }

  .mainInfo li:first-child {
    bottom: 15.6%;
    left: 0;
  }

  .mainInfo li:nth-child(2) {
    top: inherit;
    bottom: 58%;    
    right: 0;
  }
	.date{
		width: 70%;
		margin-top: 30px;
	}
}

/*----------------------------------------
	花火
----------------------------------------*/

.hanabiBox {
  width: 1600px;
  margin: 0 auto;
  position: relative;
}

.hanabi li {
  position: absolute;
}

.hanabi li:first-child {
  left: 0;
  top: 0;
}

.hanabi li:nth-child(2) {
  left: 30px;
  top: 580px;
}

.hanabi li:nth-child(3) {
  left: 250px;
  top: 480px;
}

.hanabi li:nth-child(4) {
  left: 40%;
  top: -100px;
}

.hanabi li:nth-child(5) {
  right: 0;
  top: 100px;
}

.hanabi li:nth-child(6) {
  right: 300px;
  top: 480px;
}

.hanabi li:nth-child(7) {
  right: 0;
  top: 580px;
}

@media screen and (max-width: 1700px) {
  .hanabiBox {
    width: 100%;
  }
}

@media screen and (max-width: 1080px) {
  .hanabiBox {
    width: 100%;
  }

  .hanabi li {
    position: absolute;
  }

  .hanabi li img {
    width: 100%;
  }


  .hanabi li:first-child {
    left: 0;
    top: 0;
    width: 47%;
  }

  .hanabi li:nth-child(2) {
    left: 2.8%;
    top: 50vw;
    width: 30%;
  }

  .hanabi li:nth-child(3) {
    left: 23%;
    top: 44vw;
    width: 32%;  
  }

  .hanabi li:nth-child(4) {
    left: 40%;
    top: -100px;
    width: 45.7%;
  }

  .hanabi li:nth-child(5) {
    right: 0;
    top: 9.2vw;
    width: 42.4%;  
  }

  .hanabi li:nth-child(6) {
    right: 2.8%;
    top: 44vw;
    width: 30%;
  }

  .hanabi li:nth-child(7) {
    right: 0;
    top: 54vw;
    width: 26%;
  }
}

@media screen and (max-width: 640px) {

	 .hanabi li:first-child {
    left: 0;
    top: 7vw;
    width: 50%;
  }
  .hanabi li:nth-child(2) {
    top: 90vw;
  }

  .hanabi li:nth-child(3) {
    top: 46vw;
	  left: 0;
  }

  .hanabi li:nth-child(4) {
    top: -20px;
	  left: 48%;
	  width: 50%;
  }

  .hanabi li:nth-child(5) {
    right: 0;
    top: 48vw;
    width: 42.4%;  
  }

  .hanabi li:nth-child(6) {
    right: 28%;
    top: 85vw;
  }

  .hanabi li:nth-child(7) {
    right: 0;
    top: 98vw;
    width: 26%;
  }
}
/*----------------------------------------
	花火2
----------------------------------------*/
.hanabi2 li {
  position: absolute;
}

.hanabi2 li:first-child {
  left: 250px;
  top: -300px;
}

.hanabi2 li:nth-child(2) {
  right: 0px;
  top: -150px;
}

.hanabi2 li:nth-child(3) {
  left: 50px;
  top: 150px;
}

.hanabi2 li:nth-child(4) {
  right: 80px;
  top: 200px;
}

.hanabi2 li:nth-child(5) {
  right: 40px;
  top: 500px;
}

.hanabi2 li:nth-child(6) {
  left: -80px;
  top: 400px;
}

.hanabi2 li:nth-child(7) {
  left: 120px;
  top: 800px;
}

@media screen and (max-width: 1080px) {

	.hanabi2 li img {
		width: 100%;
	}

	.hanabi2 li:first-child {
		left: 100px;
		top: -250px;
	}

	.hanabi2 li:nth-child(2) {
		right: 0px;
		top: -150px;
	}

	.hanabi2 li:nth-child(3) {
		left: -50px;
		top: 150px;
	}

	.hanabi2 li:nth-child(4) {
		right: 80px;
		top: 200px;
	}

	.hanabi2 li:nth-child(5) {
		right: 40px;
		top: 600px;
	}

	.hanabi2 li:nth-child(6) {
		left: -80px;
		top: 400px;
	}

	.hanabi2 li:nth-child(7) {
		left: 120px;
		top: 800px;
	}
}

@media screen and (max-width: 880px){
	.hanabi2 li:first-child {
		left: 100px;
		top: -250px;
	}

	.hanabi2 li:nth-child(2) {
		right: 0px;
		top: -150px;
		width: 20%;
	}

	.hanabi2 li:nth-child(3) {
		left: -50px;
		top: 150px;
		width: 15%;
	}

	.hanabi2 li:nth-child(4) {
		right: 0px;
		top: 200px;
		width: 10%;
	}

	.hanabi2 li:nth-child(5) {
		right: 40px;
		top: 600px;
		width: 10%;
	}

	.hanabi2 li:nth-child(6) {
		left: -20px;
		top: 400px;
		width: 20%;
	}

	.hanabi2 li:nth-child(7) {
		left: 120px;
		top: 800px;
		width: 10%;
	}
}

@media screen and (max-width: 640px) {

  .hanabi2 li:first-child {
    top: -25vw;
	  left: 15px;
	  width: 15%;
  }

  .hanabi2 li:nth-child(2) {
    top: 10vw;
	  width: 15%;
	  right: -10px;
  }

  .hanabi2 li:nth-child(3) {
    left: -20px;
    top: 40vw;
	  width: 17%;
  }

  .hanabi2 li:nth-child(4) {
    top: 40vh;
	  width: 10%;
	  right: -10px;
  }

  .hanabi2 li:nth-child(5) {
    top: 85vw; 
	  width: 10%;
  }

  .hanabi2 li:nth-child(6) {
    top: 90vw;
	  width: 14%;
  }

  .hanabi2 li:nth-child(7) {
    top: 100vh;
    width: 10%;  
  }
}

@media screen and (max-width: 480px){
	.hanabi2 li:first-child {
		left: 0;
		top: -100px;
	}

	.hanabi2 li:nth-child(2) {
		right: -10px;
		top: 50px;
	}

	.hanabi2 li:nth-child(3) {
		left: -20px;
		top: 450px;
	}

	.hanabi2 li:nth-child(4) {
		right: 0px;
		top: 300px;
	}

	.hanabi2 li:nth-child(5) {
		right: 0px;
		top: 600px;
	}

	.hanabi2 li:nth-child(6) {
		left: 0px;
		top: 200px;
		width: 18%;
	}

	.hanabi2 li:nth-child(7) {
		left: 00px;
		top: 800px;
	}
}




/*----------------------------------------
	section
----------------------------------------*/
.sectionBox {
  background: #fff;
  border-radius: 20px;
  padding: 80px 40px 40px;
  width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
	z-index:10;
}

.morukan::before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image:url("../img/01/megaphone.png");
	background-size: contain;
	vertical-align:top;
}

.ttlIcon {
  position: absolute;
  top: -80px;
  left: -40px;
  width: 150px;
}
.kumo_01{
	width: 22%;
	z-index: -1;
	position: absolute;
	top: 30px;
	left: -150px;
	animation: kumo01 linear 3s infinite;
	animation-delay: 1s;
}
@keyframes kumo01{
	0%,100%{
		top: 30px;
	}
	50%{
		top: 40px;
	}
}

.kumo_02{
	width: 22%;
	position: absolute;
	bottom: -20px;
	right: -100px;
	animation: kumo02 linear 3s infinite;
}
@keyframes kumo02{
	0%,100%{
		bottom: -20px;
	}
	50%{
		bottom: -10px;
	}
}

.kumo_03{
	width: 22%;
	position: absolute;
	bottom: -20px;
	right: -100px;
	animation: kumo03 linear 3s infinite;
}
@keyframes kumo03{
	0%,100%{
		bottom: -20px;
	}
	50%{
		bottom: -10px;
	}
}
.kumo_04{
	width: 22%;
	position: absolute;
	left: -150px;
	top: 30px;
	z-index: -1;
	animation: kumo04 linear 3s infinite;
}
@keyframes kumo04{
	0%,100%{
		top: 30px;
	}
	50%{
		top: 40px;
	}
}


.leftCnt {
  width: 47.5%;
}

.rightCnt {
  width: 47.5%;
  margin-left: 5%;
}

.secTtl {
  color: #1a2e7c;
  font-weight: bold;
  font-size: 38px;
  line-height: 110%;  
}

.secTtlB {
  font-size: 70px;
  color: #1a2e7c;
  font-weight: bold;
  line-height: 125%;
}

.secTtlB span {
  font-size: 40px;
}

.secTxt {
  font-weight: bold;
}
.secTxtS{
	font-size: 16px;
	margin-top: 10px;
}

.linkBtn {
	margin: 30px auto 0;
	text-align: center;
	width: 100%;
	
}

.linkBtn img {
	width: 95%;
	max-width: 460px;
	margin: 6px;
}




.pageLink a {
  color: #00A5D8;
  text-decoration: underline;
}

.pageLink a:hover {
  text-decoration: none;
  opacity: 1;
}


@media screen and (max-width: 1080px) {
	.sectionBox {
		padding: 60px 20px 40px;
		width: 90%;
	}
	.sectionBox_a{
		padding: 60px 20px 40px;
    width: 90%;
	}

  .ttlIcon {
    position: absolute;
    top: -60px;
    left: -30px;
    width: 110px;
  }
	
	.kumo_01,.kumo_04{
		display: none;
	}
	
	
	.kumo_02{
		width: 180px;
		position: absolute;
		bottom: -20px;
		right: -20px;
		animation: kumo02 linear 3s infinite;
	}
	@keyframes kumo02{
		0%,100%{
			bottom: -20px;
		}
		50%{
			bottom: -10px;
		}
	}
	
	.kumo_03{
		width: 180px;
		position: absolute;
		bottom: -20px;
		right: -20px;
		animation: kumo03 linear 3s infinite;
	}
	@keyframes kumo03{
		0%,100%{
			bottom: -20px;
		}
		50%{
			bottom: -10px;
		}
	}
}

@media screen and (max-width: 950px) {
  .secTtl {
    font-size: 40px;
    font-size: 4.2vw;
  }

  .secTtlB {
    font-size: 70px;
    font-size: 7.4vw;
  }

  .secTtlB span {
    font-size: 40px;
    font-size: 4.2vw
  }
}

@media screen and (max-width: 640px) {
  .ttlIcon {
    top: -60px;
    left: -20px;
    width: 110px;
  }
  
  .leftCnt {
    width: 100%;
  }

  .rightCnt {
    width: 100%;
    margin-left: 0;
    margin-top: 7%;
  }
  .secTtl {
    font-size: 40px;
  }

  .secTtlB {
    font-size: 70px;
  }

  .secTtlB span {
    font-size: 40px;
  }  
	
	
	.kumo_02{
		width: 32%;
	}
	
	.kumo_03{
		width: 32%;
	}
}

@media screen and (max-width: 480px) {
  .ttlIcon {
    top: -50px;
    left: -10px;
    width: 100px;
  }
	
	.kumo_01{
		display: none;
	}

	.kumo_02{
		width: 36%;
		right: -13px;
	}

	.kumo_03{
		width: 36%;
		right: -13px;
	}
.kumo_04{
	display: none;
}

  .secTtl {
    font-size: 40px;
    font-size: 6vw;
  }

  .secTtlB {
    font-size: 70px;
    font-size: 14.6vw;
	  line-height: 135%;
  }

  .secTtlB span {
    font-size: 40px;
    font-size: 8.3vw;
  }
	.linkBtn {
		width: 94%;
	}
}

/*----------------------------------------
	section01
----------------------------------------*/
.section01{
	position: relative;
}


.itemImgBox{
	padding-top: 25px;
}
.itemImgBox li:first-child img {
  width: 100%;
}

.itemImgBox li:last-child img {
  position: absolute;
  top: 0;
  right: 0;
  width: 25.8%;
}


.boxInBox {
  background: #fff;
  border: 5px solid #DB6E14;
  border-radius: 20px;
  position: relative;
  margin: 40px 0 0 0;
  padding: 30px 15px 20px;
}


.boxInBoxTtl {
  color: #fff;
  background: #DB6E14;
  display: inline-block;
  font-weight: bold;
  line-height: 140%;
  padding: 4px 15px 3px;
  border-radius: 10px;
  position: absolute;
  top: -18px;
  left: -20px;
}



/*.boxInBox li:nth-child(odd) {
  margin-right: 4%;
}

.boxInBox li:nth-child(n+3) {
  margin-top: 10px;
}*/

.boxInBox li span {
  font-size: 11px;
  line-height: 120%; 
}
.itemTxt{
	font-size: 16px;
}

.badgeList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.badgeList li {
  width: 30%;
  margin-right: 5%;
}

.badgeList li:nth-child(5) ,
.badgeList li:last-child {
  margin-right: 0;
}


.badgeList li:nth-child(n+3) {
  margin-top: 5%;
}


.badgeList li img {
  width: 100%;
}

@media screen and (max-width: 950px) {
  .boxInBox li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .boxInBox li a {
    font-size: 16px;
  }
	.itemImgBox {
    position: relative;
    outline: 3px solid #eee;
    outline-offset: -2px;
    border-radius: 10px;
		padding-top: 0px;
  }  
  
  .itemImgBox li:first-child img {
    width: 100%;
  }

  .itemImgBox li:last-child img {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
  }
}

@media screen and (max-width: 480px) {
  .boxInBox {
    background: #fff;
    border: 5px solid #DB6E14;
    border-radius: 20px;
    position: relative;
    margin: 20px 0 0 0;
    padding: 22px 15px 12px;
  }

  .boxInBox li a {
    font-size: 13px;
  }
}


  



/*----------------------------------------
	section02
----------------------------------------*/
.section02{
	position: relative;
}


.section02 {
  margin-top: 120px;
}

.section02 .secTtl{
	font-size: 30px;
}
.section02 .secTtlB {
  font-size: 54px;
}



.section02 .rightCnt {
  width: 48%;
  margin-left: 2%;
  position: relative;
}

.section02 .rightCnt img {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.section02 .secTxt {
  margin-top: 20px;
}

.shimekiri {
  position: absolute;
  top: -70px;
  right: -70px;
  width: 220px;
}
.colorful-txt{
	max-width: 320px;
}





@media screen and (max-width: 950px) {
	.section02 .secTtl{
		font-size: 3vw;
	}
  .section02 .secTtlB {
    font-size: 44px;
    font-size: 5vw;
  }
  
  .shimekiri {
    right: -50px;
    width: 160px;
  }
}

@media screen and (max-width: 880px) {
	.section02 .rightCnt img{
		bottom: 10%;
	}
	.colorful-txt{
		width: 260px;
	}
}


@media screen and (max-width: 640px) {
	.section02 .secTtl{
		font-size: 24px;
	}
  .section02 .secTtlB {
    font-size: 38px;
  }
  
  .section02 .leftCnt {
    width: 100%;
  }

  .section02 .rightCnt {
    width: 100%;
    margin-left: 0;
    position: relative;
  }
  
	.section02 .rightCnt{
		text-align: center;
	}
  .section02 .rightCnt img {
    width: 90%;
    max-width: 358px;
    position: static;
  }

  .shimekiri {
    position: absolute;
    top: -20px;
    right: -10px;
    width: 30%;
  }  
	.colorful-txt{
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
  .section02 {
    margin-top: 90px;
  }
	.section02 .secTtl{
		font-size: 6vw;
	}
  .section02 .secTtlB {
    font-size: 48px;
    font-size: 9vw;
  }
}


/*----------------------------------------
	section03
----------------------------------------*/
.section03{
	position: relative;
}

.section03 {
  margin-top: 120px;
}

.section03 .secTtlB {
  font-size: 50px;
}



.section03 .rightCnt {
  width: 43%;
  margin-left: 6%;
  position: relative;
}

.section03 .rightCnt img {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.section03 .secTxt {
  margin-top: 20px;
}

.shimekiri {
  position: absolute;
  top: 0;
  right: -40px;
  width: 190px;
  animation: swing linear 4s infinite;
  transform-origin: top  center;
}

@keyframes swing {
    0% {
        transform: rotate(10deg);
    }
    25% {
        transform: rotate(20deg);
    }
    50% {
        transform: rotate(10deg);
    }
    75% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(10deg);
    }
}

@media screen and (max-width: 950px) {
  .section03 .secTtlB {
    font-size: 50px;
    font-size: 5.3vw;
  }
  
  .shimekiri {
    right: -20px;
    width: 120px;
  }
	.section03 .rightCnt img {
		bottom: 130px;
	}
}


@media screen and (max-width: 640px) {
  .section03 .secTtlB {
    font-size: 40px;
  }
  
  .section03 .leftCnt {
    width: 100%;
  }

  .section03 .rightCnt {
    width: 100%;
    margin-left: 0;
    position: relative;
  }
  
  .section03 .rightCnt img {
    width: 90%;
    max-width: 358px;
    position: static;
  }

  .shimekiri {
    position: absolute;
    top: 0;
    right: -10px;
    width: 25%;
  }  
}

@media screen and (max-width: 480px) {
  .section03 {
    margin-top: 90px;
  }

  .section03 .secTtlB {
    font-size: 40px;
    font-size: 8.3vw;
  }
}


/*----------------------------------------
	btmCnt
----------------------------------------*/
.btmCnt {
	background: #FFECA3;
  padding: 350px 0 100px;
  margin: 100px 0 0px;
  color: #974A1F;
  overflow: hidden;
}

.btmCntTtl {
  border-bottom: 2px solid #974A1F;
  text-align: center;
  position: relative;
  margin-top: 70px;
  margin-bottom: 50px;
}

.btmCntTtl p {
	background: #FFECA3;
  width: 200px;
  margin: 0 auto -20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 110%;
}


footer{
	background: #fff;
	padding-top: 50px;
	position: relative;
	z-index: 100;
}
.logo {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 50px;
	width: 50%;
	max-width: 300px
}

.logo img {
  width: 100%;
}

.share {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 1080px) {
  .btmCnt {
    padding: 30% 0 10%;
  }
}

@media screen and (max-width: 640px) {
  .btmCntTtl {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  
  .btmCntTtl p {
    width: 160px;
    margin: 0 auto -18px;
    font-size: 24px;
  }

}
@media screen and (max-width: 480px) {
  .share {
    text-align: center;
    margin-top: 40px;
  }
  .share img {
    width: 150px;
  }  
}
/*----------------------------------------
	about
----------------------------------------*/
.about {

} 

.about .sectionBox {
  padding-top: 40px;
  position: relative;
}

.aboutTtl {
  color: #dc0012;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.aboutTxt {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}


.about li {
  position: absolute;
}

.about li:nth-child(1) {
  top: -244px;
  right: -50px;
}

.about li:nth-child(2) {
  top: -200px;
  left: 80px;
}

@media screen and (max-width: 1080px) {
  .about .sectionBox {
    padding-top: 40px;
    position: relative;
  }

  .aboutTtl {
    color: #dc0012;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .aboutTxt {
    font-size: 22px;
    font-weight: bold;
    color: #000;
  }

  .about li img {
    width: 100%;
  }

  .about li:nth-child(1) {
    top: -22.5vw;
    right: 0;
    width: 39vw;
  }

  .about li:nth-child(2) {
    top: -18vw;
    left: 8vw;
    width: 40vw;  
  }
}

@media screen and (max-width: 750px) {
  .about .sectionBox {
    padding-top: 30px;
  }

  .aboutTtl {
    font-size: 30px;
    font-size: 4vw;
    margin-bottom: 15px;
    line-height: 140%;
  }

  .aboutTxt {
    font-size: 22px;
    font-size: 2.8vw;    
  }

  .about li img {
    width: 100%;
  }

  .about li:nth-child(1) {
    top: -22.4vw;
    right: 0;
    width: 39vw;
  }

  .about li:nth-child(2) {
    top: -18vw;
    left: 8vw;
    width: 40vw;  
  }
}

@media screen and (max-width: 640px) {
  .about .sectionBox {
    padding-top: 20px;
  }
  
  .aboutTtl {
    font-size: 22px;
  }

  .aboutTxt {
    font-size: 16px;
  }
}

/*----------------------------------------
	howto
----------------------------------------*/
.howto {
  background: #fff;
  color: #1a2e7c;
  margin-top: 40px;
  padding: 25px;
  position: relative;
}

.howtoTtl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 110%;
}



@media screen and (max-width: 640px) {
  .howto {
    margin-top: 30px;
    padding: 20px;
  }

  .howtoTtl {
    font-size: 18px;
  }
}





/*----------------------------------------
	ページトップ
----------------------------------------*/

#page_top {
  position: fixed;
  right: 30px;
  bottom: 30px;
	z-index: 101;
}

#page_top a {
  position: relative;
  display: block;
  text-decoration: none;
}

#page_top a:hover {
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  #page_top {
    position: fixed;
    right: 20px;
    bottom: 30px;
  }
  
  #page_top img {
    width: 100px;
  }

}


@media screen and (max-width: 750px) {
  #page_top {
    position: fixed;
    right: 15px;
    bottom: 30px;
  }
  
  #page_top img {
    width: 70px;
  }

}

@media screen and (max-width: 480px) {
  #page_top {
    position: fixed;
    right: 15px;
    bottom: 15px;
  }
  
  #page_top img {
    width: 60px;
  }

}


.leaves img{
	width: 100%;
}
.leaves li{
	position: absolute;
	top: 0;
	z-index: -99;
}
.leaves li:first-child{
	width: 100%;
	transform: translateY(-320px);
	right: 0;
	left: 0;
	margin: 0 auto;
	animation: momijiFadeIn 0.5s;
	animation-delay: .5s;
	animation-fill-mode: forwards;
}
.leaves li:nth-child(2){
	width: 35%;
	left: -50px;
	transform: translate(-400px,-470px);
	animation: momijiLeft 0.5s;
	animation-delay: .6s;
	animation-fill-mode: forwards;
}
.leaves li:last-child{
	width: 35%;
	right: -50px;
	transform: translate(365px,-435px);
	animation: momijiRight 0.5s;
	animation-delay: .6s;
	animation-fill-mode: forwards;
}


@keyframes momijiFadeIn{
	from{
		transform: translateY(-320px);
	}
	to{
		transform: translateY(0);
	}
}

@keyframes momijiLeft{
	from{
		transform: translate(-370px,-440px);
	}
	to{
		transform: translate(0,-10px);
	}
}

@keyframes momijiRight{
	from{
		transform: translate(365px,-435px);
	}
	to{
		transform: translate(0,-10px);
	}
}





.fall-leaf {
  position: absolute;
	top: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.fall-leaf li{
  position: absolute;
  list-style: none;
  top: -150px;
  border-radius: 0% 70%;
	z-index: -100;
}


@keyframes fall {
  to {
    top: 120%;
  }
}

@keyframes sway1 {
  from {
    transform: translateX(0px) rotate(0deg);
  }
  to {
    transform: translateX(200px) rotate(-90deg);
  }
}

@keyframes sway2 {
  from {
    transform: translateX(250px) rotate(-90deg);
  }
  to {
    transform: translateX(0px) rotate(0deg);
  }
}

.fall-leaf li:nth-child(1){
	left: -10%;
	top: -350px;
	animation: fall 20s linear infinite,
		       sway1 3s ease-in-out infinite alternate;
	animation-delay: 1s;
}

.fall-leaf li:nth-child(2){
	left: 5%;
	top: -350px;
	animation: fall 20s linear infinite,
               sway1 2s ease-in-out infinite alternate;
	animation-delay: 7s;
}

.fall-leaf li:nth-child(3){
	left: 8%;
	top: -350px;
	animation: fall 20s linear infinite,
               sway2 3.5s ease-in-out infinite alternate;
	animation-delay: 14s;
}

.fall-leaf li:nth-child(4){
	left: 11%;
	top: -350px;
	animation: fall 24s linear infinite,
               sway1 4s ease-in-out infinite alternate;
	animation-delay: 12s;
}
.fall-leaf li:nth-child(5){
	right: 18%;
	top: -350px;
	animation: fall 22s linear infinite,
               sway1 4s ease-in-out infinite alternate;
	animation-delay: 9s;
}
.fall-leaf li:nth-child(6){
	right: 16%;
	top: -350px;
	animation: fall 20s linear infinite,
               sway2 3s ease-in-out infinite alternate;
	animation-delay: 3s;
}
.fall-leaf li:nth-child(7){
	right: 20%;
	top: -350px;
	animation: fall 20s linear infinite,
               sway2 3.5s ease-in-out infinite alternate;
	animation-delay: 15s;
}
.fall-leaf li:nth-child(8){
	left: 6%;
	top: -350px;
	background: #c2704e;
	animation: fall 22s linear infinite,
               sway1 3s ease-in-out infinite alternate;
	animation-delay: 3s;
}
.fall-leaf li:nth-child(9){
	right: 10%;
	top: -350px;
	width: 16px;
	height: 10px;
	background: #c2704e;
	animation: fall 20s linear infinite,
               sway1 4s ease-in-out infinite alternate;
	animation-delay: 6s;
}
.fall-leaf li:nth-child(10){
	left: 80%;
	top: -350px;
	width: 16px;
	height: 10px;
	background-color: #ffbf00;
	animation: fall 20s linear infinite,
               sway2 3s ease-in-out infinite alternate;
	animation-delay: 8s;
}
.fall-leaf li:nth-child(11){
	left: 6%;
	top: -350px;
	width: 16px;
	height: 10px;
	background: #c2704e;
	animation: fall 24s linear infinite,
               sway2 5s ease-in-out infinite alternate;
	animation-delay: 4s;
}
.fall-leaf li:nth-child(12){
	right: 15%;
	top: -350px;
	width: 16px;
	height: 10px;
	background: #c2704e;
	animation: fall 26s linear infinite,
               sway1 3.5s ease-in-out infinite alternate;
	animation-delay: 14s;
}


@media screen and (max-width: 840px){
	.fall-leaf li img{
		width: 45%;
	}
}

@media screen and (max-width: 480px){
	.fall-leaf li img{
		width: 25%;
	}
	.leaves li img{
		width: 125%;
	}
	.leaves li:first-child{
		left: -60px;
	}
	.fall-leaf li:nth-child(1){
		animation: fall 30s linear infinite,
		           sway1 3s ease-in-out infinite alternate;
		animation-delay: 1s;
	}

	.fall-leaf li:nth-child(2){
		left: 5%;
		top: -350px;
		animation: fall 30s linear infinite,
                   sway1 2s ease-in-out infinite alternate;
		animation-delay: 7s;
	}

	.fall-leaf li:nth-child(3){
		left: 8%;
		top: -350px;
		animation: fall 30s linear infinite,
                   sway1 3.5s ease-in-out infinite alternate;
		animation-delay: 14s;
	}

	.fall-leaf li:nth-child(4){
		right: 18%;
		top: -350px;
		animation: fall 30s linear infinite,
                   sway2 4s ease-in-out infinite alternate;
		animation-delay: 12s;
	}
	.fall-leaf li:nth-child(5){
		right: 10%;
		top: -350px;
		animation: fall 30s linear infinite,
                   sway1 4s ease-in-out infinite alternate;
		animation-delay: 8s;
	}
	.fall-leaf li:nth-child(6){
		right: 16%;
		top: -350px;
		animation: fall 30s linear infinite,
                   sway2 3s ease-in-out infinite alternate;
		animation-delay: 3s;
	}
	.fall-leaf li:nth-child(7){
		left: 90%;
		top: -350px;
		animation: fall 30s linear infinite,
                   sway2 3.5s ease-in-out infinite alternate;
		animation-delay: 15s;
	}
	.fall-leaf li:nth-child(8){
		right: 6%;
		top: -350px;
		background: #c2704e;
		animation: fall 32s linear infinite,
                   sway1 3s ease-in-out infinite alternate;
		animation-delay: 16s;
	}
	.fall-leaf li:nth-child(9){
		right: 0%;
		top: -350px;
		width: 16px;
		height: 10px;
		background: #c2704e;
		animation: fall 35s linear infinite,
                   sway2 4s ease-in-out infinite alternate;
		animation-delay: 8s;
	}
	.fall-leaf li:nth-child(10){
		left: 110%;
		top: -350px;
		width: 16px;
		height: 10px;
		background-color: #ffbf00;
		animation: fall 29s linear infinite,
                   sway2 4s ease-in-out infinite alternate;
		animation-delay: 4s;
	}
	.fall-leaf li:nth-child(11){
		left: 80%;
		top: -350px;
		width: 16px;
		height: 10px;
		background: #c2704e;
		animation: fall 30s linear infinite,
                   sway2 4s ease-in-out infinite alternate;
		animation-delay: 12s;
	}
	.fall-leaf li:nth-child(12){
		left: 0%;
		top: -350px;
		width: 16px;
		height: 10px;
		background: #c2704e;
		animation: fall 32s linear infinite,
                   sway1 3s ease-in-out infinite alternate;
		animation-delay: 7s;
	}
}


.other-size{
	margin-left: 3.3em;
}

@media screen and (max-width: 480px){
	.sp-txt{
		display: none;
	}
}





.sp-boxInBox{
	display: none;
}
.sp-cankan{
	text-align: center;
}
@media screen and (max-width: 640px){
	.sp-boxInBox{
		display: block;
	}
	.pc-boxInBox{
		display: none;
	}
}


.section01 .sp-boxInBox{
	margin-top: 40px;
}
.section02 .sp-boxInBox{
	margin-top: 40px;
}


