@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  box-sizing: border-box;
  word-break: normal;
  tab-size: 4;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

/* General elements */
hr {
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

ol,
ul,
dl {
  list-style: none;
}

em {
  font-style: normal;
}

small {
  font-size: 0.875em;
}

[hidden] {
  display: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms */
input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

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

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

/* Specify media element style */
img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* Accessibility */
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  color: #ffffff;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}

img {
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
  vertical-align: bottom;
}

a {
  -webkit-transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
a.button:hover, a.button-type02:hover {
  opacity: 1;
}
a.button:visited, a.button:link, a.button-type02:visited, a.button-type02:link {
  text-decoration: none;
}
a img {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

button {
  -webkit-transition: 0.15s ease-in-out;
  border: none;
  cursor: pointer;
  transition: 0.15s ease-in-out;
}

/* --- header ---*/
.header {
  padding-top: 56px;
  padding-bottom: 24px;
}

.header-inner {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 209px;
}

/* --- footer ---*/
.footer {
  padding-top: 36px;
  padding-bottom: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.36);
  color: #ffffff;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  align-items: center;
}

.footer-logo {
  margin-right: 28px;
}

.footer-link-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  line-height: 1.2;
}

.footer-link:not(:first-child) {
  border-left: 1px solid #ffffff;
}

.footer-link a {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 1.6rem;
  line-height: 1.2;
  text-decoration: none;
}

.footer-copyright {
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: auto;
  font-size: 1.2rem;
}

.footer-fixed-bottom {
  display: grid;
  grid-template-rows: 107px 1fr 107px;
  min-height: 100vh;
}
/*--- content ----*/
.content-inner {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
.content-video:not(:first-child) {
  margin-top: 40px;
}

.main-content {
  padding-bottom: 73px;
  overflow: hidden;
}

.authent-story {
  background: linear-gradient(to right bottom, #000000, #502500);
}

/* --- heading --- */
.heading-lv1 {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 2.4rem;
  font-weight: bold;
}

.heading-lv1-note {
  position: relative;
  margin-left: 1.6rem;
  padding-left: 4.8rem;
  font-size: 1.8rem;
  font-weight: 400;
  white-space: pre;
}

.heading-lv1-note::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3.2rem;
  height: 0.1rem;
  background-color: #ffffff;
  transform: translateY(-50%);
  content: "";
}

/* --- text --- */
.text {
  font-size: 1.6rem;
}

.text + .text {
  margin-top: 1.5em;
}

/* --- link --- */
.link-arrow {
  position: relative;
  padding-right: 2.6rem;
  font-size: 1.6rem;
}

.link-arrow::after {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 1rem;
  border-top: 0.1rem solid #ffffff;
  border-right: 0.1rem solid #ffffff;
  aspect-ratio: 1 / 1;
  transform: translateY(-50%) rotate(45deg);
  content: "";
}

.link-arrow:hover {
  color: #e5c746;
}


.link-arrow:hover::after {
  border-color: #e5c746;
}

/* --- utility --- */
.sp {
  display: none !important;
}
.pb100 {
  padding-bottom: 100px;
}

.mr-10 {
  margin-right: 10px;
}

.d-i-block {
  display: inline-block;
}

.fw-bold {
  font-weight: bold;
}

/* clearfix */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.clear-both {
  clear: both !important;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

@media screen and (max-width: 767px) {
  .header-inner {
    max-width: 100%;
    padding-right: max(5.8666666667%, 22px);
    padding-left: max(5.8666666667%, 22px);
  }
  .header-logo {
    width: 118px;
  }
  .footer-inner {
    max-width: 100%;
    padding-right: max(5.8666666667%, 22px);
    padding-left: max(5.8666666667%, 22px);
  }
  .footer-fixed-bottom {
    grid-template-rows: 93px 1fr 151px;
  }
  .footer {
    padding-top: 44px;
    padding-bottom: 34px;
  }
  .footer-inner {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: min(33%, 106px);
    margin-right: 14px;
  }
  .footer-link-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    justify-content: center;
    order: 1;
    width: 100%;
    margin-bottom: 32px;
  }
  .footer-link {
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
  }
  .footer-link a {
    -webkit-transform: skewX(45deg);
    display: block;
    padding-right: 12px;
    padding-left: 12px;
    transform: skewX(45deg);
    font-size: 1rem;
    text-align: center;
  }
  .footer-copyright {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 1rem;
    text-align: right;
  }
  .content-inner {
    max-width: 100%;
    padding-right: max(5.8666666667%, 22px);
    padding-left: max(5.8666666667%, 22px);
  }
  .content-video:not(:first-child) {
    margin-top: 34px;
  }
  .content-video {
    width: 100vw;
    margin-right: calc(-1 * max(6.4%, 22px));
    margin-left: calc(-1 * max(6.4%, 22px));
  }
  .main-content {
    padding-bottom: 60px;
  }
  .heading-lv1 {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
  .heading-lv1-note {
    margin-left: 1.6rem;
    padding-left: 4rem;
    font-size: 1.4rem;
  }
  .heading-lv1-note::before {
    width: 2.4rem;
  }
  .text {
    font-size: 1.3rem;
    line-height: 1.7692307692;
  }
  .text + .text {
  margin-top: 5em;
  }
  .bc-player-5Q2c1kkhs_default .vjs-big-play-button {
    width: 0.9em;
    height: 0.9em;
    translate: -50% -50%;
    margin-top: 0;
    margin-left: 0;
  }
  .bc-player-5Q2c1kkhs_default *, .bc-player-5Q2c1kkhs_default :after, .bc-player-5Q2c1kkhs_default :before {
    font-size: 22px;
  }
  .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
  .link-arrow {
    font-size: 1.3rem;
    line-height: 1.7692307692;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .footer-logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 130px;
    max-width: 187px;
  }
}
