@charset "utf-8";

html {
  font-size: 62.5%;
  font-family: 'BIZ UDGothic', sans-serif;
  color: #fff;
}

img{
  width: 100%;
  height: auto;
}

.side{
  width: 12%;
  position: fixed;
  text-align: center;
  right: 1%;
  bottom: 10%;
  z-index: 1000;
  background-color: rgba(70,172,56,0.8);
  background-size: contain;
  background-position: top;
  border-radius: 50%;
}

.side p{
  font-size: 32px;
  margin-bottom: 10px;
  color: #fff;
}

.side img{
  width: 40%;
  margin: 0 auto;
}

.top_con,
.purchase{
  position: relative;
}

.con_1_botton{
  width: 15%;
  position: absolute;
  bottom: 10%;
  right: 18%;
}

.purchase_botton{
  position: absolute;
  bottom: 8%;
  width: 100%;
}

.purchase_botton2{
  display: flex;
}

.purchase_botton_left,
.purchase_botton_right{
  width: 14%;
  margin: auto;
  margin-bottom: 0;
}
.purchase_botton_left{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20%;
}
.purchase_botton_right{
margin-left: 22%;
}

.side:hover,
.purchase_botton a:hover,
.con_1_botton a:hover{
  opacity: 0.6;
}

hr{
  width: 80%;
  margin: 20px auto;
  color: #000;
}
hr.line {
  color: #2d593e89;
}

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

footer {
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #fff;
}

footer hr {
  position: initial;
}

footer ul,
.nav2 ul {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

footer a,
.nav2 a {
  display: block;
  box-sizing: border-box;
  width: 43px;
  height: 43px;
  border-radius: 3px;
  transition: 0.3s;
}

footer .link_fb,
.nav2 .link_fb {
  background: url(../img/icon_fb.svg) no-repeat center/contain;
}

footer .link_ig,
.nav2 .link_ig {
  margin-right: 30px;
  background: url(../img/icon_ig.svg) no-repeat center/contain;
}

footer .link_yt,
.nav2 .link_yt {
  background: url(../img/icon_yt.svg) no-repeat center/contain;
  margin-right: 30px;
}

footer .foo_text {
  font-size: 12px;
  margin-bottom: 10px;
  color: #000;
}

footer .last_text {
  font-size: 10px;
  color: #000;
}

footer .nho_t {
  font-size: 12px;
  margin: 30px 0 10px;
  color: #000;
}

footer .nho_link a {
  display: -ms-flexbox;
  width: 100%;
  height: 100%;
  flex-direction: column;
  max-height: 34px;
  max-width: 300px;
  margin: 0 auto 20px;
  padding: 0 10px;
}

footer .nho_link img {
  width: 100%;
  max-width: 300px;
  margin: 5px auto;
  ;
}

footer .pw_link a {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 58px;
  max-width: 240px;
  margin: 0 auto 40px;
  padding: 0 10px;
}

@media screen and (max-width: 1280px){
  .side p{
    font-size: 24px;
  }
}

@media screen and (max-width: 900px){
  .side p{
    font-size: 20px;
  }

}@media screen and (max-width: 728px){
  .side p{
    font-size: 16px;
  }

}@media screen and (max-width: 600px){
  .side p{
    font-size: 10px;
  }
}