@charset "UTF-8";

.fee-title {
  margin-bottom: 12px;
  letter-spacing: 1px;
  text-align: center;
  font-size: 54.4px;
  font-size: 3.4rem;
  font-weight: 500;
}

.fee-title span {
  display: block;
  line-height: 1;
  font-size: 96px;
  font-size: 6rem;
  font-weight: 600;
}

.fee-lead {
  line-height: 2;
  text-align: center;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: 400;
}

.fee-block {
  margin-bottom: 25px;
}

.fee-block__sub {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: 14%;
}

.fee-block__sub .fee-price {
  display: inline-block;
  line-height: 1;
  font-size: 224px;
  font-size: 14rem;
  font-weight: 400;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(1.2, 1);
  -ms-transform: scale(1.2, 1);
  transform: scale(1.2, 1);
}

.fee-block__sub .fee-price.m--active {
  -webkit-animation: yenMove 0.9s cubic-bezier(0.565, 1.65, 0.76, 1.245) forwards;
  animation: yenMove 0.9s cubic-bezier(0.565, 1.65, 0.76, 1.245) forwards;
}

.fee-block__sub span {
  padding-left: 5px;
  line-height: 1.8;
  font-size: 54.4px;
  font-size: 3.4rem;
  font-weight: 600;
}

.fee-deal {
  margin-bottom: 25px;
}

.fee-deal__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
}

.fee-deal__txt {
  padding: 10px 0;
  font-size: 24px;
  font-size: 1.5rem;
}

.fee-deal__caution {
  padding-top: 5px;
  text-align: right;
  font-size: 19.2px;
  font-size: 1.2rem;
}

.fee-deal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 420px;
  margin: 0 auto;
}

.fee-deal-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 48%;
  padding: 10px 4vw;
  border-style: solid;
  border-width: 2px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fee-deal-price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: 13%;
}

.fee-deal-price__txt {
  display: inline-block;
  line-height: 1;
  font-size: 96px;
  font-size: 6rem;
  font-weight: 500;
  -webkit-transform: scale(1.2, 1);
  -ms-transform: scale(1.2, 1);
  transform: scale(1.2, 1);
}

.fee-deal-price span {
  padding-left: 5px;
  line-height: 1.6;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
}

.fee-deal-price sup {
  position: absolute;
  bottom: 7%;
  right: -20%;
  font-size: 20.8px;
  font-size: 1.3rem;
}

.fee-table {
  border: 1px solid #ddd;
}

.fee-table-title {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 28.8px;
  font-size: 1.8rem;
  color: #fff;
}

.fee-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fee-plan__item {
  position: relative;
  width: 50%;
}

.fee-plan__item:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
}
.fee-plan__item:last-child:after {
  content:none;
}

.fee-plan-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 22.4px;
  font-size: 1.4rem;
}

.fee-plan-data__total {
  width: 100%;
  padding: 12px 1vw;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fee-plan-data__price {
  width: 100%;
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fee-plan-data__price + .fee-plan-data__price {
  border-top: 1px solid #ddd;
}

@media screen and (min-width: 768px) {
  .fee-title {
    margin-bottom: 5px;
    letter-spacing: 2px;
    font-size: 5rem;
  }

  .fee-title span {
    letter-spacing: 4px;
    font-size: 8.8rem;
  }

  .fee-lead {
    font-size: 2rem;
  }

  .fee-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 950px;
    margin: 0 auto 50px;
  }

  .fee-block__sub {
    width: 50%;
    margin-left: 0;
    padding-left: 5%;
  }

  .fee-block__sub .fee-price {
    margin-top: -50px;
    font-size: 34rem;
  }

  .fee-block__sub .fee-price.m--active {
    -webkit-animation: yenMovePC 0.9s cubic-bezier(0.565, 1.65, 0.76, 1.245) forwards;
    animation: yenMovePC 0.9s cubic-bezier(0.565, 1.65, 0.76, 1.245) forwards;
  }

  .fee-block__sub span {
    padding-left: 20px;
    line-height: 1.5;
    font-size: 11rem;
  }

  .fee-deal {
    max-width: 950px;
    margin: 0 auto 30px;
  }

  .fee-deal__title {
    margin-bottom: 15px;
    font-size: 4rem;
  }

  .fee-deal__txt {
    padding: 0;
    font-size: 2rem;
  }

  .fee-deal__caution {
    padding-top: 10px;
    font-size: 1.4rem;
  }

  .fee-deal-list {
    max-width: 100%;
  }

  .fee-deal-list__item {
    max-width: 440px;
    padding: 20px 10px;
    border-width: 4px;
  }

  .fee-deal-price {
    margin-left: 26%;
  }

  .fee-deal-price__txt {
    font-size: 14rem;
  }

  .fee-deal-price span {
    font-size: 5rem;
  }

  .fee-deal-price sup {
    right: -18px;
    font-size: 1.4rem;
  }

  .fee-table {
    max-width: 950px;
    margin: 0 auto;
    border-width: 2px;
  }

  .fee-table-title {
    height: 46px;
    line-height: 46px;
    font-size: 2.4rem;
  }

  .fee-plan {
    display: block;
  }

  .fee-plan__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .fee-plan__item:last-child .fee-plan-data__total {
    border-bottom: none;
  }

  .fee-plan__item:last-child .fee-plan-data__price {
    border-bottom: none;
  }

  .fee-plan__item:first-child:after {
    display: none;
  }

  .fee-plan-data {
    display: table;
    width: 100%;
    font-size: 1.6rem;
  }

  .fee-plan-data__total {
    display: table-cell;
    width: 25%;
    min-height: 70px;
    vertical-align: middle;
    padding: 20px 0;
    border-bottom: 2px solid #ddd;
  }

  .fee-plan-data__price {
    display: table-cell;
    width: 10%;
    min-height: 70px;
    vertical-align: middle;
    padding: 20px 0;
    border-left: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
  }

  .fee-plan-data__price + .fee-plan-data__price {
    border-top: none;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .fee-block__sub {
    margin-left: 11%;
  }
}
