/* CSS Document */


@keyframes decoSwing {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(25deg);
  }
}


@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}

.popin {
	opacity: 0;
}

.anim-popup {
 opacity: 1;
animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}


#head_menu {
	position: fixed;
	background: #fff;
	margin: 0px 0 0 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
	z-index: 1;
	font-family: "A1 Gothic M";
}

#spmenu {
	display: none;
}

#head_menu img {
	width: 150px;
	margin-left: 50px;
}

#menuinbox {
	display: flex;
}
#head_menu #menuinbox a {
	width: 180px;
	margin: 0;
	display: block;
	text-align: center;
	padding: 25px 0;
	font-weight: bold;
}


#mainbox {
	font-size: 1.2rem;
    line-height: 1.8;
    font-family: "A1 Gothic M";
	color: #101f96;
	background: #eadac1;
	padding: 80px 0 1px 0; 
	margin-bottom: 50px;
	
}

#mainbox h2, #mainbox h3 {
 font-family: "A1 Gothic B";

}
#mainbox h2 {
	text-align: center;
	color: #c10110;
	font-size: 3rem;
	line-height: 1.2;
	margin-bottom: 20px;
	
}
#mainbox img {
	max-width: 100%;
}

section {
	width: 100%;
}

section h1 {
	width: 1300px;
	margin: auto;
}

#message {
	font-size: 2rem;
	width: 1000px;
	margin: 0px auto;
	padding: 100px 0 50px 0;
	text-align: center;
	 font-family: "A1 Gothic B";
	border: 2px solid #101f96;
	border-radius: 30px;
}

#message div.block {
	margin: 0px 0px 70px 0;
}

#candesign {
	width: 900px;
	margin: 50px auto;
	text-align: center;
}

#candesign img:nth-of-type(2) {
	width: 60%;
}

#campaign {
	width: 1000px;
	margin: 100px auto;
	background: #fff;
	padding: 50px;
	border-radius: 20px;
	font-size: 0.9rem;	
}


#campaign p.topimg {
	width: 80%;
	text-align: center;
	margin: auto;
}



#campaign table {
	border-top: 2px solid #101f96;
	border-collapse: collapse;
	width: 100%;
	background: #fff;
	margin: 50px 0 50px 0;
	font-size: 0.9rem;
}

#campaign th {
	border-collapse: collapse;
	border-bottom: 1px solid #101f96;
	padding: 20px;
	width: 15%;
}

#campaign td {
	border-collapse: collapse;
	border-bottom: 1px solid #101f96;
	padding: 20px;

}
div.btn {
	text-align: center;
	margin: 40px 0 60px 0;
}

div.btn a {
	background: #b60005;
	color: #fff;
	padding: 15px 0 5px 0;
	font-size: 1.8rem;
	text-align: center;
	border-radius: 100vh;
	font-weight: bold;
	display: block;
	margin: auto;
	width: 60%;
}

div.menu {
	width: 100%;
	display: flex;
	align-self: flex-start;
	justify-content: center;
}

#toggleBtn {
	font-size: 20px;
    background: #000;
    border-radius: 10px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    padding: 10px 10px;
    margin-left: 20px;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
/* ボタンの + / - */
#toggleBtn::before {
  content: "+";

}

#toggleBtn.open::before {
  content: "-";
}

#togglebox {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;

}

div.cpbox {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 30px;
}

div.cpbox img {
	width: 48%;
}

div.inqury_info {
	border: 2px solid #101f96;
	padding: 20px;
	text-align: center;
}

div.inqury_info span {
	font-size: 2rem;
	font-weight: bold;
}


div#howto p {
	margin: 10px 0;
}

#howtoinbox {
	background: #64a9b7;
	padding: 50px;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
#howto h2.howto1 {
	background: #0d367a;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.8rem;
	border-radius: 100vh;
	padding: 10px 0 5px 0;
	line-height: 1;

}

