@charset "UTF-8";
/* 参照: https://pr.orbis.co.jp/f2/secretcampaign/clearful/03/ */
.l-header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  border-bottom: 2px #e4eef7 solid;
}
.l-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 750px;
  margin: 0 auto;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 18vw;
  -webkit-transition: min-height 0.3s ease;
  transition: min-height 0.3s ease;
}
@media screen and (min-width: 750px) {
  .l-header__inner {
    min-height: 135px;
  }
}
.l-header.is-scrolled .l-header__inner {
  min-height: 13.3333333333vw;
}
@media screen and (min-width: 750px) {
  .l-header.is-scrolled .l-header__inner {
    min-height: 100px;
  }
}
.l-header__logo {
  position: absolute;
  left: 50%;
  top: 30%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 750px) {
  .l-header__logo {
    top: 40%;
  }
}
.l-header__logo a {
  display: block;
  cursor: pointer;
}
.l-header__logo a:hover img {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  opacity: 0.7;
}
.l-header__logoImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}
.l-header {
  /* w750 換算: 200px / 22px、未満は vw（200/750*100 等） */
}
.l-header__logoImg:not(.l-header__logoImg--orbit) {
  width: 26.6666666667vw;
  margin-bottom: 2.9333333333vw;
}
@media screen and (min-width: 750px) {
  .l-header__logoImg:not(.l-header__logoImg--orbit) {
    width: 200px;
    margin-bottom: 22px;
  }
}
.l-header {
  /* w750 換算: 161px、未満は vw */
}
.l-header__logoImg--orbit {
  width: 21.4666666667vw;
  -webkit-transition: opacity 0.25s ease, max-height 0.3s ease, margin 0.3s ease;
  transition: opacity 0.25s ease, max-height 0.3s ease, margin 0.3s ease;
  max-height: 200px;
  opacity: 1;
  overflow: hidden;
}
@media screen and (min-width: 750px) {
  .l-header__logoImg--orbit {
    width: 161px;
  }
}
.l-header.is-scrolled .l-header__logoImg:not(.l-header__logoImg--orbit) {
  margin-bottom: 0;
}
.l-header.is-scrolled .l-header__logoImg--orbit {
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  margin-bottom: 0;
  pointer-events: none;
}
.l-header__button {
  background-color: #ef528a;
  border-radius: 6px;
}
.l-header__button a {
  position: relative;
  display: block;
  padding: 15px 40px 15px 25px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 1.2727272727;
  letter-spacing: 0;
}
.l-header__button a::after {
  position: absolute;
  right: 14px;
  top: 50%;
  content: "";
  width: 14px;
  height: 14px;
  margin: 0 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.l-header__button a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .l-header__inner {
    padding: 0 5.3333333333vw;
  }
  .l-header__logo {
    left: 50%;
  }
  .l-header__button {
    border-radius: 6px;
  }
  .l-header__button a {
    padding: 2vw 5.3333333333vw 2vw 2.6666666667vw;
    font-size: 3.2vw;
    line-height: 1.3636363636;
  }
  .l-header__button a::after {
    right: 2vw;
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    margin: 0 1.3333333333vw;
  }
}