/***  media ***/
/***  color ***/
/*** font ***/
/*** url ***/
@font-face {
  font-family: "Champagne";
  font-style: normal;
  font-weight: normal;
  src: url('../font/Champagne.ttf') format('truetype');
}
@font-face {
  font-family: "Champagne";
  font-style: normal;
  font-weight: bold;
  src: url('../font/ChampagneB.ttf') format('truetype');
}
@font-face {
  font-family: "Champagne";
  font-style: italic;
  font-weight: bold;
  src: url('../font/ChampagneBI.ttf') format('truetype');
}
@font-face {
  font-family: "Champagne";
  font-style: italic;
  font-weight: normal;
  src: url('../font/ChampagneI.ttf') format('truetype');
}
@font-face {
  font-family: "corpMin";
  font-style: normal;
  font-weight: normal;
  src: url('../font/corpMin.ttf') format('truetype');
}
@font-face {
  font-family: "corpLogo";
  font-style: normal;
  font-weight: normal;
  src: url('../font/corpLogoR.ttf') format('truetype');
}
@font-face {
  font-family: "corpLogo";
  font-style: normal;
  font-weight: bold;
  src: url('../font/corpLogoB.ttf') format('truetype');
}
.topPointRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .topPointRow {
    display: block;
    max-width: 215px;
    margin: auto;
  }
  .topPointRow .imgWrap {
    margin-bottom: 30px;
  }
}
.contentsRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contentsRow .txtWrap {
  flex-basis: 710px;
  line-height: 1.88;
  letter-spacing: 0.4px;
}
.contentsRow .imgWrap {
  flex-basis: 330px;
}
.contentsRow .linkWrap {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .contentsRow {
    display: block;
  }
  .contentsRow .imgWrap {
    max-width: 100%;
    margin: auto;
  }
  .contentsRow .txtWrap {
    margin: 15px 0;
  }
  .contentsRow .linkWrap {
    margin-top: 25px;
  }
}
.contentsBlock {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .contentsBlock {
    margin-top: 50px;
  }
}
.dotBox {
  padding: 30px;
  background: #ffffff;
}
.txtWrap .dotBox {
  margin: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .dotBox {
    padding: 15px;
  }
  .txtWrap .dotBox {
    margin: 20px 0 0;
  }
}
.contentsLinkBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contentsLinkBox {
  width: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contentsLinkBox:hover {
  text-decoration: unset;
}
.contentsLinkBox .imgBg {
  width: 150px;
  height: 135px;
  background-size: cover!important;
  margin-bottom: 0;
}
.contentsLinkBox .detailBox {
  flex-basis: calc(100% - 150px);
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
}
.contentsLinkBox .detailBox .txt {
  line-height: 1.88;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}
.contentsLinkBox .detailBox .txtLink {
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.contentsLinkBox:nth-of-type(n+3) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .contentsLinkBox {
    width: 100%;
    max-width: 345px;
    margin: auto;
  }
  .contentsLinkBox .imgBg {
    width: 120px;
    height: 120px;
  }
  .contentsLinkBox .detailBox {
    flex-basis: calc(100% - 120px);
    padding: 0 0 0 10px;
  }
  .contentsLinkBox .detailBox .txt {
    letter-spacing: -0.13px;
    font-size: 14px;
    line-height: 1.5;
  }
  .contentsLinkBox .detailBox .txtLink {
    font-size: 13px;
  }
  .contentsLinkBox:nth-of-type(n+2) {
    margin-top: 25px;
  }
}
.gelnailContents {
  flex-basis: 330px;
}
.gelnailContentsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gelnailContentsBlock::after {
  content: "";
  display: block;
  flex-basis: 330px;
}
.gelnailContents .imgWrap figure {
  height: 252px;
}
.gelnailContents .txtWrap {
  margin: 20px 0 0;
  line-height: 1.88;
  letter-spacing: 0.4px;
}
.gelnailContents:nth-of-type(n+4) {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .gelnailContents + .gelnailContents {
    margin-top: 25px;
  }
  .gelnailContentsBlock {
    display: block;
  }
  .gelnailContents .imgWrap figure {
    height: 200px;
  }
}
/*# sourceMappingURL=map/about.css.map */