@charset "UTF-8";
/*----------------------------------------------------------
 *      Initialize
 *----------------------------------------------------------*/
html {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 16px;
  min-width: 1080px;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 9px !important;
    min-width: 100%;
  }
}

body {
  background: #fff;
  color: #19253b;
  display: block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif !important;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 12px !important;
    min-width: 100%;
  }
}

p {
  margin: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: bold;
}

a {
  color: #b28378;
  text-decoration: none;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  a {
    transition: none;
  }
}
a:hover {
  color: #333;
  text-decoration: none;
}
a:focus {
  color: #333;
}

/*----------------------------------------------------------
 *      Common
 *----------------------------------------------------------*/
.contents--wrap {
  margin: 0 auto;
  min-width: 1080px;
  width: 1080px;
}
@media only screen and (max-width: 768px) {
  .contents--wrap {
    min-width: 100%;
    width: 100%;
  }
}

.tool__more {
  height: 55.95px;
  margin: 0 auto;
  width: 200.95px;
}
.tool__more a {
  background: url("../images/tool__more.svg") no-repeat;
  background-size: 200.95px 55.95px;
  display: block;
  height: 55.95px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 200.95px;
}
.tool__more a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .tool__more {
    height: 27.975px;
    width: 100.475px;
  }
  .tool__more a {
    background: url("../images/tool__more.svg") no-repeat;
    background-size: 100.475px 27.975px;
    display: block;
    height: 27.975px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 100.475px;
  }
  .tool__more a:hover {
    opacity: 0.6;
  }
}

.tool__more--2 {
  height: 57.29px;
  margin: 0 auto;
  width: 201.32px;
}
.tool__more--2 a {
  background: url("../images/tool__more--2.svg") no-repeat;
  background-size: 201.32px 57.29px;
  display: block;
  height: 57.29px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 201.32px;
}
.tool__more--2 a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .tool__more--2 {
    height: 28.645px;
    width: 100.66px;
  }
  .tool__more--2 a {
    background: url("../images/tool__more--2.svg") no-repeat;
    background-size: 100.66px 28.645px;
    display: block;
    height: 28.645px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 100.66px;
  }
  .tool__more--2 a:hover {
    opacity: 0.6;
  }
}

.tool__top {
  height: 36.92px;
  margin: 0 auto;
  width: 128.5px;
}
.tool__top a {
  background: url("../images/tool__top.svg") no-repeat;
  background-size: 128.5px 36.92px;
  display: block;
  height: 36.92px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 128.5px;
}
.tool__top a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .tool__top {
    height: 23.019px;
    width: 79.5335px;
  }
  .tool__top a {
    background: url("../images/tool__top.svg") no-repeat;
    background-size: 79.5335px 23.019px;
    display: block;
    height: 23.019px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 79.5335px;
  }
  .tool__top a:hover {
    opacity: 0.6;
  }
}

/*----------------------------------------------------------
 *      MOBILE MENU
 *----------------------------------------------------------*/
.spMenu__area--sp {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  transition: all 0.5s ease;
  width: 100%;
  z-index: 10;
}
.spMenu__area--sp .contents--wrap {
  background: rgba(15, 11, 33, 0.8);
  height: 100%;
  min-width: 100%;
  padding: 0;
  position: relative;
  width: 100%;
}
.spMenu__area--sp a {
  color: #fff;
}

