@font-face {
  font-family: 'SabonLTStd';
  src: url(/font/SabonLTStd-Roman.otf);
}
/* line 11, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 15, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 19, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 23, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 27, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 31, ../sass/all/base.scss */
.d-f {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

/* line 39, ../sass/all/base.scss */
.f-w-w {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 47, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 51, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 55, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 60, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 64, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 68, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 72, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 76, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 80, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 84, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 88, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 92, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 1, ../sass/index/index-top.scss */
.IndexTop {
  padding: 20vmin 4vw;
  background: #000;
  color: #e4cb8b;
  text-align: center;
}
/* line 7, ../sass/index/index-top.scss */
.IndexTop .title {
  position: relative;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.1;
  font-size: clamp(32px, 8.9vw, 172px);
  border-top: 1px solid #e4cb8b;
  border-bottom: 1px solid #e4cb8b;
}
/* line 17, ../sass/index/index-top.scss */
.IndexTop .undertitle {
  position: relative;
  font-weight: 300;
  line-height: 1.1;
  font-size: clamp(18px, 3vw, 58px);
  border-bottom: 1px solid #e4cb8b;
  padding: 2vmin 0;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  /* line 29, ../sass/index/index-top.scss */
  .IndexTop {
    padding: 15vmin 4vw;
  }
  /* line 32, ../sass/index/index-top.scss */
  .IndexTop .undertitle {
    padding: 1vmin 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 41, ../sass/index/index-top.scss */
  .IndexTop {
    padding: 75px 15px;
  }
  /* line 44, ../sass/index/index-top.scss */
  .IndexTop .title {
    font-size: clamp(30px, 9vw, 34px);
    padding: 15px 0;
  }
  /* line 49, ../sass/index/index-top.scss */
  .IndexTop .undertitle {
    font-size: clamp(16px, 4.8vw, 18px);
    padding: 15px 0;
  }
}
/* line 1, ../sass/index/index-about.scss */
.IndexAbout {
  padding: 20vmin 4vw;
  background: #000;
  color: #e4cb8b;
  text-align: center;
}
/* line 7, ../sass/index/index-about.scss */
.IndexAbout img {
  display: block;
  margin: 0 auto;
  width: 400px;
  max-width: 100%;
}
/* line 14, ../sass/index/index-about.scss */
.IndexAbout .text {
  position: relative;
  text-align: center;
  line-height: 1.1;
  font-weight: 300;
  font-size: clamp(18px, 3vw, 58px);
  margin-top: 12vmin;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  /* line 26, ../sass/index/index-about.scss */
  .IndexAbout {
    padding: 10vmin 4vw;
  }
  /* line 29, ../sass/index/index-about.scss */
  .IndexAbout .text {
    margin-top: 6vmin;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 38, ../sass/index/index-about.scss */
  .IndexAbout {
    padding: 75px 15px;
  }
  /* line 41, ../sass/index/index-about.scss */
  .IndexAbout .text {
    font-size: clamp(16px, 4.8vw, 18px);
    margin-top: 30px;
  }
}
