
/* ログイン時ハック */
.logged-in .l-header.is-scroll.menuFixed {
  -webkit-transform: translateY(-36px) !important;
  transform: translateY(-36px) !important;
}
.logged-in .l-header.is-scroll {
  -webkit-transform: translateY(44px) !important;
  transform: translateY(44px) !important;
}


/* .se-mainvisual */
.se-mainvisual {
  max-height: 750px;
}
@media screen and (max-width: 768px) {
  .se-mainvisual {
    max-height: 500px;
  }
}

/* === layout ===  */
.l-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  margin-top: 48px;
  overflow: hidden;
}

.l-header.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.l-header:before {
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
}

.l-header.is-scroll.menuFixed {
  -webkit-transform: translateY(-68px) !important;
  transform: translateY(-68px) !important;
}

.l-header.is-scroll {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  z-index: 9;
  position: fixed;
  top: 81px;
  margin-top: 0;
  -webkit-transform: translateY(12px) !important;
  transform: translateY(12px) !important;
}
.l-header.is-scroll.menuFixed {}
.l-header.is-scroll:before {
  opacity: 1;
}

.l-header.is-scroll .l-header__lists {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.l-header .l-header__link {
  display: flex;
  align-items: center;
  gap: 6px;
}
.l-header.is-scroll .l-header__link svg path{
  fill: #2f3e55;
}

/* .l-header.is-scroll .l-header__link {
  color: #2f3e55;
}

.l-header.is-scroll .l-header__link:hover {
  color: #3880a9;
  opacity: 1;
}

.l-header.is-scroll .l-header__link .c-icon._blank-w {
  display: none;
}

.l-header.is-scroll .l-header__link .c-icon._blank {
  display: inline-block;
} */
.l-header .l-header__buttons,
.l-header.is-scroll .l-header__buttons {
  opacity: 1;
  pointer-events: initial;
}

.l-wrap._product .l-header.in-view {
  z-index: 5;
}

.l-wrap._product .l-header.in-view .l-header__buttons {
  pointer-events: initial;
}

.wf-active .l-header,
.wf-active .l-header__sp-menu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px 68px;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

.in-view .l-header__inner {
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-animation-name: navi;
  animation-name: navi; /* アニメーション名 */
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; /* 開始から終了までの所要時間 */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; /* アニメーションのループ回数 */
  -webkit-animation-timing-function: cubic-bezier(0.06, 0.86, 0.37, 0.95);
  animation-timing-function: cubic-bezier(
    0.06,
    0.86,
    0.37,
    0.95
  ); /* 動きの加減速 */
  -webkit-animation-delay: 1s;
  animation-delay: 1s; /* アニメーションが開始するまでの遅延時間 */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; /* アニメーション開始前・終了後の挙動 */
}
.is-scroll .l-header__inner {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.l-header__logo {
  position: relative;
}

.l-header__logo-1 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  height: auto;
  min-width: 125px;
  height: auto;
}

.l-header__logo-2 {
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  top: 0;
  opacity: 0;
  height: auto;
}

.l-header__logo-img {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;
}

.l-header__lists {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  gap: 24px;
}

.l-header__link {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 48px;
  white-space: nowrap;
  text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.32);
  cursor: pointer;
}

.l-header__link:hover {
  color: #3880a9;
  opacity: 1;
}

.l-header__link .c-icon {
  margin-left: 5px;
}

.l-header__link .c-icon._blank-w {
  display: inline-block;
}

.l-header__link .c-icon._blank {
  display: none;
}

.l-header__buttons {
  margin-right: 0;
  position: static;
  display: flex;
  opacity: 1;
  pointer-events: initial;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.l-header__buttons .c-button {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.32);
  width: 228px;
  height: 48px;
  margin-bottom: 0;
}

