pink_02@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,300i,400,400i,600,600i,700,700i');

	@-webkit-keyframes rightSlide {
 0% {background-position: 0 0;}
 100% {background-position: 640px 0;}
}
@-moz-keyframes rightSlide {
 0% {background-position: 0 0;}
 100% {background-position: 640px 0;}
}
@keyframes rightSlide {
 0% {background-position: 0 0;}
 100% {background-position: 640px 0;}
}

.fadein.scrollin {
 opacity : 1;
 transform : translate(0, 0);
}

.fadein {
 opacity : 0.1;
 transform : translate(0, 60px);
 transition : all 600ms;
}

.w-b{
 word-break : break-all;
}

@media screen and (min-width: 801px) {
/*==========================================
 pc/tab
===========================================*/

/*#wrap_box {
 margin: 0px auto;
 overflow: hidden;
}*/

.pc_none {
 display: none;
}

.cf:after {
 content: "";
 clear: both;
 display: block;
}

.pt20 {
 padding-top: 20px !important;
}

.pt30 {
 padding-top: 30px !important;
}

.pb20 {
 padding-bottom: 20px !important;
}

.ptb30 {
	padding-top: 30px;
	padding-bottom: 30px;
}	

.small {
 font-size: 0.9rem !important;
}

.bet_chara_w {
 letter-spacing: 0.1em;
}

body {
 margin: 0px auto;
 padding: 0px;
 font-family: "Josefin Sans", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
 color: #141517;
	line-height: 2.5em;
}

a,a:hover {
font-family: "Josefin Sans", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
color: #141517;
text-decoration: none;
cursor: pointer;	
}
	 
	#wrap {
		width: 100%;
	 min-width: 1000px;
  background-color: #8eddf9;
		background-image: url(../images/bg_cloud.png);
		background-repeat: repeat;
		background-position: 0 0;
 -webkit-animation: rightSlide 60s linear infinite;
 -moz-animation: rightSlide 60s linear infinite;
 animation: rightSlide 60s linear infinite;
	}
	


/*-------------header-------------*/

#header_box {
 margin: 0px auto;
	padding: 10px 0 0 0;
 width: 100%;
	min-width: 1000px;
 position: fixed;
 z-index: 5;
 background: #FFF;
	border-bottom: 1px solid #00c6ff;
}

#header {
 margin: 0px auto;
 padding: 0px;
 width: 1000px;
	display: -webkit-flex;
 display: flex;
 -webkit-justify-content: space-between;
 justify-content: space-between;	
}
	
#header h1 {
	width: 269px;
}

#header .nav {
	padding: 0;
	width: 500px;
 font-family: "Josefin Sans", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
 color: #141517;
	display: -webkit-flex;
 display: flex;
 -webkit-justify-content: space-between;
 justify-content: space-between;	
	font-size: 18px;
}

#header .nav li a {
 font-family: "Josefin Sans", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
 text-decoration: none;
	font-weight:700;
	font-size: 18px;
}
	
#header .nav li a:hover {
	color: #00a564;
}
	
	
/*-------------text-------------*/


.mi_01 span {
	margin: 0px auto;
	padding: 0 0 5px 0;
	font-size: 30px;
	font-weight: bold;
	border-bottom: 2px solid #FFF;
	text-align: center;
}
	
.mi_01 {
	margin: 30px auto;
	padding: 5px 0 0 0;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 40px;
}

.mi_02 span {
	margin: 0px auto;
	padding: 0 0 5px 0;
	font-size: 30px;
	font-weight: bold;
	border-bottom: 2px solid #01c6ff;
	text-align: center;
}
	
.mi_02 {
	margin: 0px auto;
	padding: 5px 0 0 0;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 40px;
}
	
.mi_03 span {
	margin: 0px auto;
	padding: 0 0 5px 0;
	font-size: 30px;
	font-weight: bold;
	border-bottom: 2px solid #FFF;
	text-align: center;
}
	
.mi_03 {
	margin: 0px auto;
	padding: 5px 0 0 0;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 40px;
}
	
.sub_mi_01 {
	padding: 5px 0;
 font-size: 20px;
	color: #FFF;
	background: #01c6ff;
	text-align: center;
	font-weight: bold;
}
	
.sub_mi_02 {
 margin: 0 auto 10px;
	padding: 5px 0;
 width: 480px;
 font-size: 20px;
 color: #ff59a7;
 border-bottom: 4px double #ff59a7;
 text-align: center;
 font-weight: bold;
}

.sub_mi_03 {
	margin: 20px 0;
	font-size: 16px;
	font-weight: bold; 
	text-align: left;
	color: #141517;
	border-bottom: 1px solid #141517;
}	

