.au-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  max-width: 980px;
  margin: 25px auto 40px;
}

@media screen and (max-width: 768px) {
  .au-nav {
    padding: 0 10px;
    gap: 4px;
    margin: 20px auto;
  }
}

.au-nav--item {
  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;
  width: calc(100% / 3 - 8px);
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .au-nav--item {
    width: calc(100% / 3 - 2px);
  }
}

.au-nav--itemBefore {
  position: relative;
  inset: 0;
  width: 100%;
  height: 100%;
  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;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* あとで消す
.au-nav--itemBefore:after {
  content: '';
  background-image: url("../images/arrow-orange.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 12px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .au-nav--itemBefore:after {
    width: 9px;
    height: 5px;
  }
} */

.au-nav--itemAfter {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #f14800;
  color: #ffffff;
  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;
  font-size: 27px;
  line-height: 2;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
}

.au-nav--itemAfter:after {
  content: '';
  background-image: url("../images/arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 20px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.au-nav--itemAfter span {
  font-size: 25px;
}

.au-nav--item a {
  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;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .au-nav--item a:hover {
    opacity: 1;
  }
  .au-nav--item a:hover .au-nav--itemBefore {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  .au-nav--item a:hover .au-nav--itemAfter {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.au-point {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .au-point {
    margin-bottom: 40px;
  }
}

.au-point--heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.au-point--heading label {
  font-size: 32px;
  padding-right: 0.5em;
}

@media screen and (max-width: 768px) {
  .au-point--heading label {
    font-size: 32px;
    font-size: 4.267vw;
    white-space: nowrap;
  }
}

.au-point--heading label strong {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 52px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .au-point--heading label strong {
    font-size: 50px;
    font-size: 6.66667vw;
  }
}

.au-point--heading h2 {
  font-size: 36px;
  border-left: solid 4px #f14800;
  padding: 5px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .au-point--heading h2 {
    font-size: 28px;
    font-size: 3.73333vw;
  }
}

.au-point--heading h2 sup {
  font-size: 20px;
  margin-left: -0.5em;
}

@media screen and (max-width: 768px) {
  .au-point--heading h2 sup {
    font-size: 18px;
    font-size: 2.4vw;
  }
}

.au-point--heading strong {
  color: #f14800;
}

.au-point--heading-sup {
  margin: 0 0 0 10px;
  font-size: 26px;
}

.au-conditions {
  padding-bottom: 100px;
}

.au-conditions h4 {
  margin-bottom: 50px;
}

.au-conditions--plans {
  margin-top: 12px;
}

.au-conditions--plus {
  font-size: 24px;
  margin: 10px auto;
}

@media screen and (max-width: 768px) {
  .au-conditions--plus {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.au-conditions--plan {
  padding: 0px;
  border: solid 2px #808080;
  color: #808080;
  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;
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  padding: 8px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .au-conditions--plan {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.au-conditions--plan figure {
  padding: 0;
  margin: 0;
}

.au-conditions--plan figure figcaption {
  font-size: 12px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .au-conditions--plan figure figcaption {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

.au-conditions--plan .plan1 {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
}

@media screen and (max-width: 768px) {
  .au-conditions--plan .plan1 {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
  }
}

.au-conditions--plan .plan1 img {
  width: 70px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .au-conditions--plan .plan1 img {
    width: 50px;
  }
}

.au-conditions--plan .plan2 {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 22px;
  text-align: left;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .au-conditions--plan .plan2 {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.au-conditions--plan .plan3 {
  position: relative;
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
}

@media screen and (max-width: 768px) {
  .au-conditions--plan .plan3 {
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
  }
}

.au-conditions--plan .plan3:before {
  content: '+';
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.au-conditions--plan .plan3 img {
  width: 50px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .au-conditions--plan .plan3 img {
    width: 40px;
  }
}

.au-conditions--plan.plan_img {
  padding: 0;
  line-height: 0;
  font-size: 0;
}

.au-conditions--plan.plan_img img {
  width: 100%;
  height: auto;
}

.au-conditions--plan p {
  margin: 0 0 20px 0;
  text-align: left;
  color: #808080;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .au-conditions--plan p {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.au-conditions--point {
  padding: 0 1rem;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .au-conditions--point {
    padding: 0 0rem;
  }
}

.au-conditions--caution {
  margin: 0;
  padding: 0;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .au-conditions--caution {
    padding: 0 0rem;
  }
}

.au-conditions--set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto;
}

@media screen and (max-width: 768px) {
  .au-conditions--set {
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

.au-conditions--set h3 {
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .au-conditions--set h3 {
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

.au-conditions--set .f-l {
  font-size: 36px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .au-conditions--set .f-l {
    font-size: 24px;
    font-size: 6.4vw;
  }
}

.au-conditions--setLeft {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: solid 4px #808080;
  padding: 1rem 1rem 32px;
  text-align: center;
  border-radius: 20px;
}

.au-conditions--setLeft .au-conditions--caution .au-conditions--text{
  font-size: 16px;
  text-align: center;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .au-conditions--setLeft .au-conditions--caution .au-conditions--text{
    font-size: 24px;
    font-size: 3.2vw;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  .au-conditions--setLeft .au-conditions--caution {
    font-size: 12px;
    font-size: 3.2vw;
    padding: 0;
  }
}

.au-conditions--setCenter {
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-size: 60px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.au-conditions--setRight {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: solid 4px #f14800;
  padding: 1rem;
  text-align: center;
  position: relative;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .au-conditions--setRight {
    padding: 1rem 10px 3em;
  }
}

.au-conditions--setRight .auplan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin: 60px auto;
}

.au-conditions--setRight .auplan span {
  font-size: 26px;
  -webkit-transform: translateY(75%);
          transform: translateY(75%);
}

@media screen and (max-width: 768px) {
  .au-conditions--setRight .auplan span {
    font-size: 40px;
    font-size: 5.33333vw;
  }
}

.au-conditions--setRight .auplan figure {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.au-conditions--setRight .auplan figure figcaption {
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .au-conditions--setRight .auplan figure figcaption {
    font-size: 28px;
    font-size: 3.73333vw;
  }
}

.au-conditions--setRight p {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .au-conditions--setRight p {
    font-size: 36px;
    font-size: 4.8vw;
    line-height: 1.2;
  }
}

.au-conditions--setRight p small {
  font-size: 15px;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .au-conditions--setRight p small {
    font-size: 24px;
    font-size: 3.2vw;
  }
}

p.au-conditions--setRight-text-main {
  margin-top: 96px;
  margin-bottom: 0;
}

p.au-conditions--setRight-text-sub {
  font-size: 15px;
  margin-top: 10px;
  margin-inline: -5px;
}

@media screen and (max-width: 768px) {
  p.au-conditions--setRight-text-main {
    margin-top: 70px;
    margin-bottom: 24px;
  }

  p.au-conditions--setRight-text-sub {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  
}

.au-conditions--setRight .rButtom {
  position: absolute;
  bottom: 32px;
  left: 1rem;
  text-align: left;
}

.au-conditions--setRight .rButtom .au-conditions--link li {
  margin: 0.5em 0;
  font-size: 14px;
}

.au-conditions--setRight .rButtom .au-conditions--link a {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .au-conditions--setRight .rButtom .au-conditions--link a {
    font-size: 12px;
    font-size: 3.2vw;
  }

  .au-conditions--setRight .rButtom {
    bottom: 1rem;
  }
}

.au-conditions--set .au-conditions--link li {
  margin: 0.5em 0;
  text-align: right;
}

.au-conditions--set .au-conditions--link a {
  font-size: 16px;
  font-weight: 700;
  color: #0000FF;
}

.au-conditions--set .au-conditions--link a.btn-anchor {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  letter-spacing: 0;
}

.au-conditions--set .au-conditions--link a.btn-anchor:after {
  content: '';
  background-image: url("../images/arrow_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 14px;
}

@media screen and (max-width: 768px) {
  .au-conditions--set .au-conditions--link a {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.au-conditions--setBottom {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 10px #f14800;
  padding: 1rem 0 0;
  text-align: center;
  position: relative;
  margin-top: 120px;
  border-radius: 37px;
}

@media screen and (max-width: 768px) {
  .au-conditions--setBottom {
    border: solid 13px #f14800;
  }
}

.au-conditions--setBottom::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -96px;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../images/arrow-bottom.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 94px;
  height: 47px;
}

@media screen and (max-width: 768px) {
  .au-conditions--setBottom::before {
    top: -96px;
    width: 75px;
  }
}

@media screen and (max-width: 768px) {
  .au-conditions--setBottom {
    width: auto;
    padding: 1rem 0 0;
  }
}

.au-conditions--setBottom h4 {
  font-size: 48px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .au-conditions--setBottom h4 {
    font-size: 48px;
    font-size: 6.4vw;
    line-height: 1.2;
  }
}

.au-conditions--setBottom h4 span {
  font-size: 44px;
}

@media screen and (max-width: 768px) {
  .au-conditions--setBottom h4 span {
    font-size: 44px;
    font-size: 5.86667vw;
  }
}

.au-conditions--setBottom .auplan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  padding: 20px 210px 10px;
}

@media screen and (max-width: 768px) {
  .au-conditions--setBottom .auplan {
    padding: 20px 15px;
    gap: 20px;
  }
}

.au-conditions--setBottom .auplan figure {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.au-conditions--setBottom .auplan figure figcaption {
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .au-conditions--setBottom .auplan figure figcaption {
    font-size: 22px;
    font-size: 2.93333vw;
    line-height: 1.2;
  }
}

.au-conditions--setBottom .prices {
  background-color: #f14800;
  color: #ffffff;
  letter-spacing: 0.1em;
  padding-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .au-conditions--setBottom .prices {
    padding-bottom: 0;
  }
}


.au-conditions--setBottom .prices img {
  margin-right: 20px;
  width: 170px;
  vertical-align: text-bottom;
  -webkit-transform: translateY(17px);
          transform: translateY(17px);
}

@media screen and (max-width: 768px) {
  .au-conditions--setBottom .prices img {
    display: block;
    margin: 0;
    width: 21%;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}

.au-conditions--setBottom .prices .price1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  font-size: 55px;
  font-weight: 700;
  position: relative;
  line-height: 1.3;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
          justify-content: center;
        padding-top: 8px;

}
@media screen and (max-width: 980px) {
  .au-conditions--setBottom .prices .price1 {
    font-size: 6vw;
  }
}

@media screen and (max-width: 768px) {
  .au-conditions--setBottom .prices .price1 {
    padding-top: 1rem;
    font-size: 30px;
    font-size: 4vw;
    line-height: 1.2;
    -ms-flex-pack: distribute;

  }
}

.au-conditions--setBottom .prices .price1 strong {
  color: #ffffff;
  font-size: 200px;
  line-height: 1;
  letter-spacing: -5px;
}

@media screen and (max-width: 980px) {
  .au-conditions--setBottom .prices .price1 strong {
    font-size: 18vw;
  }
}

@media screen and (max-width: 768px) {
  .au-conditions--setBottom .prices .price1 strong {
    font-size: 85px;
    font-size: 11.33333vw;
    letter-spacing: 1px
  }
}

.au-conditions--setBottom .prices .price1 span.price1-sub {
  font-size: 90px;
}

@media screen and (max-width: 980px) {
  .au-conditions--setBottom .prices .price1 span.price1-sub {
    font-size: 8vw;
  }
}

@media screen and (max-width: 768px) {
  .au-conditions--setBottom .prices .price1 span.price1-sub {
    font-size: 48px;
    font-size: 6.4vw;
  }
}

.au-conditions--setBottom .prices .price1 span.price2-sub {
  font-size: 48px;
}

@media screen and (max-width: 980px) {
  .au-conditions--setBottom .prices .price1 span.price2-sub {
    font-size: 8vw;
  }
}

@media screen and (max-width: 768px) {
  .au-conditions--setBottom .prices .price1 span.price2-sub {
    font-size: 48px;
    font-size: 6.4vw;
  }
}

.au-conditions--setBottom .prices .price1 div {
  position: relative;
  display: flex;
  align-items: flex-end;
}

.au-conditions--setBottom .prices .price1 div p {
  position: relative;
  margin: 0;
}

.au-conditions--setBottom .prices .price1 div span.price2-sub {
  position: absolute;
  top: -12px;
  left: 0;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .au-conditions--setBottom .prices .price1 div span.price2-sub {
    font-size: 20px;
    font-size: 2.66667vw;
    top: -1em;
  }
}

.au-conditions--setBottom .prices span.prices-note {
  display: block;
  font-size: 20px;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .au-conditions--setBottom .prices span.prices-note {
    font-size: 24px;
    font-size: 3.2vw;
    margin-top: 5px;
  }
}

.au-conditions--setBottom .prices span.prices-note a.text-link {
  color: #ffffff;
  text-decoration: underline;
}

.au-conditions--setBottom .prices span.prices-note a.text-link:hover{
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .au-conditions--setBottom .prices span.price2-sub {
  }
}

.au-conditions--setBottom .prices .price2 {
  display: inline-block;
  padding: 7px 20px;
  color: #000000;
  font-size: 29px;
  background-color: #fcc500;
  border-radius: 17px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .au-conditions--setBottom .prices .price2 {
    font-size: 29px;
    font-size: 3.86667vw;
  }
}

.au-conditions--setBottom .prices .price2 span {
  margin-right: 6px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .au-conditions--setBottom .prices .price2 span {
    font-size: 14px;
    font-size: 1.86667vw;
  }
}

.au-conditions--setBottom2 > .text-right{
  font-size: 24px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .au-conditions--setBottom2 > .text-right{
    font-size: 4.26667vw;
  }
}

.au-conditions--setBottom2 .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .au-conditions--setBottom2 .sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .au-conditions--setBottom2 {
    padding: 0 15px;
  }
  .au-conditions--setBottom2 p {
    font-size: 24px;
    font-size: 3.2vw;
  }
}

.au-conditions--bottomlink {
  text-align: right;
  height: 1.6em;
}

@media screen and (max-width: 768px) {
  .au-conditions--bottomlink {
    display: none;
  }
}

.au-conditions--bottomlink a {
  color: #737373;
  position: relative;
}

.au-conditions--button {
  margin-top: 80px;
  margin-bottom: 20px;
}

.au-conditions--button a {
  display: block;
  background-color: #009145;
  color: #fff;
  text-align: right;
  border-radius: 10px;
  font-size: 35px;
  padding: 0 45px;
  -webkit-box-shadow: 0 10px 0 #015b2a;
          box-shadow: 0 10px 0 #015b2a;
  position: relative;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .au-conditions--button a {
    font-size: 26px;
    font-size: 6.93333vw;
  }
}

.au-conditions--button a:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  width: 8px;
  height: 14px;
  background-image: url("../images/arrow_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.au-conditions--button a span {
  position: absolute;
  left: 30px;
  top: -50px;
  display: inline-block;
  color: #009145;
  width: 105px;
  height: 105px;
  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;
  font-size: 26px;
  line-height: 1;
  background-image: url("../images/img_fukidashi.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-right: 8px;
}

@media screen and (max-width: 768px) {
  .au-conditions--button a span {
    font-size: 14px;
    width: 56px;
    height: 56px;
    top: -20px;
    left: 20px;
  }
}

.au-conditions--button a:hover {
  text-decoration: none;
}

.au-point02--set {
  border: solid 10px #f14800;
  padding: 1em;
  text-align: center;
  position: relative;
  margin-bottom: 120px;
  border-radius: 37px;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .au-point02--set {
    padding-top: 2em;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.au-point02--set::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -96px;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../images/arrow-bottom.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 94px;
  height: 47px;
}

@media screen and (max-width: 768px) {
  .au-point02--set::after {
    content: none;
  }
}

.au-point02--block01, .au-point02--block02 {
  position: relative;
}

.au-point02--block01 p, .au-point02--block02 p {
  font-size: 31px;
  line-height: 1.4;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .au-point02--block01 p, .au-point02--block02 p {
    font-size: 31px;
    font-size: 4.13333vw;
  }
}

.au-point02--block01 p strong, .au-point02--block02 p strong {
  font-size: 42px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .au-point02--block01 p strong, .au-point02--block02 p strong {
    font-size: 42px;
    font-size: 5.6vw;
    line-height: 1.6;
  }
}

.au-point02--block01 p sup, .au-point02--block02 p sup {
  font-size: 17px;
}

@media screen and (max-width: 768px) {
  .au-point02--block01 p sup, .au-point02--block02 p sup {
    font-size: 12px;
    font-size: 1.6vw;
  }
}

.au-point02--block01 img, .au-point02--block02 img {
  display: block;
  max-width: 800px;
  margin: 15px auto;
}

@media screen and (max-width: 768px) {
  .au-point02--block01 img, .au-point02--block02 img {
    width: 100%;
  }
}

.au-point02--block02 img {
  max-width: 536px;
}

@media screen and (max-width: 768px) {
  .au-point02--block02 img {
    width: 63%;
  }
}

.au-point02--block02 .plus {
  margin: -40px 0 0;
  color: #808080;
  vertical-align: middle;
  text-align: center;
  font-weight: 900;
  font-size: 116px;
  line-height: 1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 768px) {
  .au-point02--block02 .plus {
    margin: -8px 0 8px;
    font-size: 60px;
    font-size: 8vw;
  }
}

.au-point03--heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: solid 3px #808080;
  background-color: #f2f2f2;
  padding: 8px;
  gap: 24px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .au-point03--heading {
    gap: 12px;
  }
}

.au-point03--heading label {
  width: 116px;
  height: 116px;
  background-color: #f14800;
  color: #ffffff;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 37px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .au-point03--heading label {
    font-size: 37px;
    font-size: 4.93333vw;
    width: 58px;
    height: 58px;
  }
}

.au-point03--heading label strong {
  font-size: 54px;
}

@media screen and (max-width: 768px) {
  .au-point03--heading label strong {
    font-size: 54px;
    font-size: 7.2vw;
  }
}

.au-point03--heading .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.au-point03--heading .text p {
  margin: 0;
  padding: 0;
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .au-point03--heading .text p {
    font-size: 32px;
    font-size: 4.26667vw;
  }
}

.au-point03--heading .text p .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .au-point03--heading .text p .sp {
    display: block;
  }
}

.au-point03--heading .text a {
  text-align: right;
  font-size: 25px;
}

@media screen and (max-width: 768px) {
  .au-point03--heading .text a {
    font-size: 25px;
    font-size: 3.33333vw;
  }
}

.au-point03--tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  width: 100%;
  margin: 24px auto 0;
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}

.au-point03--tabs .tab_item,
.au-point03--tabs .tab_item {
  width: 47.5%;
  height: 100px;
  line-height: 1;
  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;
  text-align: center;
  float: left;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  z-index: 0;
  font-size: 38px;
  color: #b3b3b3;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .au-point03--tabs .tab_item,
  .au-point03--tabs .tab_item {
    height: 54px;
    font-size: 38px;
    font-size: 5.06667vw;
  }
}

.au-point03--tabs .tab_item01,
.au-point03--tabs .tab_item01 {
  border: solid 3px #f14800;
  border-bottom: none;
  background-color: #ffffff;
}

.au-point03--tabs .tab_item02,
.au-point03--tabs .tab_item02 {
  border: solid 3px #808080;
  border-bottom: none;
  background-color: #f2f2f2;
  float: right;
}

.au-point03--tabs input[name='tab_item01'],
.au-point03--tabs input[name='tab_item02'] {
  display: none;
}

.au-point03--tabs .tab_content {
  display: none;
  padding: 35px;
  clear: both;
  text-align: center;
  position: relative;
  z-index: 0;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

@media screen and (max-width: 768px) {
  .au-point03--tabs .tab_content {
    padding: 15px;
  }
}

.au-point03--tabs .tab_content01 {
  border: solid 3px #f14800;
  background-color: #ffffff;
}

.au-point03--tabs .tab_content02 {
  border: solid 3px #808080;
  background-color: #f2f2f2;
}

.au-point03--tabs #yes01:checked + .tab_item,
.au-point03--tabs #no01:checked + .tab_item,
.au-point03--tabs #yes02:checked + .tab_item,
.au-point03--tabs #no02:checked + .tab_item {
  z-index: 2;
  color: #000000;
}

.au-point03--tabs #yes01:checked ~ #yes01_cont,
.au-point03--tabs #no01:checked ~ #no01_cont,
.au-point03--tabs #yes02:checked ~ #yes02_cont,
.au-point03--tabs #no02:checked ~ #no02_cont {
  display: block;
}

.au-point03--contents {
  text-align: center;
  position: relative;
  z-index: 3;
}

.au-point03--contents::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #b3b3b3;
  width: 60px;
  height: calc(100% - 40px);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .au-point03--contents::before {
    width: 30px;
  }
}

.au-point03--contents::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -52px;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../images/arrow-gray.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 140px;
  height: 60px;
}

@media screen and (max-width: 768px) {
  .au-point03--contents::after {
    width: 70px;
    height: 30px;
    bottom: -26px;
  }
}

.au-point03--contents.tab_content01 {
  padding: 170px 0 120px;
}

.au-point03--contents.tab_content01 .cont {
  background-color: #ffffff;
  padding: 40px 0;
}

.au-point03--contents.tab_content01 .stamp {
  text-align: center;
}

.au-point03--contents.tab_content01 .stamp img {
  width: 126px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .au-point03--contents.tab_content01 .stamp img {
    width: 63px;
  }
}

.au-point03--contents.tab_content01 p {
  text-align: center;
  color: #f14800;
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  .au-point03--contents.tab_content01 p {
    font-size: 36px;
    font-size: 4.8vw;
  }
}

.au-point03--contents.tab_content02::before {
  height: 50px;
}

.au-point03--contents .lead {
  font-size: 36px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .au-point03--contents .lead {
    font-size: 36px;
    font-size: 4.8vw;
  }
}

.au-point03--contents .lead small {
  display: block;
  font-size: 27px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .au-point03--contents .lead small {
    font-size: 27px;
    font-size: 3.6vw;
  }
}

.au-point03--contents .buttons {
  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;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .au-point03--contents .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.au-point03--contents .buttons .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #f14800;
  color: #ffffff;
  text-align: center;
  display: block;
  font-size: 26px;
  font-weight: 700;
  padding: 0.75em 1em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .au-point03--contents .buttons .btn {
    font-size: 26px;
    font-size: 3.46667vw;
    width: 80%;
  }
}

.au-point03--contents .buttons .btn:after {
  content: '';
  background-image: url("../images/arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 10px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

@media screen and (max-width: 768px) {
  .au-point03--contents .buttons .btn:after {
    left: 10px;
    width: 10px;
    height: 5px;
  }
}

.au-point03--contents .caution p {
  font-size: 24px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .au-point03--contents .caution p {
    font-size: 24px;
    font-size: 3.2vw;
  }
}

.au-point03--contents .caution p strong {
  font-size: 27px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .au-point03--contents .caution p strong {
    font-size: 27px;
    font-size: 3.6vw;
  }
}

.au-point03--contents .join {
  max-width: 643px;
  margin: 0 auto;
}

.au-point03--contents .join p {
  margin: 0;
}

.au-point03--contents .join .btn {
  display: block;
  background-color: #ffffff;
  border: solid 3px #f14800;
  text-align: center;
  color: #f14800;
  font-size: 42px;
  padding: 0.25em 1em 0.5em;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
}

@media screen and (max-width: 768px) {
  .au-point03--contents .join .btn {
    font-size: 42px;
    font-size: 5.6vw;
  }
}

.au-point03--contents .lead2 {
  font-size: 27px;
  line-height: 2;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .au-point03--contents .lead2 {
    font-size: 27px;
    font-size: 3.6vw;
    position: relative;
  }
}

.au-point03--contents .lead2 .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .au-point03--contents .lead2 .sp {
    display: block;
  }
}

.au-point03--contents .lead2:before {
  content: '／';
  position: relative;
  display: inline-block;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .au-point03--contents .lead2:before {
    position: absolute;
    left: 8%;
    top: 50%;
    -webkit-transform: scale(-1, 3) translate(0, -18%);
            transform: scale(-1, 3) translate(0, -18%);
  }
}

.au-point03--contents .lead2:after {
  content: '／';
  position: relative;
  display: inline-block;
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .au-point03--contents .lead2:after {
    position: absolute;
    right: 8%;
    top: 50%;
    -webkit-transform: scale(1, 3) translate(0, -18%);
            transform: scale(1, 3) translate(0, -18%);
  }
}

.au-point03--contents .text2 {
  font-size: 27px;
  line-height: 2;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .au-point03--contents .text2 {
    font-size: 27px;
    font-size: 3.6vw;
  }
}

.au-point03--contents .buttons2 {
  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;
  gap: 30px;
  max-width: 700px;
  margin: 20px auto;
}

@media screen and (max-width: 768px) {
  .au-point03--contents .buttons2 {
    gap: 15px;
  }
}

.au-point03--contents .buttons2 .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #f14800;
  color: #ffffff;
  text-align: left;
  display: block;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.5em 0 0.5em 75px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .au-point03--contents .buttons2 .btn {
    font-size: 26px;
    font-size: 3.46667vw;
    padding-left: 32px;
  }
}

.au-point03--contents .buttons2 .btn:after {
  content: '';
  background-image: url("../images/arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 10px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

@media screen and (max-width: 768px) {
  .au-point03--contents .buttons2 .btn:after {
    left: 10px;
    width: 10px;
    height: 5px;
  }
}

.au-point03--contents .buttons2 img {
  width: 225px;
}

@media screen and (max-width: 768px) {
  .au-point03--contents .buttons2 img {
    width: 48px;
  }
}

.au-point03--contents .caution2 {
  text-align: left;
  max-width: 700px;
  margin: 20px auto;
}

.au-point03--contents .caution2 p {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .au-point03--contents .caution2 p {
    font-size: 24px;
    font-size: 3.2vw;
    margin: 0;
  }
}

.au-point03--contents .caution2 a {
  position: relative;
  padding-right: 20px;
}

.au-point03--contents .caution2 a:after {
  content: '';
  background-image: url("../images/arrow_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 16px;
}

.au-point03--cont03 {
  margin-top: 24px;
  border: solid 3px #808080;
  background-color: #ffffff;
  padding: 8px;
  text-align: center;
}

.au-point03--cont03 p {
  font-size: 27px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .au-point03--cont03 p {
    font-size: 27px;
    font-size: 3.6vw;
  }
}

.au-point03--cont03 p .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .au-point03--cont03 p .sp {
    display: block;
  }
}

.au-point03--cont03 p strong {
  font-weight: 700;
  color: #f14800;
}

.au-point03--cont03b {
  position: relative;
  margin-top: 80px;
  border: solid 10px #f14800;
  background-color: #ffffff;
  padding: 35px;
  text-align: center;
  border-radius: 35px;
}

@media screen and (max-width: 768px) {
  .au-point03--cont03b {
    margin-top: 60px;
    padding: 15px 5px;
    border-width: 10px;
  }
}

.au-point03--cont03b-img {
  position: absolute;
  top: -284px;
  left: 65px;
  width: 360px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .au-point03--cont03b-img {
    top: -160px;
    left: -40px;
    width: 200px;
  }
}

.au-point03--cont03b p {
  font-size: 36px;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .au-point03--cont03b p {
    font-size: 36px;
    font-size: 4.8vw;
  }
}

.au-point03--cont03b p strong {
  font-weight: 700;
  color: #f14800;
}

.au-point03--cont03b .shop {
  max-width: 506px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .au-point03--cont03b .shop {
    max-width: 70%;
  }
}

.au-point03--cont03b .sup {
  margin: 0 0 24px 0;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .au-point03--cont03b .sup {
    font-size: 24px;
    font-size: 3.2vw;
  }
}

.au-point03--cont03b .point {
  font-size: 24px;
  line-height: 1.5;
  border: solid 3px #f14800;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.25em 0.75em;
  margin: 24px auto 0;
  border-radius: 16px;
}

@media screen and (max-width: 768px) {
  .au-point03--cont03b .point {
    font-size: 24px;
    font-size: 3.2vw;
    letter-spacing: 0;
  }
}

.au-point03--main {
  margin: 45px 0 0 390px;
}

@media screen and (max-width: 768px) {
  .au-point03--main {
    margin: 20px 0 0 115px;
  }
}

.au-point03--main p {
  margin: 0;
}

.au-point03--main p:nth-of-type(1) {
  font-size: 41px;
  color: #232256;
}

@media screen and (max-width: 768px) {
  .au-point03--main p:nth-of-type(1) {
    font-size: 36px;
    font-size: 4.8vw;
  }
}

.au-point03--main p:nth-of-type(2) {
  font-size: 36px;
  color: #f14800;
}

@media screen and (max-width: 768px) {
  .au-point03--main p:nth-of-type(2) {
    font-size: 36px;
    font-size: 4.8vw;
  }
}

.au-caution {
  border-top: solid 1px #4d4d4d;
  border-bottom: solid 1px #4d4d4d;
  margin-bottom: 3rem;
}

.au-caution--summary {
  list-style: none;
  display: block;
  text-align: center;
  font-size: 27px;
  color: #4d4d4d;
  position: relative;
  cursor: pointer;
  padding: 1em 0;
}

@media screen and (max-width: 768px) {
  .au-caution--summary {
    font-size: 27px;
    font-size: 3.6vw;
    padding: 1em 0;
  }
}

.au-caution--summary:before {
  content: '▼';
  margin: 0 1em;
}

.au-caution--summary:after {
  content: '▼';
  margin: 0 1em;
}

.au-caution summary::-webkit-details-marker {
  display: none;
}

.au-caution--details {
  padding-bottom: 40px;
  font-weight: 400;
}

.au-caution h4 {
  margin-bottom: 50px;
}

.au-caution h6 {
  margin: 1em 0 0 0;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .au-caution h6 {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.au-caution p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .au-caution p {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.au-caution a {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .au-caution a {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.au-caution--frame {
  margin: 30px 10px;
  border: solid 1px #000;
  padding: 1em;
}

@media screen and (max-width: 768px) {
  .au-caution--frame {
    margin: 15px 0px;
  }
}

.au-caution--frame p:nth-of-type(2) {
  margin-top: 10px;
}

.au-caution--textPoint {
  text-align: right;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .au-caution--textPoint {
    font-size: 11px;
    font-size: 2.93333vw;
    text-align: center;
  }
}

.au-caution--textPoint span {
  padding: 0 0.5rem;
  display: inline-block;
  border: solid 1px #000;
}

span.wallpoet{
  font-family: 'Wallpoet', sans-serif;
  font-size: 130px !important;
  letter-spacing: -22px;
}

span.letter-spacing-30 {
  letter-spacing : -22px;
  font-size : 200px !important;
}

@media screen and (max-width: 768px) {
  span.wallpoet{
    font-family: 'Wallpoet', sans-serif;
    font-size: 11.33333vw !important;
    letter-spacing: 0px;
  }

  span.letter-spacing-30 {
    letter-spacing : 0px;
    font-size : 11.33333vw !important;
  }
  
  .font-68vw {
    font-size: 6.8vw !important;
  }
  
  .font-18_sp {
    font-size: 18px !important;
  }
  
  .au-point--heading-sup {
    font-size: 3.73333vw;
  }
}
/*# sourceMappingURL=main.css.map*/