* {
  border: 0;
  outline: none;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: "palt" on;
  letter-spacing: 0.04em;
}

html {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  body {
    font-size: calc(30 / 750 * 100vw);
  }
}

h1,
h2 {
  position: relative;
  font-weight: 700;
}

*:focus {
  outline: none;
}

p a {
  word-break: break-all;
  text-decoration: underline;
}

html, body, main, section, article, aside, nav, header, footer,
h1, h2, h3, h4, h5, h6, hgroup,
div, p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, thead, tbody, tfoot, tr, th, td, caption, colgroup,
form, fieldset, legend,
figure, figcaption, details, summary,
hr, canvas, noscript, search, dialog, menu {
  line-height: 1.8;
}

a, abbr, acronym, b, bdi, bdo, big, br, button, cite, code, dfn, em, i, img, input, kbd, label, map, mark, meter, noscript, object, output, progress, q, ruby, s, samp, script, select, small, span, strong, sub, sup, textarea, time, tt, u, var, wbr,
audio, video, embed, iframe, source, track,
del, ins,
area, base, col, hr, link, meta, param,
datalist, keygen, optgroup, option {
  line-height: inherit;
}

sup {
  vertical-align: top;
  font-size: 50%;
}

sub {
  vertical-align: baseline;
  font-size: 50%;
}

em,
b,
strong,
th {
  font-weight: 700;
}

a {
  color: #333;
  cursor: pointer;
  transition: opacity 0.3s;
}

figcaption,
small {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  figcaption,
  small {
    font-size: calc(20 / 750 * 100vw);
  }
}

