@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(http://fonts.googleapis.com/earlyaccess/sawarabigothic.css);

/*reset.css*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
/ change colours to suit your needs / ins{background-color:#ff9;color:#000;text-decoration:none}/ change colours to suit your needs / mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

/*reset.css*/

body{
	width: 1300px;
	display:block;
	margin:0 auto;
	-webkit-text-size-adjust: 100%;
	font-family: "Sawarabi gothic","小塚明朝 Pro L",HiraMinProN-W6,"HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif,"メイリオ",sans-serif;
}
header{
	position:relative;
	z-index:6;
	transform: translate3d(0px, 0px, 300px);
}
li{
	list-style:none;
}
.w1150 {
	width: 1150px;
	margin: auto;
}
.g_nav{
	width: 1150px;
	display:block;
	margin: 0px auto -9.5px;
	height: auto;
	z-index:20;
	position:relative;
}
.g_nav_change{
    display: flex;
    justify-content: space-between;
    padding: 5px 0 10px;
    position: fixed;
    top: -108px;
    transition: .5s;
    width: 1300px;
    z-index:6;
    background-color:#ffffff;
	transform: translate3d(0px, 0px, 300px);
}
.g_nav_change.show{
    top: 0;
}
.nav-inner{
	position:relative;
	padding-top: 15px;
}
.nav-inner p{
	color:#ffffff;
	width:100px;
	background-color:#001e76;
	position:relative;
	margin:0 50px 0 auto;
	border-radius:8px;
}
.nav-inner p:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	transition:0.5s;
}
.nav-inner p a{
	color:#ffffff;
	text-decoration:none;
	display:block;
	padding:3px 10px;
	text-align:center;
}
.header_logo{
	height:auto;
	position:relative;
	margin-left: 10px;
	float:left;
}
#global-nav {
	margin-top:35px;
	padding-left: 10px;
	display: flex;
}
#global-nav_change {
	margin-top:5px;
	padding-left: 40px;
	display: flex;
}
#global-nav li {
	width:140px;
	text-align:center;
	list-style:none;
	float:left;
}
#global-nav_change li {
	width:140px;
	text-align:center;
	list-style:none;
	float:left;
}
/* /----- header -----/ */

/* /----- main -----/ */

main{
	width:1150px;
	display:block;
	margin:0 auto;
	border:solid 4px #F2C600;
	border-radius:12px;
	position:relative;
	z-index:5;
	transform: translate3d(0px, 0px, 250px);
}
.mainimage{
	padding-top:25px;
	width:1100px;
	display:block;
	margin:0 auto;
}

/* /----- main -----/ */

.flex-control-paging li a{
	background: #F2C600 !important;
}
.flex-control-paging li a.flex-active{
	background: #A6F200 !important
}

/* /----- top_content1 -----/ */

.top_content1{
	width:100%;
	height:auto;
	padding-bottom:30px;
}
.top_content1_area{
	width:1105px;
	height:auto;
	margin:25px; auto 0;
	border-top:1px solid #F2C600;
}
.top_content1_img1{
	text-align:center;
	padding-top:25px;
}
.top_content1_newsarea,.addnews{
	width: 1000px;
	display:block;
	margin:0 auto;
	overflow:auto;
}
.top_content1_newsarea a,.addnews a{
	color:#232323;
}
.top_content1_newsarea dl,.addnews dl{
	margin:10px 0;
}
.top_content1_newsarea dt,.addnews dt{
	font-size:15px;
	font-weight:bold;
	color:#F29D00;
	margin-left:15px;
	margin-bottom:10px;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:dashed 1px #F2C600
}
.top_content1_newsarea dd,.addnews dd{
	font-size:15px;
	line-height:24px;
	font-weight:bold;
	color:#232323;
	margin-left:15px;
	margin-bottom: 5px;
}
.fix_archive dd{
  text-decoration: underline;
  cursor: pointer;
}
.fix_archive_02 dd{
  text-decoration: underline;
  cursor: pointer;
}
.fix_archive_03 dd{
  text-decoration: underline;
  cursor: pointer;
}
.fixpopup{
	position: fixed;
	width:800px;
	height:500px;
	padding:30px;
    line-height: 30px;
	background-color:#fff;
    border:solid 5px #F2C600;
	z-index:999;
	display:none;
    -webkit-transform: translate3d(0,0,300px);
}
.fixpopup2{
	position: fixed;
	width:800px;
	height:750px;
	padding:30px;
    line-height: 30px;
	background-color:#fff;
    border:solid 5px #F2C600;
	z-index:999;
	display:none;
    -webkit-transform: translate3d(0,0,300px);
}
.fixpopup2 img{
	width:1000px;
	margin:100px 0;
	opacity:0.8;
}
.fixpopup3{
	position: fixed;
	width:800px;
	height:500px;
	padding:30px;
    line-height: 30px;
	background-color:#fff;
    border:solid 5px #F2C600;
	z-index:999;
	display:none;
    -webkit-transform: translate3d(0,0,300px);
}

