@media screen and (min-width: 1080px) {
  .pc-none:not(:root) {
    display: none;
  }
}

@media screen and (max-width: 1079px) {
  .sp-none:not(:root) {
    display: none;
  }
}

@media (hover: hover) {
  .fv__button:hover {
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.14);
    transform: translateY(-2px);
    filter: brightness(110%);
    text-decoration: none;
    color: #333;
    transition: all 0.3s;
  }
  .fv__button:hover .sec02__icon {
    transition: all 0.3s;
    transform: translateX(3px);
  }
  .sec02__button:hover {
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.14);
    transform: translateY(-2px);
    filter: brightness(110%);
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
  }
  .sec02__button:hover .sec02__icon {
    transition: all 0.3s;
    transform: translateX(3px);
  }
  .sec03__button:hover {
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.14);
    transform: translateY(-2px);
    filter: brightness(110%);
    text-decoration: none;
    color: #2D96DC;
    transition: all 0.3s;
  }
  .sec03__button:hover .sec07__icon {
    transition: all 0.3s;
    transform: translateX(3px);
  }
  .sec04__button:hover {
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.14);
    transform: translateY(-2px);
    filter: brightness(110%);
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
  }
  .sec04__button:hover .sec02__icon {
    transition: all 0.3s;
    transform: translateX(3px);
  }
  .sec06__button:hover {
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.14);
    transform: translateY(-2px);
    filter: brightness(110%);
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
  }
  .sec07__button:hover {
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.14);
    transform: translateY(-2px);
    filter: brightness(110%);
    text-decoration: none;
    color: #2D96DC;
    transition: all 0.3s;
  }
  .sec07__button:hover .sec07__icon {
    transition: all 0.3s;
    transform: translateX(3px);
  }
  .sec09__button:hover {
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.14);
    transform: translateY(-2px);
    filter: brightness(110%);
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
  }
  .sec09__button:hover .footer__img01 {
    transition: all 0.3s;
    transform: translateX(3px);
  }
  .footer__button:hover {
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.14);
    transform: translateY(-2px);
    filter: brightness(110%);
    text-decoration: none;
    color: #2D96DC;
    transition: all 0.3s;
  }
  .footer__button:hover .footer__img01 {
    transition: all 0.3s;
    transform: translateX(3px);
  }
  .header__button01:hover {
    color: #2D96DC;
  }
  .header__button02:hover {
    background-color: #2D96DC;
    filter: brightness(110%);
    color: #fff;
  }
  .header__button03:hover {
    background-color: #fff;
    filter: brightness(110%);
    color: #2D96DC;
  }
}
.header {
  padding: 5% 4% 4%;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1080px) {
  .header {
    padding: 1.6% 9.4%;
    position: fixed;
    top: 0;
    left: auto;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    z-index: 100;
  }
}

.header__group01 {
  width: 50%;
  max-width: 161px;
}
@media screen and (min-width: 1080px) {
  .header__group01 {
    cursor: pointer;
    width: 16%;
    white-space: nowrap;
  }
}

.header__group02 {
  width: 29%;
}
@media screen and (min-width: 1080px) {
  .header__group02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 38.2%;
  }
}

@media screen and (min-width: 1080px) and (max-width: 1300px) {
  .header__group02 {
    width: 50%;
  }
}
.header__button01 {
  display: block;
  padding: 1% 1% 1%;
  font-size: 4.2666666667vw;
  font-weight: bold;
  color: #2D96DC;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .header__button01 {
    font-size: 16px;
  }
}

.header__button02 {
  transition: all 0.3s;
  display: block;
  border: 3px solid #2D96DC;
  border-radius: 5px;
  padding: 1% 1% 1%;
  font-size: 4.2666666667vw;
  font-weight: bold;
  color: #2D96DC;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .header__button02 {
    font-size: 16px;
    width: 28%;
  }
}

.header__button03 {
  transition: all 0.3s;
  display: block;
  border: 3px solid #2D96DC;
  background-color: #2D96DC;
  border-radius: 5px;
  padding: 1% 1% 1%;
  font-size: 4.2666666667vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .header__button03 {
    font-size: 16px;
    width: 28%;
  }
}

@media screen and (min-width: 1080px) {
  .header__text01 {
    margin-top: 2%;
    font-size: 10px;
  }
}