.ko_mi_01 {
	margin: 20px 0;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #01c6ff;
	border-top: 3px double #01c6ff;
	border-bottom: 3px double #01c6ff;
}	

.ko_mi_02 {
	margin: 20px 0;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	color: #ff59a7;
	border-top: 3px double #ff59a7;
	border-bottom: 3px double #ff59a7;
}

.ko_mi_03 {
	margin: 0 auto 20px auto;
	width: 1000px;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	color: #009aef;
	border-top: 3px double #009aef;
	border-bottom: 3px double #009aef;
}

.ko_mi_04 {
	margin: 20px auto;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	color: #009aef;
	border-top: 3px double #009aef;
	border-bottom: 3px double #009aef;
}	
	
	.txt_01 {
		font-size: 20px;
		font-weight: 500;
		text-align: center;
	}

	.txt_02 {
		font-size: 16px;
		text-align: center;
	}
	
	.txt_02_w {
		font-size: 16px;
		text-align: center;
	}

	.txt_02_l {
		font-size: 16px;
		text-align: left;
	}

	.txt_03 {
		font-size: 13px;
		text-align: center;
	}
	
	.txt_03 span {
		font-size: 13px;
		text-align: center;
		font-weight: bold;
	}
	
	.txt_04 {
		font-size: 14px;
		text-align: left;
		line-height: 2.0em;
	}
	
	.txt_04 a,.txt_04 a:hover {
		color: #00a564;
		font-weight: bold;
		line-height: 2.0em;
	}
	
	.txt_05 {
		font-size: 18px;
		text-align: center;
	}
	
	.txt_06 {
		font-size: 20px;
		font-weight: 500;
		text-align: center;
	}
 
	.txt_06_b_l {
		font-size: 20px;
		font-weight: bold;
		text-align: left;
	}

	.txt_07 {
		font-size: 12px;
		text-align: left;
	}
 
	.pink_01 {
		padding: 20px 0;
		text-align: center;
		font-weight: bold;
		color: #ff59a7;
		font-size: 30px;
	}
	
	.pink_02 {
		text-align: center;
		font-weight: bold;
		color: #ff59a7;
		font-size: 30px;
	}
	
		.pink_03 {
			padding: 0 0 20px 0;
		text-align: center;
		font-weight: bold;
		color: #ff59a7;
		font-size: 24px;
	}

	
	.p_bt_01 a {
		margin: 20px auto;
		width: 156px;
		font-size: 16px;
		text-align: center;
		border: 1px solid #606061;
		display: block;
		background: rgba(255,255,255,1);
	}

 .p_bt_01 a:hover {
		color: #FFF;
		background: rgba(255,89,167,0.8);
	}

/*-------------contents-------------*/

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

.footer-logo-01-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
	}

.footer-logo-01-box {
  margin-bottom: 30px;
  padding: 0 20px;
	}

.footer-logo-02-wrap {
  margin-bottom: 30px;
  padding: 0 20px;
  text-align: center;
	}
	
.footer-logo-01 {
  max-width: 200px;
	}

.footer-logo-02 {
  max-width: 133px;
	}

.footer-logo-03 {
  max-width: 173px;
	}

.footer-logo-04 {
  max-width: 314px;
	}

.icon-twitter-anc {
  font-size: 2rem;
  color: #1B95E0;
	}

.sns-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 26px;
	}

.sns__btn-wrap {
  padding: 0 14px;
	}

.btn-contact-wrap {
  margin-bottom: 24px;
	}

.btn-contact {
  display: block;
  width: 130px;
  margin: 0 auto;
  border: 1px solid #141517;
  color: #141517;
  text-align: center;
	}

.copyright-wrap {
  margin-bottom: 24px;
  text-align: center;
	}

.copyright-anc {
  display: inline-block;
	}

.copyright {
  font-size: 1.2rem;
  color: #141517;
  letter-spacing: 0;
  text-align: center;
	}

.all-rights-reserved {
  margin-bottom: 15px;
  padding: 0 20px;
  font-size: 1rem;
  color: #141517;
  text-align: center;
	}
	
.privacy-policy-wrap {
  text-align: center;
	}

.privacy-policy {
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #141517;
	}
	
.fb_iframe_widget {
 line-height: 0.7;
}

}