.top_content1_btn p{
	width:130px;
	position:relative;
	margin:40px 0 0 auto;
	font-weight:bold;
	font-size:14px;
}
.top_content1_btn p:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	transition:0.5s;
}
.top_content1_btn p a{
	color:#F29D00;
	text-decoration:none;
	display:block;
	padding:3px 10px;
	text-align:right;
}
.css-cancel{
  display: block;
  position: relative;
  margin: 0 20px 0 7px;
  padding: 0;
  width: 4px;
  height: 20px;
  background: #000;
  transform: rotate(45deg);
  left:800px;
  top:-20px;
  cursor: pointer;
}
.css-cancel:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 20px;
  height: 4px;
  margin-top: -2px;
  background: #000;
}

.css-cancel2{
  display: block;
  position: relative;
  padding: 0;
  width: 4px;
  height: 20px;
  background: #000;
  transform: rotate(45deg);
  top:20px;
  left:800px;
  cursor: pointer;
}
.css-cancel2:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 20px;
  height: 4px;
  margin-top: -2px;
  background: #000;
}
.css-cancel3{
  display: block;
  position: relative;
  margin: 0 20px 0 7px;
  padding: 0;
  width: 4px;
  height: 20px;
  background: #000;
  transform: rotate(45deg);
  left:800px;
  top:-20px;
  cursor: pointer;
}
.css-cancel3:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 20px;
  height: 4px;
  margin-top: -2px;
  background: #000;
}

/* /----- /top_content1 -----/ */

/* /----- top_content2 -----/ */

.top_content2{
	width:100%;
	height:auto;
}
.top_content2_area{
	width:1105px;
	height:auto;
	margin:25px; auto 0;
	border-top:1px solid #F2C600;
}
.top_content2_img1{
	text-align:center;
	padding-top:25px;
	padding-bottom:50px;
}
.top_content2_field1{
	float:left;
	width:530px;
	margin-left:15px;
}
.top_content2_img2{
	text-align:center;
	width:455px;
	height:323px;
	background-image:url(./img/top/top_content2_003.png);
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}
.top_content2_img2:hover{
	text-align:center;
	width:455px;
	height:322px;
	background-image:url(./img/top/top_content2_003_on.png);
	background-position:center center;
	background-size:contain;
	transition:0.4s;
}
.top_content2_img3{
	text-align:center;
	width:455px;
	height:323px;
	background-image:url(./img/top/top_content2_004.png);
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}
.top_content2_img3:hover{
	text-align:center;
	width:455px;
	height:323px;
	background-image:url(./img/top/top_content2_004_on.png);
	background-position:center center;
	background-size:contain;
	transition:0.4s;
}
.top_content2_img4{
	text-align:center;
	width:455px;
	height:323px;
	background-image:url(./img/top/top_content2_005.png);
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}
.top_content2_img4:hover{
	text-align:center;
	width:455px;
	height:322px;
	background-image:url(./img/top/top_content2_005_on.png);
	background-position:center center;
	background-size:contain;
	transition:0.4s;
}
.top_content2_img5{
	text-align:center;
	width:455px;
	height:323px;
	background-image:url(./img/top/top_content2_006.png);
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}
.top_content2_img5:hover{
	text-align:center;
	width:455px;
	height:322px;
	background-image:url(./img/top/top_content2_006_on.png);
	background-position:center center;
	background-size:contain;
	transition:0.4s;
}
.top_content2_img2 a,.top_content2_img3 a,.top_content2_img4 a,.top_content2_img5 a{
	width:455px;
	height:323px;
	display:block;
}
.top_content2_text1{
	padding:5px 0 30px 35px;
}
.top_content2_text1 a{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
.top_content2_text1 img{
	position:relative;
	margin-right:5px;
	top:2px;
}
.top_content2_btn p{
	width:130px;
	position:relative;
	margin:40px 0 0 auto;
	font-weight:bold;
	font-size:14px;
}
.top_content2_btn p:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	transition:0.5s;
}
.top_content2_btn p a{
	color:#F29D00;
	text-decoration:none;
	display:block;
	padding:3px 10px;
	text-align:right;
}

