/* ========================= [ base ] */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0 auto;
  padding: 0;
}

ul,
ol,
dl {
  list-style: none;
}

img {
  vertical-align: bottom;
}

body {
  text-align: center;
  font-family: Arial,sans-serif;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: #000000;
}

/* ===== #navi */
#navi {
  width: 90%;
  height: 45px;
  position: relative;
  display: flex;
  margin: 0;
  padding: 2% 5% 0;
  background: #ffffff;
  z-index: 999;
}

#navi .logo {
  margin: auto;
}
#navi .logo img {
  width: 100%;
}

#navi .head-navi {
  float: right;
  height: 15px;
  font-size: 13px;
  margin: 8px 0 0;
}

#navi .head-navi li {
  display: inline;
  font-size: 13px;
  padding: 0 10px;
  border-right: 1px #333 solid;
}

#navi .head-navi li:last-child {
  border: none;
}

/* ========================= [ .main ] */
#page {
  position: relative;
  width: 100%;
  z-index: 0;
}

.main {
  position: relative;
  background: url(page_bg.jpg) repeat center top;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}

.main .head {
  position: relative;
  width: 100%;
  height: 100%;
}

.main .head .bg_head {
  position: relative;
  width: 100%;
  margin-bottom: calc(100vw * 0.015);
}

.main .head h1 {
  position: absolute;
  width: 100%;
  top: calc(100vw * 0.274);
}

.main .head .btn_flag{
  position: absolute;
  width: 27.1875%;
  top: calc(18.5vw * 1.36);
  right: 0;
}

/* ===== fixed */
.main .head .btn_flag.fixed {
  position: fixed !important;
  animation-name: fix;
  animation-duration: 1s;
  animation-iteration-count: 1;
  right: 0;
  top: 1%;
  z-index: 5;
}

.main .head .iframe-content{
  position: absolute;
  width: 100%;
  top: 49%;
}

.main .head .cv_area{
  position: relative;
  width: 100%;
}

.main .head .cv_area ul{
  display: flex;
  justify-content: space-between;
  flex-wrap        : wrap;
}

.main .head .cv_area ul li{
  width: 46.25%;
  margin-bottom: calc(46vw * 0.04);
}

/* ===== .main .contents .section_login*/
.main .contents .section_login{
  position: relative;
  width: 100%;
}

.main .contents .section_login .btn{
  position: absolute;
  width: 100%;
  margin: 0 auto;
  top: calc(3154vw * 0.1);
  z-index: 20;
}




/* ===== .main .contents .section_banner*/
.main .contents .section_banner{
  position: relative;
  width: 100%;
  z-index: 2;
}

.main .contents .section_banner h2{
  width: 100%;
  margin: 0 auto; 
  margin-bottom: calc(100vw * 0.01);
}

.main .contents .section_banner ul {
  width: 80%;
  margin: 0 auto;
}

.main .contents .section_banner ul li {
  margin-bottom: calc(80vw * 0.05);
}

.main .contents .section_banner ul li div{
  background: #ffffff;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.main .contents .section_banner ul li div img{
  width: 18.75%;
}








/* ===== .main .contents .section_fkg*/
.main .contents .section_merch{
  position: relative;
  z-index:3;
  margin-bottom: 3%;
}

.main .contents .section_merch h2{
  position: relative;
}

.main .contents .section_merch .btn{
  position: absolute;
  width: 100%;
  margin: 0 auto;
  top: 70.5%;
}



.main .contents .section_banner2{
  position: relative;
  width: 100%;
  z-index: 2;
}

.main .contents .section_banner2 h2{
  width: 100%;
  margin: 0 auto; 
  margin-bottom: calc(140vw * 0.01);
}

.main .contents .section_banner2 ul {
  width: 80%;
  margin: 0 auto;
}

.main .contents .section_banner2 ul li {
  margin-bottom: calc(80vw * 0.05);
}

.main .contents .section_banner2 ul li div{
  background: #ffffff;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.main .contents .section_banner2 ul li div img{
  width: 18.75%;
}











/* ===== .main .contents .section_sns*/
.main .contents .section_sns{
  position: relative;
  z-index: 3;
}

.main .contents .section_sns h2{
  position: relative;
  width: 100%;
  margin: 0 auto; 
  z-index: 3;
}

.main .contents .section_sns .box_sns{
  position: relative;
  margin-top: calc(100vw * -0.7);
  z-index: 4;
}

.main .contents .section_sns .cont_sns h3{
  position: relative;
  width: 100%;
  margin: 0 auto; 
}

.main .contents .section_sns .cont_sns li {
  width: 57.8125%;
  margin: 0 auto;
  margin-bottom: calc(57vw * 0.05);
}

.main .contents .section_sns .cont_sns02 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main .contents .section_sns .cont_sns02 li {
  width: 42.8125%;
  margin-bottom: calc(42vw * 0.06);
}

.main .contents .section_sns p{
  position: relative;
  width: 100%;
  margin: 0 auto; 
}



.main .contents .section_mgcm{
  position: relative;
  z-index:3;
  margin-bottom: 3%;
}

.main .contents .section_mgcm h2{
  position: relative;
}

.main .contents .section_mgcm .btn{
  position: absolute;
  width: 100%;
  margin: 0 auto;
  top: 46.5%;
}

.main .contents .section_mgcm .contest1{
  position: absolute;
  width: 40%;
  margin: 0 auto;
  top: 69.5%;
  left:6%;
}

.main .contents .section_mgcm .contest2{
  position: absolute;
  width: 40%;
  margin: 0 auto;
  top: 83.5%;
  left:6%;
}
.main .contents .section_mgcm .fb1{
  position: absolute;
  width: 6%;
  margin: 0 auto;
  top: 74.2%;
  right:20%;
}

.main .contents .section_mgcm .fb2{
  position: absolute;
  width: 6%;
  margin: 0 auto;
  top: 89.5%;
  right:20%;

}


.main .contents .section_johren{
  position: relative;
  z-index:3;
  margin-bottom: 3%;
}

.main .contents .section_johren h2{
  position: relative;
}

.main .contents .section_johren .btn{
  position: absolute;
  width: 100%;
  margin: 0 auto;
  top: 70.5%;
}




.main .contents .section_senkoku{
  position: relative;
  z-index:3;
  margin-bottom: 3%;
}

.main .contents .section_senkoku h2{
  position: relative;
}

.main .contents .section_senkoku .btn{
  position: absolute;
  width: 100%;
  margin: 0 auto;
  top: 40%;
}













/* ===== .main .foot  */
.main .foot {
  position: relative;
  height: auto;
  margin-top: calc(770vw * -0.05);
  z-index:2;
}

.main .foot .img_footer {
  position: relative;
  width: 100%;
}

.main .foot .cont_attention {
  position: relative;
}

.main .foot .cont_attention h2{
  margin: 40vw auto;
  margin-bottom: calc(200vw * 0.01);
}

.main .foot .cont_attention .inner{
  width: 90%;
  margin: 0 auto;
  padding: 3%;
  box-sizing: border-box;
  background: #000;
}

.main .foot .cont_attention .inner p{
  font-size: 12px;
  color: #ffffff;
  text-align: left;
}

.main .foot .cont_attention .inner p span{
  color: #ff9eae;
}

/* ========================= [ .footer ] */
footer {
  position: relative;
  padding: 3% 0;
  width: 100%;
  font-size: 11px;
  background: #ffffff;
  color: #121212;
  z-index: 20;
}