.header__note {
  display: none;
  position: absolute;
  top: 0%;
  line-height: 1.2;
  left: 100%;
  padding: 4px;
  font-size: clamp(10px, 1vw, 10px);
  font-weight: bold;
  color: #2D96DC;
  border: 2px solid #2D96DC;
}

@media screen and (min-width: 1080px) and (max-width: 1366px) {
  .header__note {
    top: 0%;
    left: 110%;
  }
}

@media screen and (min-width: 1080px) {
.header__group01:hover .header__note {
  display: block;
}
}

@media screen and (max-width: 1079px) {
.header__group01:hover .header__note {
  display: none;
}
}

.register {
  padding: 10.7% 0 14.7%;
}
@media screen and (min-width: 1080px) {
  .register {
    padding: 120px 0 67px;
  }
}

.register__inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .register__inner {
    width: 1000px;
  }
}

.register__title {
  font-size: 8vw;
  text-align: center;
  font-weight: bold;
  color: #2E96DD;
}
@media screen and (min-width: 1080px) {
  .register__title {
    font-size: 32px;
  }
}

.register__title02 {
  font-size: 5.0666666667vw;
  font-weight: bold;
}
@media screen and (min-width: 1080px) {
  .register__title02 {
    font-size: 22px;
    padding-left: 181px;
  }
}

.register__title03 {
  padding: 0 30%;
}

.register__text01 {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 1080px) {
  .register__text01 {
    font-size: 18px;
  }
}

.register__text02 {
  margin: 10% auto 9%;
  font-size: 4.2666666667vw;
  text-align: center;
  color: #8E8E8E;
}
@media screen and (min-width: 1080px) {
  .register__text02 {
    font-size: 18px;
    margin: 30px auto 30px;
  }
}

.register__text04 {
  width: 76%;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 1080px) {
  .register__text04 {
    width: 85%;
  }
}

.register__group {
  margin: 12.4% auto 0;
}
@media screen and (min-width: 1080px) {
  .register__group {
    margin: 40px auto 0;
    width: 35%;
  }
}

.register__inner02 {
  text-align: center;
  padding: 0% 0% 0% 4%;
  border-radius: 8px;
  border: 1px solid #333;
}

.register__inner02.line {
  background: #fff url(/images/register/line.png) no-repeat 2% 50%/8% 68%;
}
@media screen and (max-width: 1079px) {
.register__inner02.line {
  padding: 0% 13% 0% 15.5%;
}
}

.register__inner02.google {
  background: #fff url(/images/register/google.svg) no-repeat -3% 50%/16% 59%;
}

.register__link {
  color: #141414;
  padding: 2% 34.5% 2.5% 30%;
}
@media screen and (max-width: 1079px) {
  .register__link {
    display: inline-block;
  }
}
@media screen and (min-width: 1080px) {
  .register__link {
    display: block;
  }
}

.register__link.google {
  color: #141414;
  padding: 2% 34.5% 2.5% 30%;
}
@media screen and (max-width: 1079px) {
  .register__link.google {
    display: inline-block;
  }
}
@media screen and (min-width: 1080px) {
  .register__link.google {
    display: block;
  }
}

.register__inner02 + .register__inner02 {
  margin-top: 4%;
}
@media screen and (min-width: 1080px) {
  .register__inner02 + .register__inner02 {
    margin-top: 2.1%;
  }
}

.register__img01 {
  width: 8.2%;
}
@media screen and (min-width: 1080px) {
  .register__img01 {
    width: 4.2%;
  }
}

.register__img02 {
  width: 7.6%;
}
@media screen and (min-width: 1080px) {
  .register__img02 {
    width: 4.6%;
  }
}

.register__button {
  font-weight: bold;
  transition: all 0.3s;
  background-color: #E20000;
  padding: 2.8% 16.5% 2.8%;
  font-size: 4.2666666667vw;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  margin: 7.2% auto 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1080px) {
  .register__button {
    font-size: 18px;
    margin: 40px auto 0;
    width: 35%;
    padding: 1% 5.5% 1%;
    cursor: pointer;
  }
}

.register__img03 {
  width: 4%;
  transition: all 0.3s;
}

.register__img04 {
  width: 17%;
}
@media screen and (min-width: 1080px) {
  .register__img04 {
    width: 12%;
  }
}

.register__note01 {
  margin-top: 5.26%;
  line-height: 1.4;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 1080px) {
  .register__note01 {
    font-size: 14px;
    width: 63%;
    margin: 40px auto 0;
  }
}

