* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5rem;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td {
  vertical-align: top;
  padding: 0;
}

th {
  vertical-align: top;
  padding: 0;
  text-align: left;
  font-weight: bold;
}

template,
[hidden] {
  display: none;
}

body {
  max-width: 475px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic StdN", YuGothic, "Yu Gothic Medium", "YuGothic Medium", "Yu Gothic", "Helvetica Neue", Meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #000;
  font-feature-settings: "palt";
  margin: 0 auto;
}

p {
  letter-spacing: 0;
  word-spacing: 0;
}

.br-sp {
  display: block;
}
@media (min-width: 476px) {
  .br-sp {
    display: none;
  }
}

.br {
  display: none;
}
@media (min-width: 476px) {
  .br {
    display: block;
  }
}

#AGF_LP {
  position: relative;
  box-shadow: -18px 0 20px rgba(0, 0, 0, 0.15), 10px 0 20px rgba(0, 0, 0, 0.15), 0 -20px 20px rgba(0, 0, 0, 0.15), 0 20px 20px rgba(0, 0, 0, 0.15);
}
#AGF_LP .sticky {
  position: fixed;
  background: #f00;
  bottom: 0;
  left: 50%;
  translate: -50%;
  z-index: 100;
  transition: opacity 0.3s ease-in-out;
  pointer-events: auto;
  cursor: pointer;
}
#AGF_LP .sticky-btn {
  display: block;
  width: min(100vw, 475px);
}
#AGF_LP .sticky-btn:hover {
  background: #fff;
  opacity: 0.8;
  transition: opacity 0.4s;
}
#AGF_LP #loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
  transition: opacity 0.6s;
}
#AGF_LP #loader.loaded {
  opacity: 0;
  pointer-events: none;
}
#AGF_LP .fadeAnimation {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.5s ease-out, transform 0.7s ease-out;
}
#AGF_LP .fadeAnimation.is-show {
  opacity: 1;
  transform: translateX(0);
}
#AGF_LP .bottomAnimation {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease-out, transform 0.7s ease-out;
}
#AGF_LP .bottomAnimation.is-show {
  opacity: 1;
  transform: translateY(0);
}
#AGF_LP .content {
  background: #eee;
  padding-bottom: min(27.7894736842vw, 132px);
}
#AGF_LP .fv {
  position: relative;
  z-index: 1;
  margin-bottom: min(13.4736842105vw, 64px);
}
#AGF_LP .fv__inner {
  position: relative;
  z-index: -1;
  background: #c5edff;
  padding-bottom: min(5.0526315789vw, 24px);
}
#AGF_LP .fv__header {
  position: relative;
  display: block;
  width: 100%;
  box-shadow: 0 1px 7px;
  margin-bottom: min(3.3684210526vw, 16px);
  z-index: 10;
}
#AGF_LP .fv__bg {
  position: relative;
}
#AGF_LP .fv__bg picture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: min(100vw, 475px);
  height: min(111.1578947368vw, 528px);
}
#AGF_LP .fv__txt {
  position: relative;
  width: min(82.7368421053vw, 393px);
  margin-left: min(2.7368421053vw, 13px);
  margin-bottom: min(1.6842105263vw, 8px);
}
#AGF_LP .fv__pic01 {
  position: absolute;
  top: min(1.0526315789vw, 5px);
  left: min(6.3157894737vw, 30px);
  display: block;
  width: min(50.1052631579vw, 238px);
  transform: scale(0);
  transform-origin: 55% 70%;
}
#AGF_LP .fv__pic02 {
  position: absolute;
  top: min(14.7368421053vw, 70px);
  right: min(3.5789473684vw, 17px);
  display: block;
  width: min(28.4210526316vw, 135px);
  transform: scale(0);
  transform-origin: 50% 60%;
}
#AGF_LP .fv__pic03 {
  position: absolute;
  top: max(-2.1052631579vw, -10px);
  right: max(-11.5789473684vw, -55px);
  display: block;
  transform: scale(0);
  width: min(17.8947368421vw, 85px);
}
#AGF_LP .fv__band {
  margin-top: max(-14.7368421053vw, -70px);
}
#AGF_LP .fv__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(93.2631578947vw, 443px);
  margin: min(1.6842105263vw, 8px) auto min(3.1578947368vw, 15px);
}
#AGF_LP .fv__item {
  width: min(30.1052631579vw, 143px);
  background: #fff464;
  border-radius: min(3.7894736842vw, 18px);
  font-size: min(4.6315789474vw, 22px);
  text-align: center;
  color: #0089e9;
  padding: min(1.0526315789vw, 5px) 0;
}
#AGF_LP .fv__sup {
  font-size: min(2.1052631579vw, 10px);
  margin-right: max(-2.1052631579vw, -10px);
}
#AGF_LP .fv__detail {
  font-size: min(2.1052631579vw, 10px);
  text-align: center;
  letter-spacing: 0.01em;
  color: #0089e9;
}
#AGF_LP .point {
  margin-bottom: min(16.2105263158vw, 77px);
  overflow: hidden;
}
#AGF_LP .point__inner {
  width: min(93.2631578947vw, 443px);
  margin: 0 auto;
}
#AGF_LP .point__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: min(3.3684210526vw, 16px);
  margin-bottom: min(8.4210526316vw, 40px);
}
#AGF_LP .point__pic {
  width: min(88.6315789474vw, 421px);
  margin-bottom: min(0.4210526316vw, 2px);
}
#AGF_LP .point__ttl {
  width: min(86.5263157895vw, 411px);
  font-size: min(8.4210526316vw, 40px);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.1;
  border-bottom: 5px solid #008dcb;
  margin: 0 auto;
}
#AGF_LP .coupon {
  margin-bottom: min(27.5789473684vw, 131px);
}
#AGF_LP .coupon__txt {
  position: relative;
  background: #008837;
  font-size: min(6.3157894737vw, 30px);
  text-align: center;
  letter-spacing: 0.06em;
  color: #fff;
  padding: min(4.6315789474vw, 22px) 0 min(5.6842105263vw, 27px) 0;
  margin-bottom: min(10.7368421053vw, 51px);
}
#AGF_LP .coupon__txt::before {
  content: "";
  position: absolute;
  top: max(-4.4210526316vw, -21px);
  left: 50%;
  translate: -50%;
  background: url(../img/coupon_talk@2x.png) no-repeat;
  background-size: cover;
  width: min(67.1578947368vw, 319px);
  height: min(6.7368421053vw, 32px);
}
#AGF_LP .coupon__txt::after {
  content: "";
  position: absolute;
  bottom: max(-5.6842105263vw, -27px);
  left: 50%;
  translate: -50%;
  rotate: 180deg;
  display: block;
  width: min(12.4210526316vw, 59px);
  height: min(7.7894736842vw, 37px);
  background: #008837;
  clip-path: polygon(50% 0, 100% 100%, 0% 100%);
  border-radius: min(1.0526315789vw, 5px);
}
#AGF_LP .coupon__strong {
  font-size: min(8vw, 38px);
  border-bottom: 5px solid #ffea00;
}
#AGF_LP .coupon__pic {
  display: block;
  margin-bottom: min(11.7894736842vw, 56px);
}
#AGF_LP .coupon__btn {
  display: block;
  width: min(93.2631578947vw, 443px);
  background: #f00;
  border-radius: 100vmax;
  font-size: min(4vw, 19px);
  text-align: center;
  color: #fff;
  padding: min(4.6315789474vw, 22px);
  margin: 0 auto;
  transition: opacity 0.5s ease;
}
#AGF_LP .coupon__btn:hover {
  opacity: 0.8;
}
#AGF_LP .item__txt {
  position: relative;
  width: min(86.5263157895vw, 411px);
  margin: 0 auto min(5.6842105263vw, 27px);
}
#AGF_LP .item__pic01 {
  position: absolute;
  top: max(-6.5263157895vw, -31px);
  right: min(27.5789473684vw, 131px);
  width: min(22.3157894737vw, 106px);
}
#AGF_LP .item__pic02 {
  position: absolute;
  top: min(1.2631578947vw, 6px);
  right: min(16.6315789474vw, 79px);
  width: min(10.7368421053vw, 51px);
}
#AGF_LP .item__pic03 {
  position: absolute;
  top: max(-8.8421052632vw, -42px);
  right: min(7.3684210526vw, 35px);
  width: min(7.1578947368vw, 34px);
}
#AGF_LP .item__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(93.2631578947vw, 443px);
  margin: 0 auto min(4vw, 19px);
}
#AGF_LP .item__content {
  width: min(30.1052631579vw, 143px);
  background: #fff464;
  border-radius: min(3.7894736842vw, 18px);
  font-size: min(4.6315789474vw, 22px);
  font-weight: 700;
  text-align: center;
  color: #0089e9;
  padding: min(1.0526315789vw, 5px) 0;
}
#AGF_LP .item__sup {
  font-size: min(2.1052631579vw, 10px);
  margin-right: max(-2.1052631579vw, -10px);
}
#AGF_LP .item__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-start;
  gap: min(2.5263157895vw, 12px);
  margin-left: min(0.8421052632vw, 4px);
}
#AGF_LP .item__img {
  width: min(46.5263157895vw, 221px);
}
#AGF_LP .item__box {
  width: min(47.7894736842vw, 227px);
  padding-top: min(3.5789473684vw, 17px);
}
#AGF_LP .item__sub {
  font-size: min(4.6315789474vw, 22px);
  font-weight: 700;
  color: #008dcb;
  margin-bottom: min(2.7368421053vw, 13px);
  padding-left: min(2.7368421053vw, 13px);
  padding-top: min(2.3157894737vw, 11px);
}
#AGF_LP .item__name {
  width: min(48vw, 228px);
  background: #008dcb;
  border-radius: min(3.7894736842vw, 18px);
  font-size: min(4.4210526316vw, 21px);
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
  padding: min(1.6842105263vw, 8px) 0 min(2.1052631579vw, 10px) 0;
  margin-bottom: min(5.0526315789vw, 24px);
}
#AGF_LP .item__note {
  width: min(49.6842105263vw, 236px);
  font-size: min(2.9473684211vw, 14px);
  letter-spacing: -0.05em;
  line-height: 1.7;
  word-break: keep-all;
  overflow-wrap: break-word;
  white-space: normal;
  padding-left: min(3.3684210526vw, 16px);
}
#AGF_LP .item__detail {
  font-size: min(2.1052631579vw, 10px);
  text-align: center;
  letter-spacing: -0.04em;
  color: #0089e9;
  margin-bottom: min(7.1578947368vw, 34px);
}
#AGF_LP .item__btn {
  display: block;
  width: min(93.2631578947vw, 443px);
  background: #0d4b29;
  border-radius: 100vmax;
  font-size: min(3.3684210526vw, 16px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  padding: min(5.0526315789vw, 24px) 0;
  margin: 0 auto min(11.7894736842vw, 56px);
  transition: opacity 0.5s ease;
}
#AGF_LP .item__btn:hover {
  opacity: 0.8;
}
#AGF_LP .item__small {
  width: min(93.2631578947vw, 443px);
  font-size: min(2.1052631579vw, 10px);
  letter-spacing: 0.03em;
  font-weight: 400;
  color: #000;
  margin: 0 auto;
}