.l-header__buttons .c-button__inner-mask {
  height: 88px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-header__login-link {
  color: #fff;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}

.l-header__login-link:hover {
  color: #3880a9 !important;
}

.l-header__close {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.c-button._blueLine {
  background: #fff;
  border: 1px solid #20a7f5;
  color: #20a7f5;
}
.c-button._blue {
  background: #20a7f5;
  color: #fff;
}
.c-button._blueLine .c-button__text {
  color: #20a7f5;
}
.c-button._orangeLine {
  background: #fff;
  border: 1px solid #FF9900;
  color: #FF9900;
}
.c-button._orange {
  background: #FF9900;
  color: #fff;
}
.c-button._orangeLine .c-button__text {
  color: #FF9900;
}
.c-button._redLine {
  background: #fff;
  border: 1px solid #dd191f;
  color: #dd191f;
}
.c-button._red {
  background: #dd191f;
  color: #fff;
}
.c-button._redLine .c-button__text {
  color: #dd191f;
}
.c-button._pink {
  background: #FF6961;
  color: #fff;
}

.c-button:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-button._blue:before,
.c-button._blueLine:before {
  background: #3880a9;
}
.c-button._orange:before,
.c-button._orangeLine:before {
  background: #FF6961;
}
.c-button._red:before,
.c-button._redLine:before {
  background: #0a122b;
}
.c-button._pink:before,
.c-button._pinkLine:before {
  background: #FF9900;
}
.l-header__buttons .c-button .c-button__text {
  font-size: 16px;
  transition: all 0.2s;
}
.c-button .c-button__text {
  transition: all 0.2s;
}
.c-button:hover .c-button__text {
  color: #fff;
}
.c-button:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.l-header__buttons .c-button .c-button__icon {
  width: 32px;
  height: 32px;
  background: #fff;
}

.c-button svg path{
  transition: all 0.2s;
}

.c-button._blueLine svg path{
  fill: #fff;
}
.c-button._blue svg path{
  fill: #20a7f5;
}
.c-button._blueLine:hover svg path,
.c-button._blue:hover svg path{
  fill: #3880a9;
}
.c-button._blueLine .c-button__icon {
  background: #20a7f5;
}

.c-button._orangeLine svg path{
  fill: #fff;
}
.c-button._orange svg path{
  fill: #FF9900;
}
.c-button._orangeLine:hover svg path,
.c-button._orange:hover svg path{
  fill: #FF6961;
}
.c-button._orangeLine .c-button__icon {
  background: #FF9900;
}

.c-button._redLine svg path{
  fill: #fff;
}
.c-button._red svg path{
  fill: #dd191f;
}
.c-button._redLine:hover svg path,
.c-button._red:hover svg path{
  fill: #0a122b;
}
.c-button._redLine .c-button__icon {
  background: #dd191f;
}

.c-button._pink svg {
  fill: #FF6961;
}
.c-button._pink:hover svg {
  fill: #FF9900;
}
.l-header__buttons {
  display: flex;
  gap: 24px;
}



/* .se-mainvisual__box */
.se-mainvisual__box {
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
}

.in-view.se-mainvisual__texts + .se-mainvisual__box {
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-animation-name: mv-button2;
  animation-name: mv-button2; /* アニメーション名 */
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms; /* 開始から終了までの所要時間 */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; /* アニメーションのループ回数 */
  -webkit-animation-timing-function: cubic-bezier(0.06, 0.86, 0.37, 0.95);
  animation-timing-function: cubic-bezier(
    0.06,
    0.86,
    0.37,
    0.95
  ); /* 動きの加減速 */
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; /* アニメーションが開始するまでの遅延時間 */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; /* アニメーション開始前・終了後の挙動 */
}


.se-mainvisual__box {
  border-radius: 12px 0px 0px 12px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  background:
    linear-gradient(0deg, #fff 0%, #fff 100%),
    linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background:
    linear-gradient(0deg, #fff 0%, #fff 100%),
    linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
  position: absolute;
  right: 0;
  bottom: 81px;
  height: 195px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 21px 32px 21px 32px;
  gap: 24px;
}
.se-mainvisual__box .c-button._medium {
  width: 260px;
  height: 64px;
}

.c-bottom-button .c-button._orange .c-button__icon,
.se-mainvisual__box .c-button .c-button__icon {
  background: #fff;
}
.se-mainvisual__box .c-button .c-button__icon {
  width: 42px;
  height: 42px;
}
.se-mainvisual__box .c-button._blueLine .c-button__icon {
  background: #20a7f5;
}
.se-mainvisual__box .c-button._orangeLine .c-button__icon {
  background: #FF9900;
}
.se-mainvisual__box .c-button._redLine .c-button__icon {
  background: #dd191f;
}

.c-button svg path {
  transition: all 0.2s;
}
.c-button._blue svg path {
  fill: #20a7f5;
}
.c-button._blue:hover svg path {
  fill: #3880a9;
}
.c-button._orange svg path {
  fill: #FF9900;
}
.c-button._orange:hover svg path {
  fill: #FF6961;
}
.c-button._red svg path {
  fill: #dd191f;
}
.c-button._red:hover svg path {
  fill: #0a122b;
}

.c-button._blueLine {
  border: 1px solid #20a7f5;
  color: #20a7f5;
}
.c-button._blueLine:before {
  background: #3880a9;
}
.c-button._blueLine svg path {
  fill: #fff;
}
.c-button._blueLine:hover svg path {
  fill: #3880a9;
}
.c-button._orangeLine svg path {
  fill: #fff;
}
.c-button._orangeLine:hover svg path {
  fill: #FF6961;
}
.c-button._redLine svg path {
  fill: #fff;
}
.c-button._redLine:hover svg path {
  fill: #0a122b;
}

/* .se-mainvisual__box .se-mainvisual__box-img {
  width: 153px;
  height: auto;
  max-width: unset;
  aspect-ratio: 1 / 1;
} */

.se-mainvisual__box-text p {
  color: #284b55;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  line-height: 150%;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) and (max-width: 1145px) {
  .se-mainvisual__box {
    height: auto;
    padding: 16px 24px 16px 24px;
    gap: 17px;
  }
  .se-mainvisual__box .c-button._medium {
    width: auto;
  }
  .se-mainvisual__box-img {
    width: 153px;
    max-width: 10vw;
  }
  .se-mainvisual__box-text p {
    color: #284b55;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    line-height: 150%;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .se-mainvisual__box {
    display: none;
  }
}

/* .c-floating-cta */
.c-floating-cta {
  position: fixed;
  width: auto;
  height: 195px;
  bottom: 20px;
  right: 0;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
}
.c-floating-cta.is-show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .c-floating-cta {
    transform: none;
    transition: none;
  }
}
.c-floating-cta .se-mainvisual__box {
  position: static;
  transform: unset;
}

.c-floating-cta__close {
  position: absolute;
  width: 32px;
  height: 32px;
  top: -16px;
  left: -16px;
  background: #fff;
  transition: all 0.2s;
  border-radius: 50%;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
  cursor: pointer;
}
.c-floating-cta__close:hover {
  opacity: 0.5;
}
.c-floating-cta__close:before,
.c-floating-cta__close:after {
  content: '';
  display: block;
  width: 9px;
  height: 1px;
  background: #284B55;
  position: absolute;
  top: 50%;
  left: 50%;
}
.c-floating-cta__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-floating-cta__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-floating-cta .se-mainvisual__box .c-button {
  width: 228px;
  height: 48px;
  margin: 16px 0;
}
.c-floating-cta .se-mainvisual__box .c-button__icon {
  width: 32px;
  height: 32px;
}


@media screen and (max-width: 1024px) {
  .l-wrap .c-bottom-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .l-wrap .c-bottom-button .c-button._auto {
    position: fixed;
    bottom: 10px;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    transition: all 0.3s;
    left: 12px;
    /* margin-left: -28%; */
    max-width: calc(50% - 18px) !important;
    padding-right: 7px;
    padding-left: 14px;
  }
  .l-wrap .c-bottom-button .c-button .c-button__text {
    font-size: 14px !important;
  }
  .l-wrap .c-bottom-button .c-button .c-button__icon {
    width: 26px;
    height: 26px;

  }
  .l-wrap .c-bottom-button .c-button._auto:last-child {
    /* margin-left: 13%; */
    left: auto;
    right: 12px;
  }
  .l-wrap .c-bottom-button .c-button._auto {
    /* transform: translateY(100px) translateX(-50%); */
    width: 100%;
    height: 50px;
  }
  .l-wrap .c-bottom-button .c-button._auto.is-view {
    transform: translateY(0);
  }
}


/* se-cv-box */
.l-section._last {
  margin-bottom: 50px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .l-section._last {
    margin-bottom: 30px;
  }

  .se-cv-box__text {
    font-size: 12px;
  }
}

.se-cv-box__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  border-radius: 8px;
}


/* .se-cv__video */
.se-cv__video {
  /* position: relative; */
}
.se-cv__video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}

.se-cv__video-mask {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #2261a0;
  opacity: 1;
}
.se-cv__video-mask._blue {
  background: linear-gradient(180deg, rgba(32, 167, 245, 0.8) 0%, rgba(147, 248, 254, 0.8) 100%);
}
.se-cv__video-mask._orange {
  background: linear-gradient(94deg, rgba(255, 105, 97, 0.8) 0%, rgba(254, 244, 147, 0.8) 100%);
}
.se-cv__video-mask._red {
  background: linear-gradient(180deg, rgba(220, 26, 31, 0.8) 0%, rgba(254, 166, 147, 0.8) 100%);
}


/* pagetop */

@media screen and (max-width: 768.9px), screen and (max-device-width: 812.9px) {
  .pagetop-wrapper .pagetop.is-fixed {
    transition: all 0.3s;
  }
  .pagetop-wrapper .pagetop.is-fixed.is-button-view {
    bottom: 70px;
  }
}