#howto h2.howto2 {
	background:#ffdb29;
	text-align: center;
	color: #0d367a;
	margin-bottom: 30px;
	font-size: 1.8rem;
	border-radius: 100vh;
	padding: 10px 0 5px 0;
	line-height: 1;
	
}
#howtoinbox ul {
	display: flex;
	margin: auto;
	align-items: flex-start;
	justify-content: space-between;
	list-style: none;

}

#howto ul.note strong {
	color: red;
}

#howtoinbox p.or {
	width: 30%;
	margin: 20px auto;
}

#howtoinbox li {
	width: 30%;
	text-align: center;
}

#howtoinbox li img:nth-of-type(1) {
	width: 70%;
	margin: 10px auto;
	display: block;
}

#howto p.p_title {
	width: 50%;
	margin: 50px auto;
}

#howto p.p_image {
	width: 80%;
	margin: auto;
}




#cm {
	width: 100%;
	text-align: center;
	padding: 50px 0;	
}

#cmwrap {
	width: 100%;
}

#cmwrap a {
  width: 840px;
  height: auto;
  margin: 30px 30px 130px 30px;
  border: 5px solid #fff;
  transition: all 0.2s ease 0s;
 box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

#cmwrap a:hover {
	transform: translateY(-15px);
	opacity: 0.8;
	text-decoration: none;
}
#cmwrap a img {
	width: 100%;
}

#sticker {
	width: 90%;
	margin: 100px auto;
}

#sticker div {
	width: 1200px;
	margin: auto;
}

#sticker ul {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 50px auto;
	width: 1300px;
}

#sticker ul li  {
	width: 23%;
}

#sticker ul li img {
	  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
	border: 10px solid #fff;
	border-radius: 3px;
}

.bigfont {
	font-size: 2.5rem;
	color: #c10110;
}

#warning {
	width: 1000px;
	margin: 0 auto 100px auto;
	
}

	
	#illustrator {
		width: 800px;
		margin: 100px auto 150px auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

#illustrator h2 {
	text-align: left;
	font-size: 2rem;
}
	
	#illustrator .img {
		width: 30%;
	}

	#illustrator .img img {
		border-radius: 100vh;
	}
	#illustrator .text {
		width: 60%;
	}
	
	
#bg {
	width: 100%;
	position: absolute;
	top: 800px;
}
#bg img {
  width: 70px;
  height: 70px;
  animation-name: decoSwing;
  animation-duration: 1000ms;
  animation-timing-function: steps(2, end);
  animation-iteration-count: infinite;
	position: absolute;
}

 ul.linkto {
	margin-top: 20px;
}
ul.linkto li {
	list-style: none;
}
ul.linkto a {
	transition: all ease 0.3s;
	display: inline-block;
	border-radius: 100vh;
	background:#fff;
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	padding: 20px;
	text-align: center;
	margin: auto;
	width: 300px;
	line-height: 1;
}

ul.linkto a:hover {
	transform: translateY(-10px);
	text-decoration: none;
}

#bg img:nth-of-type(1) { 	top: 100px; left: 90%; }
#bg img:nth-of-type(2) { 	top: 500px; left: 20%; }
#bg img:nth-of-type(3) { 	top: 700px; left: 5%; }
#bg img:nth-of-type(4) { 	top: 1000px; left: 88%; }
#bg img:nth-of-type(5) { 	top: 1200px; left: 10%; }
#bg img:nth-of-type(6) { 	top: 1500px; left: 2%; }
#bg img:nth-of-type(7) { 	top: 1900px; left: 92%; }
#bg img:nth-of-type(8) { 	top: 2200px; left: 12%; }
#bg img:nth-of-type(9) { 	top: 2500px; left: 5%; }
#bg img:nth-of-type(10) { 	top: 2900px; left: 90%; }
#bg img:nth-of-type(11) { 	top: 3200px; left: 10%; }
#bg img:nth-of-type(12) { 	top: 3500px; left: 90%; }
#bg img:nth-of-type(13) { 	top: 4100px; left: 5%; }
#bg img:nth-of-type(14) { 	top: 4400px; left: 12%; }
#bg img:nth-of-type(15) { 	top: 4600px; left: 90%; }
#bg img:nth-of-type(16) { 	top: 5000px; left: 5%; }
#bg img:nth-of-type(17) { 	top: 5200px; left: 85%; }
#bg img:nth-of-type(18) { 	top: 5500px; left: 15%; }
#bg img:nth-of-type(19) { 	top: 5600px; left: 88%; }