/* /----- /top_content2 -----/ */

/* /----- top_content3 -----/ */

.top_content3{
	width:100%;
	height:auto;
	padding-bottom:10px;
}
.top_content3_area{
	width:1105px;
	height:auto;
	margin:25px; auto 0;
	border-top:1px solid #F2C600;
}
.top_content3_img1{
	text-align:center;
	padding-top:25px;
}
.top_content3_twitter{
	text-align:center;
}

/* /----- /top_content3 -----/ */

/* /----- /preparation -----/ */

.pre_back{
	text-align:center;
	padding:175px 0;
}

/* /----- /preparation -----/ */

/* /----- about -----/ */
.about_area{
	width:1150px;
	margin:0 auto;
	display:block;
	padding-top:75px;
	padding-bottom: 25px;
	background-image:url(./img/common/about_back.png);
	background-repeat:no-repeat;
	background-position: right 55px top 20px;
}
.about_field1{
	width:925px;
	display:block;
	margin:10px auto 75px;
}
.about_field2{
	width:925px;
	display:block;
	margin:0 auto 80px;
}
.about_field2 a{
	color:#F29D00;
	text-decoration:none;
}
.about_img1{
	width:275px;
	float:left;
	margin-right:80px;
}
.about_textarea1{
	float:left;
	width:535px;
	text-align:justify;
}
.about_text1{
	font-size:28px;
	color:#F29D00;
	padding-bottom:10px;
}
.about_text2{
	font-size:17px;
	line-height:26px;
	color:#281D1B;
	font-weight:bold;
}
.about_text3{
	font-size:21px;
	color:#F29D00;
	text-align:center;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:solid 1px #e4e4e4
}
.about_text4{
	font-size:17px;
	line-height:28px;
	color:#281D1B;
	font-weight:bold;
	text-align:justify
}
.about_text5{
	font-size:23px;
	padding-top:5px;
	color:#F29D00;
}
#about_color1{
	color:#F29D00;
}

/* /----- /about -----/ */

/* /----- news -----/ */
.news_area{
	width:1150px;
	margin:0 auto;
	display:block;
	padding-top:75px;
	padding-bottom:140px;
	background-image:url(./img/common/news_back.png);
	background-repeat:no-repeat;
	background-position:right 25px top 45px;
}
.news_area_d{
	width:1150px;
	margin:0 auto;
	display:block;
	padding-top:75px;
	padding-bottom:70px;
	background-repeat:no-repeat;
	background-position:right 25px top 45px;
}
.bread{
	padding:30px;
}
.bread a{
	text-decoration:none;
	color:blue;
}
.newsdetailarea{
	padding:0px 50px;
	margin:-50px auto;
	line-height:30px;
}

/* /----- /news -----/ */