@media screen and (max-width: 800px) {
/*==========================================
 smp
===========================================*/
/*#wrap_box {
 margin: 0px auto;
 overflow: hidden;
}*/

.sp_none {
 display: none;
}

.cf:after {
 content: "";
 clear: both;
 display: block;
}

.pt20 {
 padding-top: 20px !important;
}

.pt30 {
 padding-top: 30px !important;
}

.pb20 {
 padding-bottom: 20px !important;
}

.ptb30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
	
.pb30 {
	padding-bottom: 30px;
}		

.small {
 font-size: 0.7rem !important;
}

.bet_chara_w {
 letter-spacing: 0.1em;
}
 
body {
 margin: 0px auto;
 padding: 0px;
 font-family: "Josefin Sans", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
 color: #141517;
	line-height: 1.5em;
}

a,a:hover {
font-family: "Josefin Sans", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
color: #141517;
text-decoration: none;
cursor: pointer;
}

	#wrap_box	img {
		margin: 0px auto;
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}

	#wrap {
		width: 100%;
	 min-width: 320px;
  background-color: #8eddf9;
		background-image: url(../images/bg_cloud.png);
		background-repeat: repeat;
		background-position: 0 0;
	animation-name: rightSlide;
 -webkit-animation-name: rightSlide;
 -webkit-animation: rightSlide 60s linear infinite;
 -moz-animation: rightSlide 60s linear infinite;
 animation: rightSlide 60s linear infinite;
	}	
	


/*-------------header-------------*/
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.menu-trigger {
	position: fixed;
	width: 28px;
	height: 18px;
 top : 12px;
	right: 10px;
 z-index: 10002;
}
.menu-trigger span {
	position: absolute;
	right: 0;
	width: 100%;
	height: 2px;
	background-color: #01c6ff;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 8px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
}	

#header_box {
 margin: 0px auto;
	padding: 0;
 width: 100%;
	height: 40px;
	min-width: 320px;
 position: fixed;
 z-index: 5;
 background: #FFF;
	border-bottom: 1px solid #00c6ff;
}

#header {
 margin: 0px auto;
 padding: 0px;
 width: 100%;
}
	
#header h1 img {
	padding: 8px 0 0 5px;
	width: 180px;
	height: auto;
}

#header .nav {
	width: 100%;
 font-family: "Josefin Sans", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
 color: #141517;
	font-size: 16px;
	text-align: center;
	background: #FFF;
	position: fixed;
	top: 41px;
	line-height: 26px;
	display: none;
}
	
	#header .nav li	{
	border-bottom: 1px solid #3ab9ff;
	}

#header .nav li a {
	width: 100%;
	padding: 15px 0;
 font-family: "Josefin Sans", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
 text-decoration: none;
	font-weight:700;
	font-size: 18px;
	display: block;
}
	
	
/*-------------text-------------*/

	
.mi_01 span {
	margin: 0px auto;
	padding: 0 0 5px 0;
	font-size: 26px;
	font-weight: bold;
	border-bottom: 2px solid #FFF;
	text-align: center;
}
	
.mi_01 {
	margin: 0px auto;
	padding: 5px 0 0 0;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	line-height: 40px;
}

.mi_02 span {
	margin: 0px auto;
	padding: 0 0 5px 0;
	font-size: 26px;
	font-weight: bold;
	border-bottom: 2px solid #01c6ff;
	text-align: center;
}
	
.mi_02 {
	margin: 0px auto 30px auto;
	padding: 5px 0 0 0;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	line-height: 40px;
}
	
.mi_03 span {
	margin: 0px auto;
	padding: 0 0 5px 0;
	font-size: 26px;
	font-weight: bold;
	border-bottom: 2px solid #FFF;
	text-align: center;
}
	
.mi_03 {
	margin: 0px auto;
	padding: 5px 0 0 0;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	line-height: 40px;
}	

.sub_mi_01 {
	padding: 5px 0;
 font-size: 18px;
	color: #FFF;
	background: #01c6ff;
	text-align: center;
	font-weight: bold;
}
	
.sub_mi_02 {
 margin: 0 auto 10px;
	padding: 5px 0;
 width: 94%;
 font-size: 20px;
 color: #ff59a7;
 border-bottom: 4px double #ff59a7;
 text-align: center;
 font-weight: bold;
} 

.sub_mi_03 {
	margin: 20px 0;
	font-size: 16px;
	font-weight: bold; 
	text-align: left;
	color: #141517;
	border-bottom: 1px solid #141517;
}	

.ko_mi_01 {
	margin: 20px 0;
	padding: 3px 0;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #01c6ff;
	border-top: 3px double #01c6ff;
	border-bottom: 3px double #01c6ff;
}	

.ko_mi_02 {
	margin: 20px 0;
	padding: 3px 0;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #ff59a7;
	border-top: 3px double #ff59a7;
	border-bottom: 3px double #ff59a7;
}

.ko_mi_03 {
	margin: 0 auto 20px auto;
	padding: 5px 0;
	width: 94%;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #009aef;
	border-top: 3px double #009aef;
	border-bottom: 3px double #009aef;
}	

