@charset "UTF-8";
@import url("../webfonts/CopperplateGothicBoldRegular/stylesheet.css");
body {
	-webkit-text-size-adjust: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	height: auto;
	min-width: 1280px;
	color: #111;
	background-color: #fff601;
}
header{
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
main {
	background-color: #FFFFFF;
}
footer {
}
/* リセット ************************/
figure, figcaption{
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	line-height: normal;
}
a {
	text-decoration: none;
	color: #111;
}
a:link, a:visited {
	color: #111;
}
a:hover, a:active {
	color: #111;
}
/* /リセット ************************/

/* フォント設定 ****************************/
.mincho {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.kaku {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.hiragino_mac {
	font-family:"ＭＳ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
.cpgothic{
    font-family: CopperplateGothic;
}
.bold {
	font-weight: bold;
}
.txt30 {
	font-size: 30px;
	line-height: 40px;
}
.txt24 {
	font-size: 24px;
	line-height: 28px;
}
.txt20 {
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 27px;
}
.txt18 {
	font-size: 18px;
	line-height: 26px;
}
.txt16 {
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 25px;
}
.txt15 {
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 1px;
}
.txt14 {
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 1px;
}
.txt13 {
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 1px;
}
.txt12 {
	font-size: 12px;
	line-height: 21px;
	letter-spacing: 1px;
}
.txt11 {
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 1px;
}
.txt10 {
	font-size: 10px;
	line-height: 18px;
	letter-spacing: 1px;
}
.wht_txt_kaku {
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wht_txt_min {
	color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.wht_txt {
	color: #FFFFFF;
}
.red_txt {
	color: #C00000;
}

/* /フォント設定 ****************************/

/* 小物 ***********************************/
.wht_line {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	overflow-x: hidden;
	width: 80%;
	border: solid #fff;
	border-width: 1px 0 0 0;
	height: 1px;/* for IE6 */
	clear: both;/* for IE6 */
}
.gray_line {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	overflow-x: hidden;
	width: 80%;
	border: solid #ddd;
	border-width: 1px 0 0 0;
	height: 1px;/* for IE6 */
	clear: both;/* for IE6 */
}
.hideAnchor {
	display: block;
	height: 0px;
	overflow: hidden;
	text-indent: -9999px;
	margin-top: -80px;
	padding-bottom: 80px;
	cursor: default;
	pointer-events: none;
	font-size: 0px;
    outline : none;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.clear {
	clear: both;
}
span {
	white-space: nowrap;
	display: inline-block;
}
.dot {
	width: 100%;
	color: #ddd;
	margin-top: 15px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 15px;
	font-size: 10px;
	overflow: hidden;
}
/* /小物 ***********************************/

/* レスポンシブ表示非表示 ********************************/
.clm_none {
	display: none;
}
.pc_none {
	display: none;
}
.tab_none {
	display: block;
}
.tab_in {
	display: none;
}
.sp_none {
	display: block;
}
.sp_in {
	display: none;
}
.more {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
/* /ラッパー *******************************************/



/* 基本ヘッダー/フッター設定 ****************************************/
#h_nav {
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	letter-spacing: 2px;
	height: auto;
	min-width: 1280px;
}
.more:hover {
	opacity: 0.7;
}
/* /レスポンシブ表示非表示 ********************************/


/* ラッパー *******************************************/
#overWrp {
	width: 100%;
	height: auto;
}
.innerWrp {
	width: 95%;
	margin: 0 auto;
	position: relative;
}
.innerContents {
	margin: 0 auto;
	width: 100%;
	position: relative;
	max-width: 1150px;
}
.inner1000 {
	width: 100%;
	margin: 0 auto;
	position: relative;
	max-width: 1000px;
}
.conteiner {
	width: 100%;
	position: relative;
}
#h_sns {
	position: absolute;
	top: 40px;
	right: 40px;
}
#h_sns li {
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}
#h_sns li a {
	display: block;
	/*width: 24px;
	height: 24px;*/
	text-align: center;
}
#h_sns li a img {
	vertical-align: middle;
}
#h_logo {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 40px;
}
#h_nav ul {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-around; /* Safari */
	justify-content: space-around;
	-webkit-align-items: center;/* Safari */
	align-items: center;
	max-width: 1000px;
	height: auto;
}
#sponsor li img {
}
#h_nav ul li {
}
#h_nav ul li a {
}

#h_nav.fixed {
	position: fixed;
	width: 100%;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#h_nav.fixed  ul li {
}

#pagetop {
}

#pagetop p {
}
#foot {
	width: 100%;
	max-width: 1180px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	margin-top: 3%;
}
#foot h1 {
	vertical-align: middle;
	display: inline-block;
}
#foot #copy {
	font-size: 13px;
	margin-left: 20px;
	display: inline;
}
h1#cont_tit,
h1.cont_tit{
	color: #333;
	text-align: center;
	font-size: 45px;
	font-family: CopperplateGothic;
	/*text-shadow: 1px 1px 5px #FFFFFF, 0 0 40px #00cccc, 0 0 60px #00cccc, 0 0 100px #00ffff, 0 0 12px #00ffff;*/
	letter-spacing: 10px;
	text-transform: capitalize;
	padding-top: 50px;
	padding-bottom: 50px;
}