.register__note02 {
  margin-top: 8.46%;
  text-align: center;
  font-size: 4.3vw;
}
@media screen and (min-width: 1080px) {
  .register__note02 {
    font-size: 18px;
    margin-top: 1.76%;
  }
}

.register__group03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 11.56%;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 1080px) {
  .register__group03 {
    font-size: 14px;
    margin: 1.56% auto 0;
    width: 63%;
  }
}

.register__group02 {
  margin: 9% 0 0;
}
@media screen and (min-width: 1080px) {
  .register__group02 {
    text-align: center;
    width: 35%;
    margin: 4.1% auto 0;
  }
}

@media screen and (min-width: 1080px) {
  .register__group04 {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
}

.register__icon {
  position: absolute;
  top: 6%;
  right: 1%;
  width: 9%;
}
@media screen and (min-width: 1080px) {
  .register__icon {
    position: absolute;;
    top: 7%;
    right: 1%;
    width: 10%;
    cursor: pointer;
  }
}

.register__icon02 {
  position: absolute;
  top: 18%;
  right: 1%;
  width: 9%;
}
@media screen and (min-width: 1080px) {
  .register__icon02 {
    position: absolute;
    top: 11%;
    right: 1%;
    width: 10%;
    cursor: pointer;
  }
}

.campaign__icon {
  width: 6%;
}
@media screen and (min-width: 1080px) {
  .campaign__icon {
    width: 18px;
  }
}

.register__title03:before, .register__title03:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30%;
  height: 1px;
  background-color: #8E8E8E;
}

.register__title03:before {
  left: 0;
}

.register__title03:after {
  right: 0;
}

button:disabled {
  background-color: #8E8E8E;
  font-weight: normal;
}

.campaign {
  padding: 10px 10px;
  margin: 10% auto 0;
}
@media screen and (min-width: 1080px) {
  .campaign {
    width: 63.4%;
    margin: 40px auto 0;
    padding: 10px 40px;
  }
}

.campaign__text01 {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 1080px) {
  .campaign__text01 {
    font-size: 20px;
  }
}

.campaign__text02 {
  font-feature-settings: "palt";
  font-size: 3.2vw;
}
@media screen and (min-width: 1080px) {
  .campaign__text02 {
    font-size: 14px;
    white-space: nowrap;
  }
}

.campaign__text03 {
  font-size: 3.2vw;
}
@media screen and (min-width: 1080px) {
  .campaign__text03 {
    font-size: 14px;
  }
}

  .campaign__link {
    margin-right: 24px;
  }
@media screen and (min-width: 1080px) {
  .campaign__link {
    margin-right: 43px;
  }
}

.underline::after {
  position: absolute;
  bottom: -17%;
  left: 50%;
  transform: translateX(-50%);
  width: 48%;
  height: 5px;
  content: "";
  display: block;
  background-color: #2E96DD;
}
@media screen and (min-width: 1080px) {
  .underline::after {
    width: 200px;
  }
}

input[type=text] {
  width: 100%;
  font-size: 4.2666666667vw;
  padding: 4.2% 0% 4.2% 6%;
  border: solid 1px #707070;
  border-radius: 8px;
}
@media screen and (min-width: 1080px) {
  input[type=text] {
    font-size: 18px;
    padding: 12px 0 12px 12px;
    margin: 0;
  }
}

input[type=text]:focus {
  border-color: #2E96DD;
  outline: 0;
}

.tooltip {
  display: none;
  position: absolute;
  padding: 10px;
  line-height: 1.6em;
  border-radius: 4px;
  border: 4px solid #C7C7C7;
  background-color: #fff;
  color: #666;
  width: 100px;
  z-index: 1;
  font-size: 2.6666666667vw;
  text-align: left;
}
@media screen and (min-width: 1080px) {
  .tooltip {
    font-size: 14px;
    text-align: left;
  }
}

.tooltip::before {
  content: "";
  border-left: 16px solid transparent;
  border-top: 16px solid #ccc;
  position: absolute;
  top: 99%;
  right: 5%;
  transform: rotate(360deg);
}

.tooltip::after {
  content: "";
  border-left: 15px solid transparent;
  border-top: 15px solid white;
  position: absolute;
  top: 95.4%;
  right: 5.4%;
  transform: rotate(0deg);
}

.register__icon:hover ~ .tooltip {
  display: inline-block;
  top: -229%;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .register__icon:hover ~ .tooltip {
    display: inline-block;
    top: -101px;
    left: 0;
    width: 100%;
  }
}