img {
  display: block;
  height: auto;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

@media screen and (min-width: 768px) {
  .adlp-outer {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .adlp-outer {
    overflow: hidden;
  }
}

.adlp-wrapper {
  color: #333;
}
@media screen and (min-width: 768px) {
  .adlp-wrapper {
    min-width: min(calc(1920 / 1080 * 100vw), 1920px);
    max-width: 1920px;
    margin: 0 auto;
  }
}
.adlp-wrapper .relative {
  position: relative;
}
.adlp-wrapper .w100 {
  width: 100% !important;
  display: block;
}
.adlp-wrapper .center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .adlp-wrapper .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pc {
    display: none !important;
  }
}
.adlp-wrapper .text__txt {
  color: #333 !important;
}
.adlp-wrapper .text__white {
  color: #fff !important;
}
.adlp-wrapper .text__silver {
  color: #f1f1f1 !important;
}
.adlp-wrapper .text__accent {
  color: #E75B18 !important;
}
.adlp-wrapper .bg__txt {
  background: #333 !important;
}
.adlp-wrapper .bg__white {
  background: #fff !important;
}
.adlp-wrapper .bg__silver {
  background: #f1f1f1 !important;
}
.adlp-wrapper .bg__accent {
  background: #E75B18 !important;
}
.adlp-wrapper .line__top__txt {
  border-top: 1px solid #333;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__white {
  border-top: 1px solid #fff;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__silver {
  border-top: 1px solid #f1f1f1;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__accent {
  border-top: 1px solid #E75B18;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .marker__txt {
  background: linear-gradient(transparent 60%, #333 60%);
}
.adlp-wrapper .marker__white {
  background: linear-gradient(transparent 60%, #fff 60%);
}
.adlp-wrapper .marker__silver {
  background: linear-gradient(transparent 60%, #f1f1f1 60%);
}
.adlp-wrapper .marker__accent {
  background: linear-gradient(transparent 60%, #E75B18 60%);
}
.adlp-wrapper .line__txt {
  border-bottom: 1px solid #333;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__white {
  border-bottom: 1px solid #fff;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__silver {
  border-bottom: 1px solid #f1f1f1;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__accent {
  border-bottom: 1px solid #E75B18;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .pad10 {
  padding: min(calc(10 / 1080 * 100vw), 10px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad10 {
    padding-top: calc(10 / 750 * 100vw) !important;
    padding-bottom: calc(10 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad20 {
  padding: min(calc(20 / 1080 * 100vw), 20px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad20 {
    padding-top: calc(20 / 750 * 100vw) !important;
    padding-bottom: calc(20 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad30 {
  padding: min(calc(30 / 1080 * 100vw), 30px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad30 {
    padding-top: calc(30 / 750 * 100vw) !important;
    padding-bottom: calc(30 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad40 {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad40 {
    padding-top: calc(40 / 750 * 100vw) !important;
    padding-bottom: calc(40 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad50 {
  padding: min(calc(50 / 1080 * 100vw), 50px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad50 {
    padding-top: calc(50 / 750 * 100vw) !important;
    padding-bottom: calc(50 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad60 {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad60 {
    padding-top: calc(60 / 750 * 100vw) !important;
    padding-bottom: calc(60 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .mt10 {
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt10 {
    margin-top: calc(10 / 750 * 100vw);
  }
}
.adlp-wrapper .mt20 {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt20 {
    margin-top: calc(20 / 750 * 100vw);
  }
}
.adlp-wrapper .mt30 {
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt30 {
    margin-top: calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .mt40 {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt40 {
    margin-top: calc(40 / 750 * 100vw);
  }
}
.adlp-wrapper .mt50 {
  margin-top: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt50 {
    margin-top: calc(50 / 750 * 100vw);
  }
}
.adlp-wrapper .mt60 {
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt60 {
    margin-top: calc(60 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt10 {
    margin-top: calc(10 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt20 {
    margin-top: calc(20 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt30 {
    margin-top: calc(30 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt40 {
    margin-top: calc(40 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt50 {
    margin-top: calc(50 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt60 {
    margin-top: calc(60 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .wrap500 {
  margin: auto;
  width: min(calc(500 / 1080 * 100vw), 500px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap500 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap600 {
  margin: auto;
  width: min(calc(600 / 1080 * 100vw), 600px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap600 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap700 {
  margin: auto;
  width: min(calc(700 / 1080 * 100vw), 700px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap700 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap800 {
  margin: auto;
  width: min(calc(800 / 1080 * 100vw), 800px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap800 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap900 {
  margin: auto;
  width: min(calc(900 / 1080 * 100vw), 900px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap900 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap920 {
  margin: auto;
  width: min(calc(920 / 1080 * 100vw), 920px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap920 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap1000 {
  margin: auto;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1000 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap1080 {
  margin: auto;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1080 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}

.adlp-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 100;
  width: 100%;
  max-width: min(calc(1920 / 1080 * 100vw), 1920px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  background: #fff;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .adlp-header {
    left: 0;
    max-width: none;
    height: calc(140 / 750 * 100vw);
    transform: none;
  }
}
.adlp-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.adlp-header__bg img {
  width: 100%;
  height: 100% !important;
  object-fit: cover !important;
}
.adlp-header__inner {
  position: relative;
  width: 100%;
  max-width: min(calc(1020 / 1080 * 100vw), 1020px);
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .adlp-header__inner {
    width: 100%;
    margin: 0;
  }
}

/* header_btn_01 */
.header_btn_01 {
  position: absolute;
  top: 0;
  left: 0;
  width: min(18.3333333333vw, 198px);
}

@media screen and (max-width: 767px) {
  .header_btn_01 {
    top: 0vw;
    left: 4vw;
    width: 24.9333333333vw;
  }
}
/* header_btn_02 */
.header_btn_02 {
  position: absolute;
  top: min(1.0185185185vw, 11px);
  left: min(62.2222222222vw, 672px);
  width: min(24.0740740741vw, 260px);
}

@media screen and (max-width: 767px) {
  .header_btn_02 {
    top: 2.2666666667vw;
    left: 36vw;
    width: 43.2vw;
  }
}
/* header_btn_03 */
.header_btn_03 {
  position: absolute;
  top: min(2.037037037vw, 22px);
  left: min(90.9259259259vw, 982px);
  width: min(3.7037037037vw, 40px);
}
.header_btn_03 button {
  width: 100%;
  height: 100%;
}
.header_btn_03 button .openBtn {
  display: block;
}
.header_btn_03 button .closeBtn {
  display: none;
}
.header_btn_03 button.is-open .openBtn {
  display: none;
}
.header_btn_03 button.is-open .closeBtn {
  display: block;
}

@media screen and (max-width: 767px) {
  .header_btn_03 {
    top: 7.0666666667vw;
    left: 88.9333333333vw;
    width: 7.0833333333vw;
  }
}
@media screen and (min-width: 768px) {
  .header-menu__overlay {
    position: fixed;
    top: min(calc(64 / 1080 * 100vw), 64px);
    left: 0;
    z-index: 98;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    background-color: rgba(1, 76, 107, 0.4);
    opacity: 0;
    transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out;
  }
  .header-menu__overlay.is-open {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .header-menu__overlay {
    display: none;
  }
}

.header-menu__nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: flex-start;
  width: 50%;
  height: 100vh;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  background: rgba(1, 76, 107, 0.95);
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .header-menu__nav {
    justify-content: center;
    width: 100%;
    height: 100%;
  }
}
.header-menu__nav > button {
  position: absolute;
  top: 0;
  right: 0;
  width: min(calc(64 / 1080 * 100vw), 64px);
}
@media screen and (max-width: 767px) {
  .header-menu__nav > button {
    width: calc(85 / 750 * 100vw);
  }
}
.header-menu__nav.is-open {
  transform: translateX(0);
}
.header-menu__nav ul {
  padding: min(calc(167 / 1080 * 100vw), 167px) min(calc(75 / 1080 * 100vw), 75px);
}
@media screen and (max-width: 767px) {
  .header-menu__nav ul {
    padding: calc(185 / 750 * 100vw) 0;
  }
}
.header-menu__nav ul li {
  width: min(calc(401 / 1080 * 100vw), 401px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .header-menu__nav ul li {
    width: calc(570 / 750 * 100vw);
  }
}
.header-menu__nav ul li:not(:last-child) {
  margin-bottom: min(calc(48 / 1080 * 100vw), 48px);
}
@media screen and (max-width: 767px) {
  .header-menu__nav ul li:not(:last-child) {
    margin-bottom: calc(64 / 750 * 100vw);
  }
}
.header-menu__nav ul li .adlp-btn {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .header-menu__nav ul li .adlp-btn:hover {
    filter: brightness(50%);
  }
}

/* ------------------------------------------------------
 fv
------------------------------------------------------ */
.fv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .fv {
    flex-direction: column;
    height: calc(1215 / 750 * 100vw);
  }
}
.fv__bg {
  position: relative;
  width: 100vw;
  aspect-ratio: 1920/664;
}
@media screen and (max-width: 767px) {
  .fv__bg {
    width: 100%;
    aspect-ratio: 750/1240;
  }
}
.fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv__crossfade-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.fv__crossfade-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv__crossfade-item--1 {
  animation: fv-crossfade-1 24s infinite linear;
}
.fv__crossfade-item--2 {
  animation: fv-crossfade-2 24s infinite linear;
}
.fv__crossfade-item--3 {
  animation: fv-crossfade-3 24s infinite linear;
}
.fv__crossfade-item--4 {
  animation: fv-crossfade-4 24s infinite linear;
}
.fv__crossfade-item--5 {
  animation: fv-crossfade-5 24s infinite linear;
}
.fv__crossfade-item--6 {
  animation: fv-crossfade-6 24s infinite linear;
}
.fv__content {
  position: absolute;
  inset: 0;
  width: min(30.3125vw, 582px);
  display: flex;
  align-items: center;
  margin: 0 auto;
  /* fv_btn_01 */
}
@media screen and (max-width: 767px) {
  .fv__content {
    width: calc(690 / 750 * 100vw);
  }
}
.fv__content .fv_btn_01 {
  position: absolute;
  top: initial;
  bottom: min(6.1458333333vw, 118px);
  left: 50%;
  transform: translateX(-50%);
  width: min(22.5vw, 432px);
}
@media screen and (max-width: 767px) {
  .fv__content .fv_btn_01 {
    bottom: calc(324 / 750 * 100vw) !important;
    left: 50%;
    width: 78.2666666667vw;
    transform: translateX(-50%);
  }
}
.--fv02 .fv__content .fv_btn_01 {
  bottom: min(6.6666666667vw, 128px) !important;
}
@media screen and (max-width: 767px) {
  .--fv02 .fv__content .fv_btn_01 {
    bottom: calc(290 / 750 * 100vw) !important;
  }
}
.--fv03 .fv__content .fv_btn_01 {
  bottom: min(6.6666666667vw, 128px) !important;
}
@media screen and (max-width: 767px) {
  .--fv03 .fv__content .fv_btn_01 {
    bottom: calc(290 / 750 * 100vw) !important;
  }
}
.fv__video {
  position: relative;
  width: min(calc(960 / 1080 * 100vw), 960px);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .fv__video {
    width: 100%;
    height: calc(518 / 750 * 100vw);
  }
}
.fv__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv__note {
  position: absolute;
  bottom: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(16 / 1080 * 100vw), 16px);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .fv__note {
    bottom: calc(20 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}

@keyframes fv-crossfade-1 {
  0%, 16.67% {
    opacity: 1;
  }
  18.75%, 95.83% {
    opacity: 0;
  }
  97.92%, 100% {
    opacity: 1;
  }
}
@keyframes fv-crossfade-2 {
  0%, 14.58% {
    opacity: 0;
  }
  16.67%, 33.33% {
    opacity: 1;
  }
  35.42%, 100% {
    opacity: 0;
  }
}
@keyframes fv-crossfade-3 {
  0%, 31.25% {
    opacity: 0;
  }
  33.33%, 50% {
    opacity: 1;
  }
  52.08%, 100% {
    opacity: 0;
  }
}
@keyframes fv-crossfade-4 {
  0%, 47.92% {
    opacity: 0;
  }
  50%, 66.67% {
    opacity: 1;
  }
  68.75%, 100% {
    opacity: 0;
  }
}
@keyframes fv-crossfade-5 {
  0%, 64.58% {
    opacity: 0;
  }
  66.67%, 83.33% {
    opacity: 1;
  }
  85.42%, 100% {
    opacity: 0;
  }
}
@keyframes fv-crossfade-6 {
  0%, 81.25% {
    opacity: 0;
  }
  83.33%, 97.92% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*# sourceMappingURL=fv.css.map */