/******** 追加 *******/
.sponsorWrp {
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	background-color: hsla(0,0%,100%,0.80);
	padding-top: 4%;
	padding-right: 2%;
	padding-bottom: 4%;
	padding-left: 2%;
	text-align: center;
	position: relative;
}
.sponsorWrp .cmt {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.sponsor_tit  {
	color: #333;
	font-size: 30px;
	font-family: CopperplateGothic;
	letter-spacing: 0px;
	margin-bottom: 2%;
}
#sponsor {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-content: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	display: none;
}
#sponsor::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
#sponsor::after{
  content:"";
  display: block;
  width:24%;
}
#sponsor li {
  	width: 30%;
	list-style-type: none;
	margin-bottom: 15px;
}
#sponsor li img{
	width: 100%;
	height:auto;
}

.tw-link {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 10;
	width: 10%;
	height: auto;
	min-width: 70px;
	-webkit-animation: zoom .8s ease-in-out 0s 1 normal;
	   -moz-animation: zoom .8s ease-in-out 0s 1 normal;
		-ms-animation: zoom .8s ease-in-out 0s 1 normal;
			animation: zoom .8s ease-in-out 0s 1 normal;
}
.tw-link img {
	width: 100%;
	height: auto;
}
@-webkit-keyframes zoom {
	0% {transform: scale(0,0);}
	50% {transform: scale(1.15,1.15);}
	80% {transform: scale(.95,.95);}
	100% {transform: scale(1,1);}
}
@-moz-keyframes zoom {
	0% {transform: scale(0,0);}
	50% {transform: scale(1.15,1.15);}
	80% {transform: scale(.95,.95);}
	100% {transform: scale(1,1);}
}
@-ms-keyframes zoom {
	0% {transform: scale(0,0);}
	50% {transform: scale(1.15,1.15);}
	80% {transform: scale(.95,.95);}
	100% {transform: scale(1,1);}
}
@keyframes zoom {
	0% {transform: scale(0,0);}
	50% {transform: scale(1.15,1.15);}
	80% {transform: scale(.95,.95);}
	100% {transform: scale(1,1);}
}

/* 基本ヘッダーフッター設定 ****************************************/

.btn_f{
	display: none;
	width: 100%;
	z-index: 99;
}
.btn_f ul{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-around; /* Safari */
	justify-content: space-around;
	-webkit-align-items: center;/* Safari */
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.btn_f ul li{
	width: 50%;
	text-align: center;
}
.btn_f a{
	display: block;
	color: #000;
	font-weight: bold;
	width: 100%;
	padding: 15px 0;
	box-sizing: border-box;
	background-color: #fff601;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
.btn_f li:first-child a{
	border-right: 1px solid #000;
	border-left: 2px solid #000;
}
.btn_f li:nth-child(2) a{
	border-left: 1px solid #000;
	border-right: 2px solid #000;
}

@media screen and (max-width:768px){
body {
	min-width: 100%;
}
header {
}
.innerContents {
	width: 100%;
	max-width: 100%;
}
.inner1000 {
	width: 90%;
	max-width: 90%;
}
.pc_none {
	display: none;
}
.tab_in {
	display: block;
}
.tab_none {
	display: none;
}
.sp_none {
	display: block;
}
.sp_in {
	display: none;
}
.hideAnchor {
	margin-top: -1px;
	padding-bottom: 1px;
}
header {
	max-width: 100%;
}
header #h_logo {
	width: 31%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
header #h_logo img {
	width: 100%;
	height: auto;
	max-width: 224px;
}
#h_sns {
	top: 20px;
	right: 20px;
}
#h_sns li {
	margin-right: 10px;
}
#h_sns li img  {
}
#h_nav {
	display:none;
}
#h_nav ul {
}
#h_nav ul li {
}
#h_nav ul li a {
}
#h_nav.fixed {
}
#h_nav.fixed  ul li {
}
#pagetop {
}
#pagetop p {
}
#foot {
	max-width: 100%;
	width: auto;
}
#foot h1 {
	width: 100%;
	margin-left: 0;
    text-align: center;
}
#foot h1 img {
	width: 100%;
	height: auto;
	max-width: 150px;
}
#foot #copy {
	font-size: 10px;
	text-align: center;
	display: block;
	word-wrap: break-word;
	margin-left: 2%;
	margin-right: 2%;
}
h1#cont_tit,
h1.cont_tit {
	font-size: 35px;
	letter-spacing: 5px;
}
#sponsor {
}
#sponsor li {
}
#sponsor li img {
}

}

@media screen and (max-width:480px){
body{
	/*position: relative;*/
}
main{
	padding-bottom: 50px;
}
.pc_none {
	display: block;
}
.tab_none {
	display: none;
}
.tab_in {
	display: block;
}
.sp_none {
	display: none;
}
.sp_in {
	display: block;
}
header {
}
header h1 {
	min-width: 130px;
}
header h1 img {
}
#h_sns {
	display: none;
}
#foot h1 img {
	min-width: 130px;
}
#foot #copy  {
}
footer{
	padding-top: 20px;
}
h1#cont_tit ,
h1.cont_tit {
	font-size: 28px;
	letter-spacing: 4px;
}
.tw-link{
	bottom: auto;
	top: 10px;
}
.sponsorWrp {
	margin-top: 12%;
}
.sponsor_tit  {
	font-size: 15px;
	margin-bottom: 7%;
	margin-top: 4%;
}
#sponsor {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
#sponsor li {
	width: 45%;
	max-width:200px;
}
#sponsor li img {
}
}

@media screen and (max-width:320px){
h1#cont_tit ,
h1.cont_tit {
	font-size: 24px;
	letter-spacing: 3px;
}

.sponsor_tit  {
	font-size: 13px;
}
}