@media screen and (min-width: 0px) and (max-width: 480px) {


a#spmenu,
a#spmenu span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
a#spmenu {
  height: 44px;
   width: 26px;
   position: absolute;
   right: 15px;
   top: 5px;
   display: block;
	
}
a#spmenu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #101f96;
}
a#spmenu span:nth-of-type(1) {
  top: 13px;
  margin: 0;
}
a#spmenu span:nth-of-type(2) {
  top: 21px;
}
a#spmenu span:nth-of-type(3) {
  bottom: 12px;
}
a#spmenu.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
a#spmenu.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
a#spmenu.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
a#spmenu.active span:nth-of-type(3) {
  opacity: 0;
}

	#menuinbox {
		display: none;
		width: 100%;
		
	}
	
	
	#head_menu 	{
		display: block;
	}
#head_menu img {
	width: 200px;
	margin: 10px auto;
	display: block;
	
}


#head_menu #menuinbox a {
	width: 100%;
	margin: 0;
	display: block;
	text-align: center;
	padding: 15px 0;
	font-size: 1.1rem;
	font-weight: bold;
}
	
	
	
	
	
section h1 {
    width: 100%;
}
	
#message {
    font-size: 1.1rem;
    width: 90%;
    margin: 0px auto 40px auto;
    padding: 50px 0;
}
	
#message div.block {
    margin: 0px;
}
	
#mainbox #message img {
	width: 90%;

}
	
#candesign {
    width: 90%;
    margin: 0px auto 50px auto;
    text-align: center;
}
	
#candesign img:nth-of-type(2) {
	width: 60%;
	margin-top: 60px;
}

#campaign {
    width: 90%;
    margin: 20px auto;
    background: #fff;
    padding: 5%;
    border-radius: 0;
    font-size: 0.9rem;
}	
	
	div.cpbox {
		display: block;
		margin-bottom: 0px;
	}
	
	div.cpbox img {
		width: 100%;
		margin-bottom: 10px;
	}
	
	#howtoinbox {
		padding: 20px;
	}	
	
	
#howto h2.howto1,#howto h2.howto2  {
    margin-bottom: 0px;
    font-size: 1.1rem;
}
	
#howtoinbox p.or {
    width: 30%;
    margin: 10px auto;
}
#howto p.p_image {
    width: 70%;
    margin: auto;
}
#howtoinbox li {
    width: 30%;
    text-align: center;
    line-height: 1.1;
    font-size: 0.8rem;
}
	
	
#design {
    width: 100%;
	margin: 50px 0;
}
	
#toggleBtn {
    font-size: 20px;
    background: #000;
    border-radius: 10px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    margin-left: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
}
	
#mainbox h2 {
    font-size: 1.6rem;
	margin-bottom: 0;
}
	
#design h2 {
	margin-bottom: 50px;
}

#howto h2 {

}
	
	#howto ul.note {
	margin: 10px 0 0px 20px;
		line-height: 1.4;
	}
	
#design ul {
    width: 90%;
	margin: auto;
}

	
div.btn {
    text-align: center;
    margin: 10px 0 10px 0;
}	
	
div.btn a {

    padding: 10px 0 5px 0;
    font-size: 1rem;
    margin: auto;
    width: 80%;
}
#about {
	width: 90%;
	font-size: 1rem;
}
	