.spMenu__list {
  margin: 30px 20px 0 20px;
}
.spMenu__list li {
  border-bottom: 1px solid #fff;
  font-size: 1.18rem;
  font-weight: bold;
  height: 45px;
  margin: 0 0 0 0;
  padding: 0 9px 0 0;
  text-align: right;
}
.spMenu__list li a {
  display: block;
  height: 100%;
  line-height: 45px;
  width: 100%;
}
.spMenu__list li:nth-child(1) a {
  background: url("../images/sp__head__menu__title--1.svg") no-repeat 10px 18px;
  background-size: 40.85px 8.59px;
}
.spMenu__list li:nth-child(2) a {
  background: url("../images/sp__head__menu__title--2.svg") no-repeat 10px 18px;
  background-size: 49.8185px 8.59px;
}
.spMenu__list li:nth-child(3) a {
  background: url("../images/sp__head__menu__title--3.svg") no-repeat 10px 18px;
  background-size: 77.9575px 8.59px;
}
.spMenu__list li:nth-child(4) a {
  background: url("../images/sp__head__menu__title--4.svg") no-repeat 10px 18px;
  background-size: 32.3385px 8.59px;
}
.spMenu__list li:nth-child(5) a {
  background: url("../images/sp__head__menu__title--5.svg") no-repeat 10px 18px;
  background-size: 56.545px 8.59px;
}
.spMenu__list li:nth-child(6) a {
  background: url("../images/sp__head__menu__title--6.svg") no-repeat 10px 18px;
  background-size: 33.568px 8.59px;
}

/*----------------------------------------------------------
 *      Header
 *----------------------------------------------------------*/
header {
  background-color: rgba(255, 255, 255, 0.74);
  height: 50px;
  position: absolute;
  transition: all 0.5s;
  width: 100%;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  header {
    background-color: #19253b;
    height: 60px;
  }
}

.contents--wrap {
  position: relative;
}

.head__pc--wrap .head__title__box {
  background: #19253b;
  padding: 11px 13px 16px 13px;
  width: 135px;
}
.head__pc--wrap .head__title__box h1 {
  height: 53.2px;
  width: 108.1px;
}
.head__pc--wrap .head__title__box h1 a {
  background: url("../images/head__title.svg") no-repeat;
  background-size: 108.1px 53.2px;
  display: block;
  height: 53.2px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 108.1px;
}
.head__pc--wrap .head__title__box h1 a:hover {
  opacity: 0.6;
}

.head__pc--wrap .head__tool__count {
  background: #f33;
  border-radius: 20px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 7px 2px 7px;
  position: absolute;
  right: -11px;
  top: -4px;
}

.head__sp--wrap {
  padding: 7px 0 0 0;
  position: relative;
}
.head__sp--wrap h1 {
  height: 42.3405px;
  margin: 0 auto;
  width: 86.037px;
}
.head__sp--wrap h1 a {
  background: url("../images/head__title.svg") no-repeat;
  background-size: 86.037px 42.3405px;
  display: block;
  height: 42.3405px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 86.037px;
}
.head__sp--wrap h1 a:hover {
  opacity: 0.6;
}
.head__sp--wrap .head__menuBtn {
  height: 18.525px;
  left: 14px;
  position: absolute;
  top: 21px;
  width: 31.14px;
}
.head__sp--wrap .head__menuBtn a {
  background: url("../images/sp__head__menu.svg") no-repeat;
  background-size: 31.14px 18.525px;
  display: block;
  height: 18.525px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 31.14px;
}
.head__sp--wrap .head__menuBtn a:hover {
  opacity: 0.6;
}
.head__sp--wrap .head__menuBtn__close {
  height: 20.427px;
  left: 18px;
  position: absolute;
  top: 21px;
  width: 20.427px;
}

/*----------------------------------------------------------
 *      FOOTER
 *----------------------------------------------------------*/
footer {
  background: #19253b;
  padding: 26px 0 30px 0;
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 40px 0 15px 0;
  }
}

.foot__logo {
  height: 84.7px;
  margin: 0 auto 33px auto;
  width: 166.8px;
}
.foot__logo a {
  background: url("../images/head__title.svg") no-repeat;
  background-size: 166.8px 84.7px;
  display: block;
  height: 84.7px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 166.8px;
}
.foot__logo a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .foot__logo {
    height: 56.885px;
    margin: 0 auto 29px auto;
    width: 111.965px;
  }
  .foot__logo a {
    background: url("../images/head__title.svg") no-repeat;
    background-size: 111.965px 56.885px;
    display: block;
    height: 56.885px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 111.965px;
  }
  .foot__logo a:hover {
    opacity: 0.6;
  }
}

