@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600;700&display=swap);
*, a {
  -webkit-tap-highlight-color: transparent
}

#contents {
    margin: 0 auto;
    background: #fff;
    color:#000;
}
#black{margin: 0;}
@media screen and (max-width: 767px) {
    #contents {
        width:100%;
    }
}
* {
  box-sizing: border-box
}

body {
  font-family: 'Noto Serif KR', serif;
  width: 100%;
  font-size: 62.5%;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt"
}

@media screen and (max-width:768px) {
  body {
    font-size: 20px;
    line-height: 1
  }
}

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

img, svg {
  vertical-align: bottom;
  max-width: 100%
}

.pc_hide {
  display: none
}

.footer {
  position: relative;
  background: #000;
  z-index: 1;
  padding:2% 0 1%;
}

.footer--logos {
  display: flex;
  position: relative;
  width: 900px;
  justify-content: center;
  margin: 2% auto;
}
.platform{
  justify-content: space-around;
}
.footer--logos div {
  position: relative;
  margin:0 1em;
}


.footer--logos div img {
  height: 50px;
  width: auto;
}

.footer--logos.platform div img {
  height: 60px;
  width: auto;
}

.footer--logos.sns div img {
  height: 30px;
  width: auto;
}

.footer--logos.sns{
  margin: 0 auto;
  padding:3%;
  border-top: solid 1px #fff; 
}

.footer--rating {
  color: #fff;
  font-size: 12px;
  display: flex;
  position: relative;
  width: 80%;
  justify-content: center;
  margin: 2% auto;
}

.footer--rating div {
  position: relative;
  margin:0 1em;
}


.footer--rating div img {
  height: 80px;
  width: auto;
}



.copy {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 12px;
  margin-bottom: 2%;
  line-height: 1.7;
}


.footer--language {
  font-size: 14px;
  display: block;
  line-height: 20px;
  width: 600px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 3%;
}


.footer--language a {
  transition: .3s ease-out;
  letter-spacing: 0.2em;
  color:#fff;
  text-decoration: none;
  padding:0.6em 0.9em 0.6em 1.1em;
  border:solid 1px #fff;
  margin-right: 0.5em;
}
.footer--language a:last-child{margin-right: 0;}

.footer--language a:hover{
   color: #000;
   background: #fff;
   opacity: 1;
}
.footer--language .active{
  background: #fff;
  color: #000;
}


@media screen and (max-width:1024px) {

.footer--logos{
  width: 90%;
  padding: 0 5%;
  flex-wrap: wrap;
  justify-content: center;
}

.footer--logos div {
  position: relative;
  margin:0.5em;
}
.footer--logos.platform div{margin: 0;}

.footer--logos.sns{
  margin: 0 auto;
  padding:1em;
  border-top: solid 1px #fff; 
}
.footer--language{
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
    margin-bottom: 2em;
}
.footer--language a{
  margin: 0.2em;
}
.footer--rating{margin-top: 4%;}

}


@media screen and (max-width:768px) {
  .pc_hide {
    display: inline-block
  }
  .pc_hide.-block {
    display: block
  }
  .sp_hide {
    display: none
  }
}

.pc .hover {
  transition: all .5s cubic-bezier(.21, .51, .51, 1);
  cursor: pointer
}

.pc .hover:hover {
  opacity: .6
}

.fadein {
  opacity: 0;
  transform: translate(0, 6.66667vw);
  transition: all 1s
}

.fadein.show {
  opacity: 1;
  transform: translate(0, 0)
}

.wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  min-width: 1200px
}

@media screen and (max-width:768px) {
  .wrap {
    width: 100%;
    min-width: 100%
  }
}

#contents {
  padding: 0 0 105px;
  background: #fafafa url(../img/common/bg.png) 0 0
}

@media screen and (max-width:768px) {
  #contents {
    padding:0 0 13.33333vw;
    background: #fafafa url(../img/common/sp_bg.png) 0 0;
    background-size: 100% auto
  }
}

#contents .backtop {
  display: block;
  margin: 38px auto ;
  padding: 44px 0 0;
  width: 309px;
  height: 104px;
  background: url(../img/common/back_top_btn_bg.png) 0 0 no-repeat;
  background-size: contain;
  text-align: center
}

@media screen and (max-width:768px) {
  #contents .backtop {
    margin: 5.33333vw auto 0;
    padding: 6.93333vw 0 0;
    width: 49.46667vw;
    height: 16.53333vw;
    background: url(../img/common/sp_back_top_btn_bg.png) 0 0 no-repeat;
    background-size: contain;
    font-size: 1.33333vw;
    line-height: 1
  }
  #contents .backtop img {
    width: 31.2vw
  }
}

.pc #contents .backtop:hover span, .pc .about_link:hover span {
  opacity: .5
}

#contents .backtop span, .about_link span {
  transition: all .25s cubic-bezier(.21, .51, .51, 1)
}

.modal {
  position: fixed;
  display: none;
  opacity: 0;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .5s cubic-bezier(.21, .51, .51, 1)
}

.modal.visible {
  display: block
}

.modal.show {
  opacity: 1
}

.modal_body {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.modal_contents {
  max-height: 90vh
}

@media screen and (max-width:768px) {
  .modal_contents {
    max-height: 90vh
  }
}

.modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  cursor: pointer
}

.about {
  background: #000
}

.about .inner {
  position: relative;
  margin: 0 auto;
  padding: 55px 0 100px;
  max-width: 1200px;
  text-align: center
}

@media screen and (max-width:768px) {
  .about .inner {
    padding: 48.8vw 0 6.66667vw
  }
}

.about_title:before {
  content: '';
  display: block;
  position: absolute;
  top: 177px;
  left: 0;
  width: 430px;
  height: 365px;
  background: url(../img/home/about_logo.png) 0 0 no-repeat;
  background-size: contain
}

@media screen and (max-width:768px) {
  .about_title:before {
    top: -3.2vw;
    left: 50%;
    width: 57.33333vw;
    height: 48.66667vw;
    transform: translate3d(-50%, 0, 0)
  }
}

.about_txt {
	font-size: 20px;color: #fff;line-height: 2;
  padding: 68px 0 30px 490px;
  text-align: left
}

@media screen and (max-width:768px) {
  .about_txt {
    padding: 4vw 0 4.66667vw
  }
}

.about_link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 490px;
  width: 361px;
  height: 91px;
  background: url(../img/home/about_btn_bg.png) 0 0 no-repeat;
  background-size: contain
}

@media screen and (max-width:768px) {
  .about_link {
    margin: 0 auto;
    width: 49.46667vw;
    height: 12.13333vw;
    background: url(../img/home/sp_about_btn_bg.png) 0 0 no-repeat;
    background-size: contain
  }
  .about_link img {
    width: 41.73333vw
  }
}

.about_link span {
  display: inline-block
}

