@charset "UTF-8";
/* Universal reset
----------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  font-style: normal;
}

html,
body {
  width: 100%;
  overflow: hidden;
}

html {
  height: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 21.3333333333vw;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  table-layout: fixed;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

li {
  list-style: none;
}

p {
  padding: 0;
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 100%;
  font-weight: normal;
}

/* Body setting
----------------------------------------------------------- */
body {
  color: #040000;
  font-family: "Airbnb", "小塚ゴシック", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  min-height: 100%;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: min(1.5094339623vw, 16px);
  font-weight: 500;
  position: relative;
  background: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body {
    max-width: 100%;
    font-size: 3.4666666667vw;
    font-family: "Airbnb", "小塚ゴシック", -apple-system, "Noto Sans JP", "BlinkMacSystemFont", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }
}

.mincho {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@font-face {
  font-family: "Airbnb";
  src: url("/font/AirbnbCereal-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Airbnb";
  src: url("/font/AirbnbCereal-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.Airbnb {
  font-family: "Airbnb", sans-serif;
}

@font-face {
  font-family: "mplus_r";
  src: url("/font/MPLUSRounded1c-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mplus_r";
  src: url("/font/MPLUSRounded1c-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.Mplus_r {
  font-family: "mplus_r", sans-serif;
}

@media screen and (max-width: 1000px) {
  body {
    min-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mincho {
    font-family: "Noto Serif JP", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
/* Link setting
----------------------------------------------------------- */
a {
  text-decoration: none;
  transition: 0.3s background;
  color: #040000;
}

:focus {
  outline: none;
}

.opcOver {
  transition: opacity 0.3s;
  display: block;
}
@media screen and (min-width: 769px) {
  .opcOver:hover {
    text-decoration: none !important;
    opacity: 0.7;
  }
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}
::-moz-selection {
  background: #231815;
  color: #ffffff;
}
::selection {
  background: #231815;
  color: #ffffff;
}

::-moz-selection {
  background: #231815;
  color: #ffffff;
}

/* align
----------------------------------------------------------- */
.align_l {
  text-align: left !important;
}

.align_r {
  text-align: right !important;
}

.align_c {
  text-align: center !important;
}

/* float etc
----------------------------------------------------------- */
.fWrap {
  overflow: hidden;
}

.fLh {
  float: left;
}

.fRh {
  float: right;
}

.clear {
  clear: both;
}

.ctr {
  text-align: center;
}

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  font-size: 70%;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

.halfL {
  display: inline-block;
  text-indent: -0.5em;
}

.flexWrap {
  display: flex;
  align-items: center;
}

.ls005m {
  letter-spacing: -0.05em;
}

.ls01m {
  letter-spacing: -0.1em;
}
/*# sourceMappingURL=default.css.map */