.foot__tool--wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .foot__tool--wrap ul {
    margin: 0 0 18px 0;
  }
}

.foot__tool--wrap li {
  margin: 0 5px;
}
@media only screen and (max-width: 768px) {
  .foot__tool--wrap li {
    margin: 0 8px;
  }
}

.foot__tool--wrap li:nth-child(1) {
  height: 27.95px;
  width: 27.95px;
}
.foot__tool--wrap li:nth-child(1) a {
  background: url("../images/foot__menu__instagram.svg") no-repeat;
  background-size: 27.95px 27.95px;
  display: block;
  height: 27.95px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 27.95px;
}
.foot__tool--wrap li:nth-child(1) a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .foot__tool--wrap li:nth-child(1) {
    height: 23.578px;
    width: 23.578px;
  }
  .foot__tool--wrap li:nth-child(1) a {
    background: url("../images/foot__menu__instagram.svg") no-repeat;
    background-size: 23.578px 23.578px;
    display: block;
    height: 23.578px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 23.578px;
  }
  .foot__tool--wrap li:nth-child(1) a:hover {
    opacity: 0.6;
  }
}

.foot__tool--wrap li:nth-child(2) {
  height: 27.95px;
  width: 27.95px;
}
.foot__tool--wrap li:nth-child(2) a {
  background: url("../images/foot__menu__twitter.svg") no-repeat;
  background-size: 27.95px 27.95px;
  display: block;
  height: 27.95px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 27.95px;
}
.foot__tool--wrap li:nth-child(2) a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .foot__tool--wrap li:nth-child(2) {
    height: 23.578px;
    width: 23.578px;
  }
  .foot__tool--wrap li:nth-child(2) a {
    background: url("../images/foot__menu__twitter.svg") no-repeat;
    background-size: 23.578px 23.578px;
    display: block;
    height: 23.578px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 23.578px;
  }
  .foot__tool--wrap li:nth-child(2) a:hover {
    opacity: 0.6;
  }
}

.foot__tool--wrap li:nth-child(3) {
  height: 27.95px;
  width: 27.95px;
}
.foot__tool--wrap li:nth-child(3) a {
  background: url("../images/foot__menu__facebook.svg") no-repeat;
  background-size: 27.95px 27.95px;
  display: block;
  height: 27.95px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 27.95px;
}
.foot__tool--wrap li:nth-child(3) a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .foot__tool--wrap li:nth-child(3) {
    height: 23.578px;
    width: 23.578px;
  }
  .foot__tool--wrap li:nth-child(3) a {
    background: url("../images/foot__menu__facebook.svg") no-repeat;
    background-size: 23.578px 23.578px;
    display: block;
    height: 23.578px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 23.578px;
  }
  .foot__tool--wrap li:nth-child(3) a:hover {
    opacity: 0.6;
  }
}

.foot__comment {
  color: #fff;
  margin: 0 0 30px 0;
  text-align: center;
}

.foot__copyright {
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
}

/*----------------------------------------------------------
 *      Path List
 *----------------------------------------------------------*/
.pathList__area ul {
  display: flex;
  flex-wrap: wrap;
  padding: 9px 0 15px 0;
}
@media only screen and (max-width: 768px) {
  .pathList__area ul {
    padding: 7px 9px 7px 9px;
  }
}