/* /----- product -----/ */
.product_area{
	width:1150px;
	margin:0 auto;
	display:block;
	padding-top:75px;
	padding-bottom:100px;
	//background-image:url(./img/common/product_back.png);
	background-repeat:no-repeat;
	background-position:right 25px top 45px;
}
.product_field1{
	width:1062px;
	display:block;
	margin:0 auto;
}
.product_field2{
	float:left;
	width:340px;
	margin:0 7px;
}
.product_field3{
	width:1030px;
	display:block;
	margin:45px auto 0;
}
.product_img1{
	text-align:center;
	width:300px;
	height:215px;
}
.product_text1{
	padding:3px 0 30px 0;
}
.product_text1 a{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
.product_text1 img{
	position:relative;
	margin-right:5px;
	top:2px;
}
.product_text2{
	float:left;
	width:160px;
	margin:0 5px;
}
.product_text2 a{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
.product_text2 img{
	position:relative;
	margin-right:5px;
	top:2px;
}

/* /----- /product -----/ */

/* /----- special -----/ */
.special_area{
	width:1150px;
	margin:0 auto;
	display:block;
	padding-top:75px;
	padding-bottom:140px;
	background-image:url(./img/common/special_back.png);
	background-repeat:no-repeat;
	background-position:right 75px top 45px;
}
.special_year{
	width:900px;
	display:block;
	margin:0 auto 20px;
	font-size:26px;
	color:#F29D00;
	text-align:center;
	padding-bottom:15px;
	border-bottom:solid 1px #f4f4f4;
}
.special_table{
	width:850px;
	display:block;
	margin:0 auto;
	padding-bottom:35px;
}
.special_table table{
	font-size:17px;
	font-weight:bold;
}
.special_table table td{
	padding:5px 0
}
.special_table table td a{
	text-decoration:none;
	color:#F29D00;
}
.special_table table td:nth-child(2)::before{
	content:":";
	padding-left:15px;
	padding-right:15px;
}

/* /----- /special -----/ */
/* /----- dc_enquete -----/ */
.enquete.dc_enquete_area{
	background:#000;
	background-image:url(https://honeybee-cd.com/dynamic/common/img/bg.jpg);
	background-repeat:no-repeat;
	color:#fff;
	border-radius:10px;
}
.enquete.ss_enquete_area{
	background:#fcfcfd;
	background-image:url(https://honeybee-cd.com/starrysky/common/img/ss_back.png);
	background-repeat:no-repeat;
	background-size:100%;
	color:#000;
	border-radius:10px;
}
.enquete .title_area{
	height:300px;
}
.enquete .subtitle{
	width:80%;
	margin:10px auto 10px auto;
	text-align:center;
	border:solid 1px #555;
	background:#333;
}
.enquete .subtitle img{
	width:200px;
}
.enquete.ss_enquete_area .subtitle{
	width:80%;
	margin:10px auto 10px auto;
	text-align:left;
	border:solid 1px #555;
	padding:20px;
	background:#b1a8c5;
}
.enquete .band{
	width:80%;
	margin:10px auto 10px auto;
	text-align:center;
	border:solid 1px #555;

}
.enquete .reve{
	background:#e40177;
}

.enquete .liar{
	background:#080059;
}
.enquete .kyo{
	background:#b70005;
}
.enquete .apple{
	background:#b6d450;
}
.enquete .etc{
	background:#333;
	padding:70px 0;
	font-size:30px;
}
.enquete.ss_enquete_area .reve{
	background:#fe0c7c;
	text-align:center;
}
.enquete.ss_enquete_area .liar{
	background:#51d61d;
	text-align:center;
}
.enquete.ss_enquete_area .kyo{
	background:#ffba39;
	text-align:center;
}
.enquete.ss_enquete_area .apple{
	background:#8886cf;
	text-align:center;
}
.enquete .photo_area{
	width:80%;
	margin:auto;
}
.enquete .photo_area li{
	list-style-type: none;
	float:left;
	margin:9px ;
	width:23%;
}

.enquete .photo_area .slick-dots li{
	list-style-type: none;
	margin:-20px 0 0 0;
	width:20px;
	float:none;
}
.enquete .photo_area .list{
	display:flex;
	flex-wrap:wrap;
	align-items: stretch;
}
.enquete .photo_area .check_area{
	display:flex;
}
.enquete .photo_area .check_area .check_name{
	width:170px;
}
.enquete .photo_area li img{
	width:100%;
}
.clearfix{
	clear:both;
}
.enquete .checkbox{
	position:relative;
	top:10px;
	left:5px;
	transform:scale(2.0);
	border:none;
}
.enquete .check_name{
	position:relative;
	left:15px;
	height:50px;
}
.enquete.ss_enquete_area .check_name{
	position:relative;
	left:15px;
	height:70px;
}
.enquete .mail_area{
	text-align:center;
	padding:40px;
}
.enquete .mail_area .mail{
	width:600px;
	font-size:25px;
	padding:5px;
	color:#fff;
	background:none;
}
.enquete.ss_enquete_area .mail_area .mail{
	width:600px;
	font-size:25px;
	padding:5px;
	color:#000;
	background:none;
}

.enquete .mail_area .message{
	width:600px;
	font-size:20px;
	padding:5px;
	color:#fff;
	background:none;
}
.enquete.ss_enquete_area .mail_area .message{
	width:600px;
	font-size:20px;
	padding:5px;
	color:#000;
	background:none;
}
.enquete .mesbox{
	width:95%;
	height:100px;
	font-size:15px;
	color:#000;
	display:none;
}

input[type=text]{
	background:none;
	color:#fff;
	border:solid 1px #ccc;
}

input[type=submit]{
	width:80%;
	font-size:30px;
}
.list_cheked{
	box-sizing:border-box;
	border:solid 2px yellow;
}
.enquete.ss_enquete_area .list_cheked{
	box-sizing:border-box;
	border:solid 2px blue;
}
.list_cheked .mesbox{
	display:block;
}
.list_cheked .rma{
	height:110px;
}
.list_cheked .lma{
	height:110px;
}
.list_cheked .kma{
	height:110px;
}
.list_cheked .ama{
	height:110px;
}
.list_cheked .ema{
	height:110px;
}


.enquete_title{
	width:100%;
	text-align:center;
	font-size:35px;
}
.enquete_detail{
	width:78%;
	margin:20px auto;
	text-align:center;
	border:solid 1px #555;
	padding:10px;
	background:#333;
	line-height:25px;
}

.ss_enquete_area .enquete_detail{
	width:81%;
	margin:20px auto;
	text-align:center;
	border:solid 1px #555;
	padding:10px;
	background:#b1a8c5;
	line-height:25px;
}
.enquete.ss_enquete_area .etctitle{
	text-align:center;
}
/* /----- dc_enquete -----/ */

/* /----- shop -----/ */

.shop_area {
    width: 1150px;
    margin: 0 auto;
    display: block;
    padding: 150px 0;
    background-repeat: no-repeat;
    background-position: right 75px top 45px;
    font-weight:300;
}
.shop_area a{
	text-decoration:none;
	color:#000;
	font-weight:300;
}
.shop_area h2{
	font-size:18px;
	font-weight:700;
	margin-bottom:20px;
}
.shop_area ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-align-items: left;
    align-items: left;
    width:800px;
    margin:auto;
}
.shop_area li{
	padding:5px;
}
/* /----- shop -----/ */

/* /----- contact -----/ */

.contact_area{
	width:1150px;
	height:auto;
	margin:0 auto;
	padding-top:75px;
	padding-bottom: 100px;
	background-image:url(./img/common/contact_back.png);
	background-repeat:no-repeat;
	background-position:right 75px top 75px;
}
.contact_text1{
	width:900px;
	display:block;
	margin:0 auto;
	font-size:17px;
	line-height:28px;
	font-weight:bold;
}

.contact_area table{
	width:900px;
	display:block;
	margin:60px auto 70px;
}
.contact_area tr{
	width:100%;
}
.contact_area th{
	padding: 20px 0 15px 0px;
	text-align:left;
	vertical-align: top;
	width: 200px;
}
.contact_area td{
	padding:15px 10px;
	text-align:left;
	width:700px;
}
.contact_area td:before{
	content:"";
}
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-company"]
{
		width: 80%;
}

.wpcf7 textarea[name="your-content"],
.wpcf7 textarea[name="your-remarks"]
{
		width: 80%;
		resize: vertical;
}
input.wpcf7-submit{
	width: 12em;
	height: 1.7em;
}
input.wpcf7-submit {
	font-size: 23px;
	background: #F2C600;
	color: #ffffff;
	margin:0 auto;
	display:block;
	border:0;
	font-family: "Sawarabi Mincho","ヒラギノ明朝 ProN W6",HiraMinProN-W6,"HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif,"メイリオ",sans-serif;
}
span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
	margin-top:15px;
}
.product select{
	width:80%;
	height:30px;
	font-size:18px;
}
.contact_field1 input{
	width:80%;
	height:30px;
	font-size:18px;
}
.contacts_title{
	position:relative;
	top:-75px;
	width:1130px;
	text-align:center;
	font-size:30px;
	background:#F2C600;
	padding:10px;
	border-radius:5px 5px 0 0;
	color:#fff;
}
.close{
		position:absolute;
		display:inline-block;
		top:5px;
		left:95%;
		width:32px;
		height:32px;
		border:0;
		background:none;
		border-radius:32px;
		margin:0;
		padding:0;
		transform:scale(1.5);
		cursor:pointer;
		font-size:10px;
		text-align:center;
		padding-top:25px;
	}
.close:before{
		content:"";
		position:absolute;
		display:inline-block;
		top:4px;
		left:15px;
		width:1px;
		height:24px;
		border:0;
		margin:0;
		padding:0;
		background-color:#000;
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
	}
.close:after{
		content:"";
		position:absolute;
		display:inline-block;
		top:4px;
		left:15px;
		width:1px;
		height:24px;
		border:0;
		margin:0;
		padding:0;
		background-color:#000;
		-moz-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		transform:rotate(-45deg);
	}
.close:hover{

	}
.close:hover:before{
        background-color:#ccc;
}
.close:hover:after{
        background-color:#ccc;
}


/* /----- /contact -----/ */


/* /----- footer -----/ */
footer{
	width:1150px;
	display:block;
	margin:0 auto;
	background-image:url(./img/footer/footer_logo.png);
	background-repeat:no-repeat;
	background-position:right 100px top 35px;
	position:relative;
	z-index:5;
	transform: translate3d(0px, 0px, 20px);
}
.footer_area{
	padding-top:105px;
}
.footer_field1{
	width:930px;
	display:block;
	margin:0 auto;
}
.footer_btn_y{
	width:290px;
	height:50px;
	float:left;
	background-color:#F2C600;
	border:solid 3px #F2C600;
	text-align:center;
	margin:5px 7px;
	line-height:50px;
}
.footer_btn_y a{
	text-decoration:none;
	color:#ffffff;
	display:block;
	width:100%;
	height:100%;
}
.footer_btn_y a:hover{
	transition:0.5s;
	color:#F2C600;
	background-color:#ffffff;
}
.footer_btn_w{
	width:290px;
	height:50px;
	float:left;
	background-color:#ffffff;
	border:solid 3px #F2C600;
	text-align:center;
	margin:5px 7px;
	line-height:50px;
}
.footer_btn_w a{
	text-decoration:none;
	color:#F2C600;
	display:block;
	width:100%;
	height:100%;
}
.footer_btn_w a:hover{
	transition:0.5s;
	color:#ffffff;
	background-color:#F2C600;
}
.footer_field2{
	text-align:center;
	padding: 30px 0;
}
.footer_field2 a{
	text-decoration:none;
}
.footer_field2 img{
	margin:0 10px;
}
.footer_copyright p {
	color: #F29D00;
	font-size: 22px;
	text-align:center;
	padding-bottom: 20px;
}


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

/* /----- /star -----/ */

.star0,.star1,.star2,.star3,.star4,.star5,.star6{
	opacity:0.3;
	animation: kirakira 11s linear;
	-moz-animation: kirakira 11s linear;
	-webkit-animation: kirakira 11s linear;
	-o-animation: kirakira 11s linear;
	-ms-animation: kirakira 11s linear;
	transform: translate3d(0px, 0px, 200px);
	display: inline-block;
	height: 1em;
	line-height: 1em;
	position: fixed;
	top: -1em;
	z-index: 1;
	font-family: "MS PMincho","MS 明朝",serif,"メイリオ",sans-serif;
}
.star0 {
	color: #AAF2C1;
}
.star1 {
	color: #F2C1AA;
}
.star2 {
	color: #F2AADB;
}
.star3 {
	color: #AAF2E5;
}
.star4 {
	color: #C1AAF2;
}
.star5 {
	color: #EDEDAB;
}
.star6 {
	color: #EAACB0;
}

@keyframes kirakira {
	0% {
		transform:translateY(0) rotateY(0);
	}
	100% {
		transform:translateY(calc(100vh + 1em)) rotateY(3600deg);
	}
}
@-moz-keyframes kirakira {
	0% {
		transform:translateY(0) rotateY(0);
	}
	100% {
		transform:translateY(calc(100vh + 1em)) rotateY(3600deg);
	}
}
@-webkit-keyframes kirakira {
	0% {
		transform:translateY(0) rotateY(0);
	}
	100% {
		transform:translateY(calc(100vh + 1em)) rotateY(3600deg);
	}
}
@-o-keyframes kirakira {
	0% {
		transform:translateY(0) rotateY(0);
	}
	100% {
		transform:translateY(calc(100vh + 1em)) rotateY(3600deg);
	}
}
@-ms-keyframes kirakira {
	0% {
		transform:translateY(0) rotateY(0);
	}
	100% {
		transform:translateY(calc(100vh + 1em)) rotateY(3600deg);
	}
}

/* /----- /star -----/ */

/* /----- clearfix -----/ */
.clearLeft {
	clear: left;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/*\*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* /----- /clearfix -----/ */
/* /----- que -----/ */
span.wpcf7-list-item {
display: block;
}
/* /----- /que -----/ */