/* ========================= [ 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;
}

.bt-purchase {
  transition: 0.4s;
}

.bt-purchase:hover {
  filter: brightness(1.3);
  opacity: 0.9;
}

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

/* ===== #navi */
#page .navi {
  position: relative;
  height: 45px;
  margin: 0;
  padding: 0 20px;
  background: #fff;
  z-index: 999;
}

#page .navi .logo {
  float: left;
  width: 108px;
}

#page .navi .logo img {
  float: left;
  margin-top: 7px;
}

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

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

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

/* ========================= [ .main ] */
#page{
  position: relative;
  background: url(bg.jpg) repeat center top;
  width: 100%;
  height: 100%;
}

#page:before {
  content: "";
  display: block;
  position: absolute;
  width: 1490px;
  height: 100%;
  background: url(bg02.jpg) repeat center top;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  object-fit: cover;
  overflow: hidden;
  z-index: 0;
}

.main {
  position: relative;
  min-width: 1040px;
  min-height: 500px;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}

/* ===== .main .head  */
.main .head {
  position: relative;
  min-width: 1040px;
  height: 1098px;
  background: url(bg_fv.png) no-repeat center top;
  overflow: hidden;
}

.main .head h1 {
  position: relative;
  width: 602px;
  margin: 0 auto;
  top: 26px;
}

.main .head .btn_flag{
  position: absolute;
  bottom: 250px;
  right: -80px;
}

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

.main .head .btn_flag.fixed img{
  width: 100%;
}

.main .head iframe{
  position: relative;
  width: 580px;
  margin: 0 auto;
  top: 196px;
}

.main .head .finish{
  position: relative;
  width: 580px;
  height: 240px;
  margin: 0 auto;
  top: 200px;
  padding-top: 10px;
  box-sizing: border-box;
}

.main .head .cv_area{
  position: relative;
  width: 1240px;
  margin: 0 auto;
  top: 270px;
}

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

/* ===== .main .contents  */
.main .contents {
  min-width: 1040px;
  min-height: 600px;
  margin: 0 auto;
  background: url(bg_header.png) repeat-y center top;
  z-index: 3;
}

/* ===== .main .contents .section_login*/
.main .contents .section_login{
  position: relative;
  width: 100%;
  min-height: 1416px;
  margin: 0 auto;
  margin-top: -140px;
  background: url(bg_login.png) no-repeat center top;
  z-index: 2;
}

.main .contents .section_login h2{
  position: relative;
  width: 643px;
  margin: 0 auto; 
  top: 40px;
}

/* ===== .main .contents .section_banner*/
.main .contents .section_banner{
  position: relative;
  width: 100%;
  min-height: 2224px;
  background: url(bg_banner.png) no-repeat center bottom;
  margin-top: -420px;
  margin-bottom: 80px;
  z-index: 3;
}

.main .contents .section_banner h2{
  width: 567px;
  margin: 0 auto; 
  margin-bottom: 40px;
}

.main .contents .section_banner ul {
  width: 1420px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main .contents .section_banner li {
  margin-bottom: 20px;
}

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

/* ===== .main .contents .section_fkg*/
.main .contents .section_fkg{
  position: relative;
  width: 100%;
  min-height: 1333px;
  background: url(bg_flower.png) no-repeat center bottom;
  margin-top: -60px;
  margin-bottom: 40px;
}

.main .contents .section_fkg h2{
  position: relative;
  width: 565px;
  margin: 0 auto; 
  top: 80px;  
}

.main .contents .section_fkg .btn{
  position: relative;
  width: 465px;
  margin: 0 auto;
  top: 600px;
}

/* ===== .main .contents .section_sns*/
.main .contents .section_sns{
  position: relative;
  width: 100%;
  min-height: 1333px;
  background: url(bg_sns.png) no-repeat center top;
  margin-top: -190px;
  z-index: 3;
}

.main .contents .section_sns h2{
  position: relative;
  width: 899px;
  margin: 0 auto; 
  top: 180px;  
}

.main .contents .section_sns h3{
  position: relative;
  width: 328px;
  margin: 0 auto; 
  margin-bottom: 20px;
}

.main .contents .section_sns ul {
  width: 950px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main .contents .section_sns li {
  margin-bottom: 20px;
}

.main .contents .section_sns .cont_sns{
  position: relative;
  padding-top: 1140px;
  margin-bottom: 30px;
}

.main .contents .section_sns p{
  position: relative;
  width: 853px;
  margin: 0 auto; 
}

/* ===== .main .foot  */
.main .foot {
  position: relative;
  min-width: 1040px;
  height: auto;
  background: url(bg_footer02.png) no-repeat center top;
  overflow: hidden;
  padding-top: 720px;
  margin-top: -140px;
  z-index: 2;
}

.main .foot .cont_attention {
  position: relative;
  background: #89c225;
  background-image: url(flower_left.png), url(flower_right.png), url(bg_footer.jpg);
  background-position: center left, center right ,center bottom;
  background-repeat:  no-repeat;
  padding-bottom: 840px;
  padding-top: 50px;
}

.main .foot .cont_attention:after {
  position: absolute;
  width: 100%;
  height: 48px;
  content: "";
  background: url(bg_footer.png) repeat-x center top;
  top: -48px;
  left: 0;
}

.main .foot .cont_attention h2{
  width: 899px;
  margin: 0 auto 30px;
}

.main .foot .cont_attention .inner{
  width: 960px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  background: #5f0202;
}

.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: fixed;
  bottom: 0px;
  width: 100%;
  height: 1rem;
  background: #fff;
  padding: 10px 0;
  color: #121212;
  z-index: 20;
  font-size: 11px;
}