.pathList__area li {
  font-size: 0.75rem;
  margin: 0 0 0 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .pathList__area li {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}

.pathList__area li:before {
  background: url("../images/tool__path__arrow.svg") no-repeat;
  background-size: 8.75px 9.14px;
  content: ">";
  display: block;
  display: block;
  height: 9.14px;
  left: -13px;
  overflow: hidden;
  position: absolute;
  text-indent: 101%;
  top: 4px;
  white-space: nowrap;
  width: 8.75px;
}

.pathList__area li:nth-child(1) {
  height: 15.77px;
  margin: 0 0 0 0;
  width: 15.86px;
}
.pathList__area li:nth-child(1) a {
  background: url("../images/tool__path__home.svg") no-repeat;
  background-size: 15.86px 15.77px;
  display: block;
  height: 15.77px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 15.86px;
}
.pathList__area li:nth-child(1) a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .pathList__area li:nth-child(1) {
    height: 13.2715px;
    width: 13.352px;
  }
  .pathList__area li:nth-child(1) a {
    background: url("../images/tool__path__home.svg") no-repeat;
    background-size: 13.352px 13.2715px;
    display: block;
    height: 13.2715px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 13.352px;
  }
  .pathList__area li:nth-child(1) a:hover {
    opacity: 0.6;
  }
}

.pathList__area li:nth-child(1):before {
  display: none;
}

.pathList__area a {
  color: #19253b;
}

/*----------------------------------------------------------
  *      Foot Page Top
  *----------------------------------------------------------*/
.pageTop__area {
  padding: 20px 0 40px 0;
}
@media only screen and (max-width: 768px) {
  .pageTop__area {
    padding: 15px 0 25px 0;
  }
}

/*----------------------------------------------------------
 *      Foot Path List
 *----------------------------------------------------------*/
.foot__pathList__area {
  margin-bottom: -28px;
}
.foot__pathList__area ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .foot__pathList__area ul {
    padding: 0 9px 0 9px;
  }
}
.foot__pathList__area li {
  font-size: 0.75rem;
  margin: 0 0 0 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .foot__pathList__area li {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}
.foot__pathList__area li:before {
  background: url("../images/tool__path__arrow--2.svg") no-repeat;
  background-size: 8.75px 9.14px;
  content: ">";
  display: block;
  display: block;
  height: 9.14px;
  left: -13px;
  overflow: hidden;
  position: absolute;
  text-indent: 101%;
  top: 4px;
  white-space: nowrap;
  width: 8.75px;
}
.foot__pathList__area li:nth-child(1) {
  height: 15.77px;
  margin: 0 0 0 0;
  width: 15.86px;
}
.foot__pathList__area li:nth-child(1) a {
  background: url("../images/tool__path__home--2.svg") no-repeat;
  background-size: 15.86px 15.77px;
  display: block;
  height: 15.77px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 15.86px;
}
.foot__pathList__area li:nth-child(1) a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .foot__pathList__area li:nth-child(1) {
    height: 13.2715px;
    width: 13.352px;
  }
  .foot__pathList__area li:nth-child(1) a {
    background: url("../images/tool__path__home--2.svg") no-repeat;
    background-size: 13.352px 13.2715px;
    display: block;
    height: 13.2715px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 13.352px;
  }
  .foot__pathList__area li:nth-child(1) a:hover {
    opacity: 0.6;
  }
}
.foot__pathList__area li:nth-child(1):before {
  display: none;
}
.foot__pathList__area a {
  color: #fff;
}

/*----------------------------------------------------------
 *      MainVisual
 *----------------------------------------------------------*/
.main__area {
  height: 580px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .main__area {
    height: auto;
    padding: 60px 0 0 0;
  }
}
.main__area .contents--wrap {
  min-width: 100%;
  width: 100%;
}

.main__mainVisual {
  background: url("../about/images/about__mainVisual.jpg") center center/cover;
  height: 580px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .main__mainVisual {
    background: url("../about/images/about__mainVisual--sp.jpg") center
      center/cover;
    height: 252px;
  }
}