#sticker div {
    width: 100%;
    margin: auto;
}

#howto p.p_title {
    width: 70%;
    margin: 10px auto;
}

div.menu {
	margin-top: 30px;
}
#campaign table td, #campaign table th{
	display: list-item;
	list-style: none;
	width: 100%;
	padding: 5px 0;
}
	
#sticker {
    width: 90%;
    margin: 40px auto;
}	
	
	
div.inqury_info span {
    font-size: 1.3rem;
    font-weight: bold;
}	
	
#sticker ul {
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 10px;
	width: 100%;
}
	
	#sticker ul li {
    width: 42%;
	margin-bottom: 10px;
}
	
	#sticker ul li img {
		border: 3px solid #fff;
	}
	
	
#cm {
    width: 100%;
    padding: 0;
}	

#cmwrap a {
	margin: 30px 5px 100px 5px;
}
#cmwrap a:hover {
	transform: translateY(0);
	opacity: 0.8;
	text-decoration: none;
}
	
	#mainbox #sns h2 {
		font-size: 1.4rem;
	}
	
.bigfont {
  font-size: 1.5rem;
  color: #c10110;
}
	
ul.linkto {
  margin-top: 0;
  display: block;
}
	
	ul.linkto li {
		width: 100%;
	}
	
	ul.linkto a {
	  transition: all ease 0.3s;
	  display: inline-block;
	  border-radius: 100vh;
	  background: #fff;
	  color: #000;
	  font-size: 1rem;
	  font-weight: bold;
	  padding: 15px 0;
	  text-align: center;
	  margin: 20px auto 0 auto;
	  width: 90%;
	  line-height: 1;
	}	

	#warning {
		width: 90%;
		font-size: 0.9rem;
	}
	
	#warning ul {
		margin-left: 20px;
	}

	
	
	#illustrator {
		width: 80%;
		margin: 50px auto 100px auto;
		display: block;
	}


	#mainbox #illustrator h2 {
	font-size: 1.2rem;
	text-align: center;
}
	
	#illustrator .img {
		width: 40%;
		margin: 0 auto 30px auto;
	}
	#illustrator .text {
		width: 100%;
		font-size: 1rem;
	}
	
	
#bg {
	width: 100%;
	position: absolute;
	top: 600px;
	height: auto;
}	
	
#bg img {
  width: 40px;
  height: 40px;
}
	
#bg img:nth-of-type(1) { 	top: 100px; left: 85%; }
#bg img:nth-of-type(2) { 	top: 300px; left: 10%; }
#bg img:nth-of-type(3) { 	top: 400px; left: 5%; }
#bg img:nth-of-type(4) { 	top: 800px; left: 88%; }
#bg img:nth-of-type(5) { 	top: 900px; left: 10%; }
#bg img:nth-of-type(6) { 	top: 1000px; left: 2%; }
#bg img:nth-of-type(7) { 	top: 1600px; left: 86%; }
#bg img:nth-of-type(8) { 	top: 1700px; left: 12%; }
#bg img:nth-of-type(9) { 	top: 2150px; left: 5%; }
#bg img:nth-of-type(10) { 	top: 2200px; left: 88%; }
#bg img:nth-of-type(11) { 	top: 2500px; left: 10%; }
#bg img:nth-of-type(12) { 	top: 2700px; left: 88%; }
#bg img:nth-of-type(13) { 	top: 2800px; left: 5%; }
#bg img:nth-of-type(14) { 	display: none; }
#bg img:nth-of-type(15) { 	display: none;}
#bg img:nth-of-type(16) { 	top: 3100px; left: 5%; }
#bg img:nth-of-type(17) { 	display: none; }
#bg img:nth-of-type(18) { 	display: none;}
#bg img:nth-of-type(19) { 	display: none; }
	
	
}