.ko_mi_04 {
	margin: 20px auto;
	padding: 5px 0;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #009aef;
	border-top: 3px double #009aef;
	border-bottom: 3px double #009aef;
}	
	
	.txt_01 {
		font-size: 20px;
		line-height: 30px;
		font-weight: 500;
		text-align: center;
	}
 
	.txt_02 {
		font-size: 16px;
		line-height: 26px;
		text-align: center;
	}
	
	.txt_02_w {
		margin: 0px auto;
		padding: 0 0 10px 0;
		width: 94%;
		font-size: 14px;
		line-height: 24px;
		text-align: center;
	}

	.txt_02_l {
		font-size: 16px;
		line-height: 26px;
		text-align: left;
	}

	.txt_03 {
		font-size: 12px;
		line-height: 22px;
		text-align: center;
	}
	
	.txt_04 {
		font-size: 12px;
		text-align: left;
		line-height: 2.0em;
	}
	
	.txt_04 a,.txt_04 a:hover {
		color: #00a564;
		font-weight: bold;
		line-height: 2.0em;
	}
	
	.txt_05 {
		font-size: 16px;
		line-height: 26px;
		text-align: center;
	}
	
	.txt_06 {
		margin: 0px auto;
		width: 94%;
		font-size: 20px;
		line-height: 30px;
		font-weight: 500;
		text-align: center;
	}
 
.txt_06_b_l {
		margin: 0px auto;
		font-size: 20px;
		line-height: 30px;
		font-weight: bold;
		text-align: left;
	}
 
	.txt_07 {
		font-size: 11px;
		text-align: left;
	}
	
	.pink_01 {
		margin: 0px auto;
		padding: 20px 0;
		width: 94%;
		text-align: center;
		font-weight: bold;
		color: #ff59a7;
		font-size: 26px;
		line-height: 36px;
	}
	
	.pink_02 {
		text-align: center;
		font-weight: bold;
		color: #ff59a7;
		font-size: 26px;
		line-height: 36px;
	}
	
		.pink_03 {
			padding: 0 0 20px 0;
		text-align: center;
		font-weight: bold;
		color: #ff59a7;
		font-size: 20px;
		line-height: 30px;
	}
	
	.p_bt_01 a {
		margin: 20px auto;
		padding: 5px 0;
		width: 156px;
		font-size: 14px;
		text-align: center;
		border: 1px solid #ff0060;
		display: block;
		background: #ff0060;
		color: #FFF;
	}



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

.footer-logo-01-wrap {
	padding: 30px 0 0 0;
 display: -webkit-flex;
 display: flex;
 -webkit-justify-content: space-between;
 justify-content: space-between;
 -webkit-align-items: center;
 align-items: center;
}

.footer-logo-02-wrap {
	margin: 0px auto;
 padding: 0 0 30px 0;
	width: 40%;
}	

.footer-logo-01-box {
  margin-bottom: 20px;
	}

.footer-logo-02-wrap img {
	 margin: 0px auto 20px auto;
  text-align: center;
	 display: block;
	 width: 280px;
	 height: auto;
	}
	
.footer-logo-01 {
  max-width: 120px;
	 height: auto;
	}

.footer-logo-02 {
  max-width: 90px;
	 height: auto;
	}

.footer-logo-03 {
  max-width: 93px;
	 height: auto;
	}

.footer-logo-04 {
  max-width: 314px;
	}

.icon-twitter-anc {
  font-size: 2rem;
  color: #1B95E0;
	}

.sns-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 34px;
	}

.sns__btn-wrap {
  padding: 0 14px;
	}

	.tweet {
		padding-top: 10px !important;
	}	

.btn-contact-wrap a {
	 padding: 10px 0;
  margin-bottom: 30px;
	}

.btn-contact {
  display: block;
  width: 130px;
  margin: 0 auto;
  border: 1px solid #141517;
  color: #141517;
  text-align: center;
	}

.copyright-wrap {
  margin-bottom: 20px;
  text-align: center;
	}

.copyright-anc {
  display: inline-block;
	}

.copyright {
  font-size: 12px;
  color: #141517;
  letter-spacing: 0;
  text-align: center;
	}

.all-rights-reserved {
  margin-bottom: 12px;
  padding: 0 20px;
  font-size: 12px;
  color: #141517;
  text-align: center;
	}
	
.privacy-policy-wrap {
	 padding: 0 0 20px 0;
  text-align: center;
	}

.privacy-policy {
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #141517;
	}
	
.fb_iframe_widget {
	padding: -10px 0 0 0;
}



}