.main__title {
  background: url("../about/images/about__main__title.png") no-repeat;
  background-size: 196.5px 93.5px;
  bottom: 30px;
  display: block;
  height: 93.5px;
  overflow: hidden;
  position: absolute;
  right: calc(50% - 510px);
  text-indent: 101%;
  white-space: nowrap;
  width: 196.5px;
}
@media only screen and (max-width: 768px) {
  .main__title {
    background: url("../about/images/about__main__title.png") no-repeat;
    background-size: 98.25px 46.75px;
    bottom: 10px;
    display: block;
    height: 46.75px;
    overflow: hidden;
    right: 10px;
    text-indent: 101%;
    white-space: nowrap;
    width: 98.25px;
  }
}

/*----------------------------------------------------------
  *      Brand
  *----------------------------------------------------------*/
.brand__area {
  padding: 20px 0 55px 0;
}
@media only screen and (max-width: 768px) {
  .brand__area {
    margin: 0 9px 0 9px;
    padding: 14px 0 1px 0;
  }
}
.brand__area h1 {
  background: url("../about/images/about__brandName__title.png") no-repeat;
  background-size: 521.5px 41.5px;
  display: block;
  height: 41.5px;
  margin: 0 0 21px 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 521.5px;
}
@media only screen and (max-width: 768px) {
  .brand__area h1 {
    background: url("../about/images/about__brandName__title.png") no-repeat;
    background-size: 260.75px 20.75px;
    display: block;
    height: 20.75px;
    margin: 0 0 14px 0;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 260.75px;
  }
}
.brand__area h3 {
  font-size: 20px;
  font-weight: 800;
  padding-bottom: 10px;
}

.brand__title--wrap {
  border-bottom: 1px solid #19253b;
}

.brand__contents--wrap {
  padding: 25px 30px;
}
@media only screen and (max-width: 768px) {
  .brand__contents--wrap {
    padding: 14px 5px 0 5px;
  }
}

.brand__read {
  color: #19253b;
  font-size: 1.1rem;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .brand__read {
    margin: 0 5px;
  }
}

