@charset "UTF-8";
html, body, main, div, section, article,
header, footer, nav, h1, h2, h3, h4, h5, h6,
ul, li, ol, table, tbody, tr, th, td,
a, button, p, span, b, strong, small, blockquote,
canvas, figure, picture, img, audio, video,
form, label, input, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: initial;
  vertical-align: baseline;
}

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

a {
  display: inline-block;
  color: initial;
  background-color: transparent;
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 90%;
}

img {
  width: 100%;
  height: auto;
  object-fit: contain;
  vertical-align: top;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  color: initial;
  outline: none;
  text-align: left;
  -webkit-appearance: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
  background-color: transparent;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  font-size: 0.7142857153vw;
  height: -webkit-fill-available;
}
html body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
@media only screen and (max-width: 980px) {
  html {
    font-size: 2.666666667vw;
  }
}
html.wf-active, html.loading-delay {
  opacity: 1;
  visibility: visible;
}
html.wf-active body, html.loading-delay body {
  visibility: visible;
}

body {
  position: relative;
}

@font-face {
  font-family: "TTNormsPro-Medium";
  src: url("../../fonts/39884E_0_0.eot");
  src: url("../../fonts/39884E_0_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/39884E_0_0.woff2") format("woff2"), url("../../fonts/39884E_0_0.woff") format("woff"), url("../../fonts/39884E_0_0.ttf") format("truetype");
}
h1, h2, h3, h4, h5, h6, a, p, span, button, b, strong, label, input, textarea, select, th, td {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #010101;
  font-feature-settings: "palt" 0;
  -webkit-font-feature-settings: "palt" 0;
  font-kerning: none;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 980px) {
  h1, h2, h3, h4, h5, h6, a, p, span, button, b, strong, label, input, textarea, select, th, td {
    font-size: 1.3rem;
  }
}

h1, h2, h3, h4, h5, h6, a, p, span, button, label, input, textarea, select, th, td {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Helvetica Neue", serif, san-serif;
  font-weight: 400;
}
h1:before, h1:after, h2:before, h2:after, h3:before, h3:after, h4:before, h4:after, h5:before, h5:after, h6:before, h6:after, a:before, a:after, p:before, p:after, span:before, span:after, button:before, button:after, label:before, label:after, input:before, input:after, textarea:before, textarea:after, select:before, select:after, th:before, th:after, td:before, td:after {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-feature-settings: "palt" 0;
  -webkit-font-feature-settings: "palt" 0;
}

.en,
.en * {
  font-family: TTNormsPro-Medium;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media only screen and (max-width: 980px) {
  .en,
.en * {
    font-size: 1.4rem;
  }
}

.orange {
  color: #E85A25;
}

.gray {
  color: #777777;
}

.bold {
  font-weight: bold;
}

.body_fix {
  overflow: hidden;
}

.desktop {
  display: block;
}

.smart {
  display: none;
}

@media only screen and (max-width: 980px) {
  .desktop {
    display: none;
  }
  .smart {
    display: block;
  }
}
.sticky {
  position: sticky;
  height: fit-content;
}

.flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-start {
  justify-content: flex-start;
}

.flex-center {
  justify-content: center;
}

.flex-end {
  justify-content: flex-end;
}

.align-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.ratio {
  position: relative;
  display: block;
  padding-top: 56.25%;
  overflow: hidden;
  backface-visibility: hidden;
}
.ratio img, .ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden;
}