.register__icon02:hover ~ .tooltip {
  display: inline-block;
  top: -144%;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .register__icon02:hover ~ .tooltip {
    display: inline-block;
    top: -126px;
    left: 0;
    width: 100%;
  }
}

.mail {
  padding: 10.7% 0 14.7%;
}
@media screen and (min-width: 1080px) {
  .mail {
    padding: 180px 0 67px;
  }
}

.mail__inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .mail__inner {
    width: 800px;
  }
}

.mail__title {
  font-weight: bold;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 1080px) {
  .mail__title {
    font-size: 30px;
  }
}

.mail__text {
  font-size: 4.2666666667vw;
  line-height: 1.4;
}
@media screen and (min-width: 1080px) {
  .mail__text {
    font-size: 16px;
  }
}
.mail__text + .mail__text {
  margin-top: 8%;
}
@media screen and (min-width: 1080px) {
  .mail__text + .mail__text {
    margin-top: 20px;
  }
}

.mail__icon {
  width: 47.7%;
  margin-left: 13%;
}
@media screen and (min-width: 1080px) {
  .mail__icon {
    width: 160px;
    margin-left: 7%;
  }
}

.footer {
  background-color: #F5F5F5;
  padding: 8% 0% 0%;
}
@media screen and (min-width: 1080px) {
  .footer {
    padding: 41px 0 0;
  }
}

.footer__inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .footer__inner {
    display: flex;
    justify-content: space-between;
  }
}

.footer__bold {
  font-weight: bold;
}

.footer__list {
  font-size: 3.2vw;
}
@media screen and (min-width: 1080px) {
  .footer__list {
    font-size: 13px;
  }
}

.footer__list.btn {
  width: 100%;
  margin-bottom: 14px;
}

.footer__list.sns {
  width: 33%;
}

.footer__list + .footer__list {
  margin-top: 15px;
}

@media screen and (min-width: 1080px) {
  .footer__list.copy + .footer__list.copy {
    margin-top: 0;
    margin-left: 20px;
  }
}

@media screen and (max-width: 1079px) {
  .footer__lists + .footer__lists {
    margin-top: 38px;
  }
}

.footer__button {
  transition: all 0.3s;
  font-weight: bold;
  background-color: #fff;
  padding: 5% 14% 6%;
  font-size: 4.2666666667vw;
  color: #2D96DC;
  width: 87%;
  margin: 0 auto;
  display: block;
  text-align: center;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1080px) {
  .footer__button {
    font-size: 16px;
    padding: 5% 22% 6%;
  }
}

.footer__sns {
  font-size: 3.7333333333vw;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}
@media screen and (min-width: 1080px) {
  .footer__sns {
    font-size: 14px;
  }
}

.footer__lists.copyright {
  background-color: #464646;
  margin-top: 30px;
  padding: 8% 4% 8%;
  color: #fff;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 1080px) {
  .footer__lists.copyright {
    font-size: 12px;
    padding: 27px 0 21px;
  }
}

.footer__list.text {
  margin-top: 32px;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .footer__list.text {
    margin-top: 0;
    text-align: left;
    margin-left: auto;
  }
}

@media screen and (min-width: 1080px) {
  .footer__inner01 {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
}

.footer__img {
  width: 40%;
}

.footer__img01 {
  width: 4%;
  transition: all 0.3s;
}

@media screen and (min-width: 1080px) {
  .footer__inner .footer__lists:last-of-type {
    width: 461px;
  }
}

.floating__button {
  font-weight: bold;
  transition: all 0.3s;
  width: 100%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  background-color: #E20B17;
  padding: 4% 25% 4%;
  font-size: 3.733333vw;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}

.floating__icon {
  width: 67%;
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .floating__icon {
    width: 100%;
  }
}

.amazon-cp{
  border: 1px solid #2e96dc;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}

.amazon-cp__title{
  background-color: #2e96dc;
  color: #fff;
  font-weight: bold;
  font-size: clamp(18px,3vw,28px);
  padding: 2% 0%;
}

.amazon-cp__text{
  font-size: clamp(16px,3vw,20px);
  padding: 6% 0;
  line-height: 1.8;
}

.amazon-cp__code{
  font-size: 1.4em;
  font-weight: bold;
}

@media screen and (min-width: 1080px) {
.amazon-cp{
    width: 70%;
    border: 1px solid #2e96dc;
    margin: 0 auto;
}

.amazon-cp__text{
  padding: 4% 0;
}
}