.brand__name__logo {
  margin: 0 0 20px 10px;
}
@media only screen and (max-width: 768px) {
  .brand__name__logo {
    margin: 0 0 14px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .brand__name__logo img {
    height: calc(103.062px / 2);
    width: calc(75.17px / 2);
  }
}

.-brandConcept h1 {
  background: url("../about/images/about__brandConcept__title.png") no-repeat;
  background-size: 498px 41.5px;
  display: block;
  height: 41.5px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 498px;
}
@media only screen and (max-width: 768px) {
  .-brandConcept h1 {
    background: url("../about/images/about__brandConcept__title.png") no-repeat;
    background-size: 249px 20.75px;
    display: block;
    height: 20.75px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 249px;
  }
}

.-brandConcept h2 {
  background: url("../about/images/about__brandConcept__copy.png") no-repeat;
  background-size: 441px 20px;
  display: block;
  height: 20px;
  margin: 16px 0 25px 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 441px;
}
@media only screen and (max-width: 768px) {
  .-brandConcept h2 {
    background: url("../about/images/about__brandConcept__copy.png") no-repeat;
    background-size: 220.5px 10px;
    display: block;
    height: 10px;
    margin: 5px 0 15px 0;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 220.5px;
  }
}

.-brandActivity {
  background: url("../about/images/about__brandActivity__bg.jpg") center
    center/cover;
  height: 600px;
  margin: 0 0 26px 0;
  padding-top: 42px;
}
@media only screen and (max-width: 768px) {
  .-brandActivity {
    height: auto;
    margin: 0 0 11px 0;
    padding-top: 21px;
  }
}
.-brandActivity h1 {
  background: url("../about/images/about__brandActivity__title.png") no-repeat;
  background-size: 337.5px 41.5px;
  display: block;
  height: 41.5px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 337.5px;
}
@media only screen and (max-width: 768px) {
  .-brandActivity h1 {
    background: url("../about/images/about__brandActivity__title.png") no-repeat;
    background-size: 168.75px 20.75px;
    display: block;
    height: 20.75px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 168.75px;
  }
}
@media only screen and (max-width: 768px) {
  .-brandActivity .brand__title--wrap {
    margin: 0 9px;
  }
}
.-brandActivity h2 {
  background: url("../about/images/about__brandActivity__copy.png") no-repeat;
  background-size: 678.5px 20px;
  display: block;
  height: 20px;
  margin: 16px 0 31px 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 678.5px;
}
@media only screen and (max-width: 768px) {
  .-brandActivity h2 {
    background: url("../about/images/about__brandActivity__copy--sp.svg")
      no-repeat;
    background-size: 253.43px 27.4px;
    display: block;
    height: 27.4px;
    margin: 1px 0 31px 12px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 253.43px;
  }
}
.-brandActivity h3 {
  border-bottom: 1px solid #19253b;
  font-size: 1.125rem;
  margin: 0 0 18px 26px;
  padding: 0 0 14px 0;
}
@media only screen and (max-width: 768px) {
  .-brandActivity h3 {
    margin: 0 0 9px 9px;
    padding: 0 0 7px 0;
  }
}

.-brandOrigin {
  padding-bottom: 7px;
}
.-brandOrigin h1 {
  background: url("../about/images/about__brandOrigin__title.png") no-repeat;
  background-size: 547.5px 41.5px;
  display: block;
  height: 41.5px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 547.5px;
}
@media only screen and (max-width: 768px) {
  .-brandOrigin h1 {
    background: url("../about/images/about__brandOrigin__title.png") no-repeat;
    background-size: 273.75px 20.75px;
    display: block;
    height: 20.75px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 273.75px;
  }
}

.brand__origin__image {
  margin: 28px 0 0 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .brand__origin__image {
    margin: 0 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .brand__origin__image img {
    width: 90%;
  }
}

.brand__read--inner {
  color: #19253b;
  font-size: 1.1rem;
  line-height: 1.75;
  margin: 0 48px 60px 48px;
}
@media only screen and (max-width: 768px) {
  .brand__read--inner {
    margin: 0 15px 30px 15px;
  }
}

/*----------------------------------------------------------
  *      Foot Nav
  *----------------------------------------------------------*/
.footNav__area {
  padding-bottom: 60px;
}

.footNav--wrap {
  display: flex;
  flex-wrap: wrap;
}
.footNav--wrap li:nth-child(1) {
  height: 165px;
  width: 270px;
}
.footNav--wrap li:nth-child(1) a {
  background: url("../about/images/about__footBtn__about.jpg") no-repeat;
  background-size: 270px 165px;
  display: block;
  height: 165px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 270px;
}
.footNav--wrap li:nth-child(1) a:hover {
  opacity: 0.6;
}
.footNav--wrap li:nth-child(2) {
  height: 165px;
  width: 270px;
}
.footNav--wrap li:nth-child(2) a {
  background: url("../about/images/about__footBtn__service.jpg") no-repeat;
  background-size: 270px 165px;
  display: block;
  height: 165px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 270px;
}
.footNav--wrap li:nth-child(2) a:hover {
  opacity: 0.6;
}
.footNav--wrap li:nth-child(3) {
  height: 165px;
  width: 270px;
}
.footNav--wrap li:nth-child(3) a {
  background: url("../about/images/about__footBtn__shop.jpg") no-repeat;
  background-size: 270px 165px;
  display: block;
  height: 165px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 270px;
}
.footNav--wrap li:nth-child(3) a:hover {
  opacity: 0.6;
}
.footNav--wrap li:nth-child(4) {
  height: 165px;
  width: 270px;
}
.footNav--wrap li:nth-child(4) a {
  background: url("../about/images/about__footBtn__team.jpg") no-repeat;
  background-size: 270px 165px;
  display: block;
  height: 165px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 270px;
}
.footNav--wrap li:nth-child(4) a:hover {
  opacity: 0.6;
}
