@charset "UTF-8";

.custom-image-header {
  position: relative;
}
@media screen and (min-width: 1025px), print {
  .custom-image-header .media {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .custom-image-header .media {
    height: calc(100vw * 600 / 1800);
    max-height: 540px;
    position: relative;
  }
}
@media screen and (max-width: 639px) {
  .custom-image-header .media {
    height: 84.375vw;
  }
}
.custom-image-header .media img,.custom-image-header .media video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .custom-image-header .media img.pc,.custom-image-header .media video.pc {
    display: none;
  }
}
@media screen and (min-width: 640px), print {
  .custom-image-header .media img.sp,.custom-image-header .media video.sp {
    display: none;
  }
}
@media screen and (min-width: 1025px), print {
  .custom-image-header .media._gradient::after {
    background-image: inherit;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (min-width: 1025px), print {
  .custom-image-header .media._gradient-top::after {
    background: linear-gradient(rgba(0, 13, 15, 0.2) 0%, rgba(0, 13, 15, 0.15) 13.8%, rgba(0, 13, 15, 0) 19.65%, rgba(0, 13, 15, 0) 100%);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (min-width: 1025px), print {
  .custom-image-header .media._gradient-top-white::before {
    background: linear-gradient(rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 13.8%, rgba(255, 255, 255, 0) 19.65%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0.7;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.custom-image-header .content {
  align-items: center;
  display: flex;
  height: calc(100vw * 600 / 1800);
  margin: 0 auto;
  max-height: 540px;
  max-width: 1200px;
  padding: 20px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .custom-image-header .content {
    height: auto;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  .custom-image-header .content {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.custom-image-header .content._full {
  max-width: inherit;
}
.custom-image-header .content._align-end {
  align-items: flex-end;
}
.custom-image-header .content-inner {
  display: inline-grid;
}
@media screen and (min-width: 1025px), print {
  .custom-image-header .content-inner {
    max-width: 50%;
  }
}
@media screen and (min-width: 1025px), print {
  .custom-image-header .content-inner ._text-shadow {
    text-shadow: 0 0 40px #030000;
  }
}
.custom-image-header .content-inner .hdg {
  font-size: 4.6rem;
  font-weight: normal;
  letter-spacing: -0.03em;
  line-height: 1.304;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (min-width: 1025px), print {
  .custom-image-header .content-inner .hdg {
    font-size: min(3.3vw, 4.6rem);
  }
}
@media screen and (max-width: 1024px) {
  .custom-image-header .content-inner .hdg {
    font-size: min(3.9vw, 4rem);
    font-weight: bold;
  }
}
@media screen and (max-width: 639px) {
  .custom-image-header .content-inner .hdg {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
.custom-image-header .content-inner .hdg._colorBlue {
  color: #002b62;
  font-weight: bold;
}
@media screen and (min-width: 1025px), print {
  .custom-image-header .content-inner .hdg._colorBlue {
    font-size: 3.2rem;
  }
}
.custom-image-header .content-inner .desc {
  font-size: 2rem;
  line-height: 1.6;
  margin: 20px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: normal;
}
@media screen and (min-width: 1025px), print {
  .custom-image-header .content-inner .desc {
    font-size: clamp(1.2rem, 1.43vw, 2rem);
  }
}
@media screen and (max-width: 1024px) {
  .custom-image-header .content-inner .desc {
    font-size: 1.8rem;
    margin-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  .custom-image-header .content-inner .desc {
    font-size: 1.6rem;
  }
}
.custom-image-header .content-inner .btn {
  display: flex;
  margin-top: 40px;
}
@media screen and (min-width: 1025px), print {
  .custom-image-header .content-inner .btn {
    margin-top: min(2.85vw, 40px);
  }
}
@media screen and (min-width: 1025px), print {
  .custom-image-header .content-inner .btn {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .custom-image-header .content-inner .btn {
    margin-top: 0;
    position: absolute;
    right: 20px;
    top: -40px;
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 639px) {
  .custom-image-header .content-inner .btn {
    top: -20px;
  }
}
.custom-image-header .content-inner .btn._align-end {
  justify-content: flex-end;
}
.custom-image-header .content-inner .btn a {
  border: 2px solid currentColor;
  color: inherit;
  font-size: 1.4rem;
  line-height: 1.285;
  padding: 12px 20px;
  position: relative;
  text-decoration: none;
  transition: border 0.3s;
  z-index: 0;
}
@media screen and (max-width: 639px) {
  .custom-image-header .content-inner .btn a {
    font-size: 1.2rem;
    padding: 10px 15px;
  }
}
.custom-image-header .content-inner .btn a::before {
  background: currentColor;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease-out;
  z-index: -1;
}
.custom-image-header .content-inner .btn a[target="_blank"]::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Crect%20x%3D%224.5%22%20y%3D%22.5%22%20width%3D%2211%22%20height%3D%2211%22%20style%3D%22fill%3Anone%3B%20stroke%3A%23000%3B%20stroke-miterlimit%3A10%3B%22%2F%3E%3Cpolyline%20points%3D%223%201.5%20.5%201.5%20.5%2015.5%2014.5%2015.5%2014.5%2013%22%20style%3D%22fill%3Anone%3B%20stroke%3A%23000%3B%20stroke-miterlimit%3A10%3B%22%2F%3E%3C%2Fsvg%3E");
  content: "";
  display: inline-block;
  height: 16px;
  margin-left: 10px;
  vertical-align: -2px;
  width: 16px;
}
@media screen and (max-width: 639px) {
  .custom-image-header .content-inner .btn a[target="_blank"]::after {
    background-size: cover;
    height: 14px;
    vertical-align: -3px;
    width: 14px;
  }
}
.custom-image-header .content-inner .btn a:hover {
  border-color: rgba(0, 0, 0, 0);
}
.custom-image-header .content-inner .btn a:hover::before {
  opacity: 0.3;
}
@media screen and (min-width: 1025px), print {
  .custom-image-header._movie {
    color: #fff;
  }
}
.custom-image-header._movie .media {
  background-color: #000d0f;
}
@media screen and (max-width: 1024px) {
  .custom-image-header._movie .media {
    background-image: none !important;
  }
}
.custom-image-header._movie .media::before {
  background-color: inherit;
  background-image: inherit;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
}
.custom-image-header._movie .media._op1::before {
  opacity: 1;
}
.custom-image-header._movie .media._op-thirty-five::before {
  opacity: 0.35;
}
@media screen and (min-width: 1025px), print {
  .custom-image-header._movie .content {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .custom-image-header._movie .content {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 639px) {
  .custom-image-header._movie .content {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .custom-image-header._movie .content-inner .btn a {
    color: #fff;
  }
}
.custom-image-header._movie .content-inner .btn a:hover {
  border-color: rgba(255, 255, 255, 0);
}
.custom-image-header._movie .content-inner .btn a[target="_blank"]::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Crect%20x%3D%224.5%22%20y%3D%22.5%22%20width%3D%2211%22%20height%3D%2211%22%20style%3D%22fill%3Anone%3B%20stroke%3A%23fff%3B%20stroke-miterlimit%3A10%3B%22%2F%3E%3Cpolyline%20points%3D%223%201.5%20.5%201.5%20.5%2015.5%2014.5%2015.5%2014.5%2013%22%20style%3D%22fill%3Anone%3B%20stroke%3A%23fff%3B%20stroke-miterlimit%3A10%3B%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 639px) {
  .custom-image-header._movie._sp-align-start .media video {
    object-position: 20% 50%;
  }
}
@media screen and (max-width: 639px) {
  .custom-image-header._movie._sp-align-end .media video {
    object-position: 80% 50%;
  }
}
@media screen and (min-width: 640px), print {
  .custom-image-header._movie._movieBlack {
    color: #000;
  }
  .custom-image-header._movie._movieBlack .movie-ui._white > button._stop {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Crect%20id%3D%22b%22%20width%3D%2220%22%20height%3D%2220%22%20style%3D%22fill%3Anone%3B%22%2F%3E%3Crect%20id%3D%22c%22%20x%3D%227%22%20y%3D%223%22%20width%3D%222%22%20height%3D%2214%22%20style%3D%22fill%3A%23000%3B%22%2F%3E%3Crect%20id%3D%22d%22%20x%3D%2211%22%20y%3D%223%22%20width%3D%222%22%20height%3D%2214%22%20style%3D%22fill%3A%23000%3B%22%2F%3E%3C%2Fsvg%3E");
  }
  .custom-image-header._movie._movieBlack .movie-ui._white > button._play {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Crect%20id%3D%22b%22%20width%3D%2220%22%20height%3D%2220%22%20style%3D%22fill%3Anone%3B%22%2F%3E%3Cpath%20id%3D%22c%22%20d%3D%22M14.82%2C9.58c.23%2C.21%2C.24%2C.58%2C.03%2C.81l-.03%2C.03-7.77%2C7.41c-.25%2C.24-.64%2C.23-.88-.01-.11-.11-.17-.25-.17-.4V2.59c.01-.34%2C.3-.61%2C.65-.59%2C.15%2C0%2C.3%2C.07%2C.41%2C.17l7.77%2C7.41Z%22%20style%3D%22fill%3A%23000%3B%22%2F%3E%3C%2Fsvg%3E");
  }
}
.custom-image-header._movie._movieBlack .content-inner .btn a {
  color: #000;
}
.custom-image-header._movie._movieBlack .content-inner .btn a[target="_blank"]::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Crect%20x%3D%224.5%22%20y%3D%22.5%22%20width%3D%2211%22%20height%3D%2211%22%20style%3D%22fill%3Anone%3B%20stroke%3A%23000%3B%20stroke-miterlimit%3A10%3B%22%2F%3E%3Cpolyline%20points%3D%223%201.5%20.5%201.5%20.5%2015.5%2014.5%2015.5%2014.5%2013%22%20style%3D%22fill%3Anone%3B%20stroke%3A%23000%3B%20stroke-miterlimit%3A10%3B%22%2F%3E%3C%2Fsvg%3E");
}
.custom-image-header .movie-ui,.custom-image-header .swiper-ui {
  bottom: 40px;
  display: flex;
  height: 20px;
  justify-content: space-between;
  left: 27px;
  position: absolute;
  width: 90px;
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .custom-image-header .movie-ui,.custom-image-header .swiper-ui {
    bottom: auto;
    left: 40px;
    top: -40px;
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 639px) {
  .custom-image-header .movie-ui,.custom-image-header .swiper-ui {
    left: calc(50% - 40px);
    width: 80px;
  }
}
.custom-image-header .movie-ui > button,.custom-image-header .swiper-ui > button {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  height: 20px;
  transition: opacity 0.3s;
  width: 20px;
}
.custom-image-header .movie-ui > button:not(._active),.custom-image-header .swiper-ui > button:not(._active) {
  opacity: 0.6;
}
.custom-image-header .movie-ui > button._stop,.custom-image-header .swiper-ui > button._stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Crect%20id%3D%22b%22%20width%3D%2220%22%20height%3D%2220%22%20style%3D%22fill%3Anone%3B%22%2F%3E%3Crect%20id%3D%22c%22%20x%3D%227%22%20y%3D%223%22%20width%3D%222%22%20height%3D%2214%22%20style%3D%22fill%3A%23707070%3B%22%2F%3E%3Crect%20id%3D%22d%22%20x%3D%2211%22%20y%3D%223%22%20width%3D%222%22%20height%3D%2214%22%20style%3D%22fill%3A%23707070%3B%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 639px) {
  .custom-image-header .movie-ui > button._stop,.custom-image-header .swiper-ui > button._stop {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Crect%20id%3D%22b%22%20width%3D%2220%22%20height%3D%2220%22%20style%3D%22fill%3Anone%3B%22%2F%3E%3Crect%20id%3D%22c%22%20x%3D%227%22%20y%3D%223%22%20width%3D%222%22%20height%3D%2214%22%20style%3D%22fill%3A%2304127C%3B%22%2F%3E%3Crect%20id%3D%22d%22%20x%3D%2211%22%20y%3D%223%22%20width%3D%222%22%20height%3D%2214%22%20style%3D%22fill%3A%2304127C%3B%22%2F%3E%3C%2Fsvg%3E");
  }
}
.custom-image-header .movie-ui > button._play,.custom-image-header .swiper-ui > button._play {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Crect%20id%3D%22b%22%20width%3D%2220%22%20height%3D%2220%22%20style%3D%22fill%3Anone%3B%22%2F%3E%3Cpath%20id%3D%22c%22%20d%3D%22M14.82%2C9.58c.23%2C.21%2C.24%2C.58%2C.03%2C.81l-.03%2C.03-7.77%2C7.41c-.25%2C.24-.64%2C.23-.88-.01-.11-.11-.17-.25-.17-.4V2.59c.01-.34%2C.3-.61%2C.65-.59%2C.15%2C0%2C.3%2C.07%2C.41%2C.17l7.77%2C7.41Z%22%20style%3D%22fill%3A%23707070%3B%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 639px) {
  .custom-image-header .movie-ui > button._play,.custom-image-header .swiper-ui > button._play {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Crect%20id%3D%22b%22%20width%3D%2220%22%20height%3D%2220%22%20style%3D%22fill%3Anone%3B%22%2F%3E%3Cpath%20id%3D%22c%22%20d%3D%22M14.82%2C9.58c.23%2C.21%2C.24%2C.58%2C.03%2C.81l-.03%2C.03-7.77%2C7.41c-.25%2C.24-.64%2C.23-.88-.01-.11-.11-.17-.25-.17-.4V2.59c.01-.34%2C.3-.61%2C.65-.59%2C.15%2C0%2C.3%2C.07%2C.41%2C.17l7.77%2C7.41Z%22%20style%3D%22fill%3A%2304127C%3B%22%2F%3E%3C%2Fsvg%3E");
  }
}
.custom-image-header .movie-ui._toggle,.custom-image-header .swiper-ui._toggle {
  width: 20px;
}
@media screen and (max-width: 1024px) {
  .custom-image-header .movie-ui._toggle,.custom-image-header .swiper-ui._toggle {
    left: calc(50% - 10px);
  }
}
.custom-image-header .movie-ui._toggle > button,.custom-image-header .swiper-ui._toggle > button {
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: none;
}
.custom-image-header .movie-ui._toggle > button._active,.custom-image-header .swiper-ui._toggle > button._active {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 640px), print {
  .custom-image-header .movie-ui._white > button._stop,.custom-image-header .swiper-ui._white > button._stop {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Crect%20id%3D%22b%22%20width%3D%2220%22%20height%3D%2220%22%20style%3D%22fill%3Anone%3B%22%2F%3E%3Crect%20id%3D%22c%22%20x%3D%227%22%20y%3D%223%22%20width%3D%222%22%20height%3D%2214%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3Crect%20id%3D%22d%22%20x%3D%2211%22%20y%3D%223%22%20width%3D%222%22%20height%3D%2214%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3C%2Fsvg%3E");
  }
}
@media screen and (min-width: 640px), print {
  .custom-image-header .movie-ui._white > button._play,.custom-image-header .swiper-ui._white > button._play {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Crect%20id%3D%22b%22%20width%3D%2220%22%20height%3D%2220%22%20style%3D%22fill%3Anone%3B%22%2F%3E%3Cpath%20id%3D%22c%22%20d%3D%22M14.82%2C9.58c.23%2C.21%2C.24%2C.58%2C.03%2C.81l-.03%2C.03-7.77%2C7.41c-.25%2C.24-.64%2C.23-.88-.01-.11-.11-.17-.25-.17-.4V2.59c.01-.34%2C.3-.61%2C.65-.59%2C.15%2C0%2C.3%2C.07%2C.41%2C.17l7.77%2C7.41Z%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3C%2Fsvg%3E");
  }
}
.custom-image-header .swiper-ui {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .custom-image-header .swiper-ui {
    bottom: 40px;
    left: 50%;
    top: auto;
    transform: translateX(-50%);
  }
}
.custom-image-header .swiper-ui .btn {
  opacity: 1 !important;
  position: static;
}
.custom-image-header .swiper-ui .btn._active {
  display: none;
  opacity: 0 !important;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .custom-image-header .swiper-ui > button._stop {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Crect%20id%3D%22b%22%20width%3D%2220%22%20height%3D%2220%22%20style%3D%22fill%3Anone%3B%22%2F%3E%3Crect%20id%3D%22c%22%20x%3D%227%22%20y%3D%223%22%20width%3D%222%22%20height%3D%2214%22%20style%3D%22fill%3A%2304127C%3B%22%2F%3E%3Crect%20id%3D%22d%22%20x%3D%2211%22%20y%3D%223%22%20width%3D%222%22%20height%3D%2214%22%20style%3D%22fill%3A%2304127C%3B%22%2F%3E%3C%2Fsvg%3E") !important;
  }
}
@media screen and (max-width: 1024px) {
  .custom-image-header .swiper-ui > button._play {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Crect%20id%3D%22b%22%20width%3D%2220%22%20height%3D%2220%22%20style%3D%22fill%3Anone%3B%22%2F%3E%3Cpath%20id%3D%22c%22%20d%3D%22M14.82%2C9.58c.23%2C.21%2C.24%2C.58%2C.03%2C.81l-.03%2C.03-7.77%2C7.41c-.25%2C.24-.64%2C.23-.88-.01-.11-.11-.17-.25-.17-.4V2.59c.01-.34%2C.3-.61%2C.65-.59%2C.15%2C0%2C.3%2C.07%2C.41%2C.17l7.77%2C7.41Z%22%20style%3D%22fill%3A%2304127C%3B%22%2F%3E%3C%2Fsvg%3E") !important;
  }
}
.custom-image-header .swiper-ui .swiper-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Crect%20id%3D%22b%22%20width%3D%2220%22%20height%3D%2220%22%20style%3D%22fill%3Anone%3B%22%2F%3E%3Cpath%20d%3D%22M13.74%2C18.07c-.26%2C0-.51-.1-.71-.29l-7.78-7.78L13.04%2C2.22c.39-.39%2C1.02-.39%2C1.41%2C0s.39%2C1.02%2C0%2C1.41l-6.36%2C6.36%2C6.36%2C6.36c.39%2C.39%2C.39%2C1.02%2C0%2C1.41-.2%2C.2-.45%2C.29-.71%2C.29Z%22%20style%3D%22fill%3A%23707070%3B%22%2F%3E%3C%2Fsvg%3E");
  margin-left: 80px;
  opacity: 1 !important;
}
@media screen and (max-width: 639px) {
  .custom-image-header .swiper-ui .swiper-prev {
    margin-left: 40px;
  }
}
.custom-image-header .swiper-ui .swiper-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M7.07%2C18.14c-.26%2C0-.51-.1-.71-.29-.39-.39-.39-1.02%2C0-1.41l6.36-6.36L6.36%2C3.71c-.39-.39-.39-1.02%2C0-1.41s1.02-.39%2C1.41%2C0l7.78%2C7.78-7.78%2C7.78c-.2%2C.2-.45%2C.29-.71%2C.29Z%22%20style%3D%22fill%3A%23707070%3B%22%2F%3E%3Crect%20id%3D%22b%22%20width%3D%2220%22%20height%3D%2220%22%20style%3D%22fill%3Anone%3B%22%2F%3E%3C%2Fsvg%3E");
  margin-left: 40px;
  opacity: 1 !important;
}
@media screen and (max-width: 1024px) {
  .custom-image-header .swiper-ui .swiper-next {
    margin-left: 20px;
  }
}
.custom-image-header .swiper-ui .swiper-pagination {
  align-items: center;
  display: flex;
  margin-left: 80px;
  position: static;
}
@media screen and (max-width: 1024px) {
  .custom-image-header .swiper-ui .swiper-pagination {
    margin-left: 40px;
  }
}
.custom-image-header .swiper-ui .swiper-pagination-bullet {
  background: #707070;
  height: 10px;
  margin: 0 10px;
  opacity: 0.5;
  width: 10px;
}
.custom-image-header .swiper-ui .swiper-pagination-bullet-active {
  opacity: 1;
}
@media screen and (min-width: 1025px), print {
  .custom-image-header .swiper-ui._white .swiper-pagination-bullet {
    background-color: #fff;
  }
  .custom-image-header .swiper-ui._white .swiper-prev {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Crect%20id%3D%22b%22%20width%3D%2220%22%20height%3D%2220%22%20style%3D%22fill%3Anone%3B%22%2F%3E%3Cpath%20d%3D%22M13.74%2C18.07c-.26%2C0-.51-.1-.71-.29l-7.78-7.78L13.04%2C2.22c.39-.39%2C1.02-.39%2C1.41%2C0s.39%2C1.02%2C0%2C1.41l-6.36%2C6.36%2C6.36%2C6.36c.39%2C.39%2C.39%2C1.02%2C0%2C1.41-.2%2C.2-.45%2C.29-.71%2C.29Z%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3C%2Fsvg%3E");
  }
  .custom-image-header .swiper-ui._white .swiper-next {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M7.07%2C18.14c-.26%2C0-.51-.1-.71-.29-.39-.39-.39-1.02%2C0-1.41l6.36-6.36L6.36%2C3.71c-.39-.39-.39-1.02%2C0-1.41s1.02-.39%2C1.41%2C0l7.78%2C7.78-7.78%2C7.78c-.2%2C.2-.45%2C.29-.71%2C.29Z%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3Crect%20id%3D%22b%22%20width%3D%2220%22%20height%3D%2220%22%20style%3D%22fill%3Anone%3B%22%2F%3E%3C%2Fsvg%3E");
  }
}
@media screen and (min-width: 1025px), print {
  .custom-image-header._thin .content {
    height: calc(100vw * 400 / 1800);
  }
}
@media screen and (min-width: 1025px), print {
  .custom-image-header._thin .content-inner .hdg {
    font-size: min(2.28vw, 3.2rem);
  }
}
.custom-image-header._color-white .content {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .custom-image-header._color-white .content {
    color: #000;
  }
}
@media screen and (max-width: 1024px) {
  .custom-image-header.swiper-container .media {
    background-image: none !important;
  }
}
.custom-image-header.swiper-container .media::before {
  background-color: inherit;
  background-image: inherit;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.custom-image-header.swiper-container .media._op1::before {
  opacity: 1;
}
.custom-image-header.swiper-container .media._op-thirty-five::before {
  opacity: 0.35;
}
.custom-image-header.swiper-container .content {
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .custom-image-header.swiper-container .content {
    padding-bottom: 110px;
  }
}
.custom-image-header._spTextImage .media {
  align-items: center;
  display: flex;
  justify-content: center;
}
.custom-image-header._spTextImage .media > img {
  position: absolute;
}
.custom-image-header._spTextImage .media .text-image {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
.custom-image-header._spTextImage .media .text-image html[lang="ja"] {
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (min-width: 1025px), print {
  .custom-image-header._spTextImage .media .text-image {
    display: none;
  }
}
.custom-image-header .custom-horizontal-navigation {
  left: 0;
  position: absolute;
  right: 0;
  top: min(1vw, 20px);
}
@media screen and (max-width: 1024px) {
  .custom-image-header .custom-horizontal-navigation {
    display: none;
  }
}

.mb-80 {
  margin-bottom: 80px !important;
}
.mb-160 {
  margin-bottom: 160px !important;
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .tab-mb-0 {
    margin-bottom: 0 !important;
  }
  .tab-mb-5 {
    margin-bottom: 5px !important;
  }
  .tab-mb-10 {
    margin-bottom: 10px !important;
  }
  .tab-mb-15 {
    margin-bottom: 15px !important;
  }
  .tab-mb-20 {
    margin-bottom: 20px !important;
  }
  .tab-mb-25 {
    margin-bottom: 25px !important;
  }
  .tab-mb-30 {
    margin-bottom: 30px !important;
  }
  .tab-mb-35 {
    margin-bottom: 35px !important;
  }
  .tab-mb-40 {
    margin-bottom: 40px !important;
  }
  .tab-mb-45 {
    margin-bottom: 45px !important;
  }
  .tab-mb-50 {
    margin-bottom: 50px !important;
  }
  .tab-mb-55 {
    margin-bottom: 55px !important;
  }
  .tab-mb-60 {
    margin-bottom: 60px !important;
  }
  .tab-mb-65 {
    margin-bottom: 65px !important;
  }
  .tab-mb-70 {
    margin-bottom: 70px !important;
  }
  .tab-mb-75 {
    margin-bottom: 75px !important;
  }
  .tab-mb-80 {
    margin-bottom: 80px !important;
  }
  .tab-mb-85 {
    margin-bottom: 85px !important;
  }
  .tab-mb-90 {
    margin-bottom: 90px !important;
  }
  .tab-mb-95 {
    margin-bottom: 95px !important;
  }
  .tab-mb-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 639px) {
  .sp-mb-0 {
    margin-bottom: 0 !important;
  }
  .sp-mb-5 {
    margin-bottom: 5px !important;
  }
  .sp-mb-10 {
    margin-bottom: 10px !important;
  }
  .sp-mb-15 {
    margin-bottom: 15px !important;
  }
  .sp-mb-20 {
    margin-bottom: 20px !important;
  }
  .sp-mb-25 {
    margin-bottom: 25px !important;
  }
  .sp-mb-30 {
    margin-bottom: 30px !important;
  }
  .sp-mb-35 {
    margin-bottom: 35px !important;
  }
  .sp-mb-40 {
    margin-bottom: 40px !important;
  }
  .sp-mb-45 {
    margin-bottom: 45px !important;
  }
  .sp-mb-50 {
    margin-bottom: 50px !important;
  }
  .sp-mb-55 {
    margin-bottom: 55px !important;
  }
  .sp-mb-60 {
    margin-bottom: 60px !important;
  }
  .sp-mb-65 {
    margin-bottom: 65px !important;
  }
  .sp-mb-70 {
    margin-bottom: 70px !important;
  }
  .sp-mb-75 {
    margin-bottom: 75px !important;
  }
  .sp-mb-80 {
    margin-bottom: 80px !important;
  }
  .sp-mb-85 {
    margin-bottom: 85px !important;
  }
  .sp-mb-90 {
    margin-bottom: 90px !important;
  }
  .sp-mb-95 {
    margin-bottom: 95px !important;
  }
  .sp-mb-100 {
    margin-bottom: 100px !important;
  }
}
.d-inline-block {
  display: inline-block !important;
}
@media screen and (min-width: 1025px), print {
  .d-pc-none {
    display: none !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .d-tab-none {
    display: none !important;
  }
}
@media screen and (max-width: 639px) {
  .d-sp-none {
    display: none !important;
  }
}
