/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

ul {
  list-style: none;
}

:root {
  --vw: 1vw;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

button {
  transition: 0.3s;
}

.column__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

img,
svg {
  vertical-align: top;
  width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
@media only screen and (max-width: 767px) {
  img {
    image-rendering: auto;
  }
}

.ta {
  text-align: left;
}
.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .ta--sp {
    text-align: left;
  }
  .ta-c--sp {
    text-align: center;
  }
  .ta-r--sp {
    text-align: right;
  }
}

:root {
  font-size: 62.5%;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  :root {
    font-size: calc(1 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  :root {
    font-size: calc(2.6666666667 * var(--vw));
  }
}

html, body {
  height: 100%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  /* font-optical-sizing: auto; */
  font-weight: 400;
  transition: 0.5s;
}
body.is-preload {
  opacity: 0;
}
body.is-preload * {
  transition: none !important;
}
body.is-open-menu {
  overflow: hidden;
}
body > .wrapper {
  min-height: 100%;
  height: auto;
}

.content {
  width: 100%;
  height: auto;
}

@keyframes light {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pop {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
#LP .wrapper {
  position: relative;
  background: 
  url(../img/bg_base_01.png) repeat-y 0 0/100% auto;
  /* display: grid; */
  grid-template-rows: auto 1fr auto;
  padding: 0 0 72px;
    background-size: 100% auto;
}

#LP .wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../img/bg_base_under.png) no-repeat bottom center/100% auto;
  z-index: 0; 
  pointer-events: none; 
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #LP .wrapper {
    padding: 0 0 calc(7.2 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  /* 追記20241211 */
  /* #LP .wrapper {
    padding: 0 0 calc(53.3333333333 * var(--vw));
  } */
}
/* #LP .kv {
  padding: 0 0 20px;
} */
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #LP .kv {
    padding: calc(-0.2 * var(--vw)) 0 calc(2.5 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #LP .kv {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #LP .kv .sec__in {
    padding: 0;
  }
}
#LP .gnavi {
  background: #006934;
  color: #fff;
  height: 80px;
  /* margin: 0 0 35px; */
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #LP .gnavi {
    height: calc(8 * var(--vw));
    /* margin: 0 0 calc(3.5 * var(--vw)); */
  }
}
@media only screen and (max-width: 767px) {
  #LP .gnavi {
    height: calc(37.3333333333 * var(--vw));
    /* margin: 0 auto calc(2.1333333333 * var(--vw)); */
  }
}
#LP .gnavi .sec__in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
#LP .gnavi-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 54px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #LP .gnavi-list {
    height: calc(5.4 * var(--vw));
    margin: 0 115px;
  }
}
@media only screen and (max-width: 767px) {
  #LP .gnavi-list {
    gap: 0;
    height: auto;
  }
}
#LP .gnavi-list__item {
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  #LP .gnavi-list__item {
    border-left: 1px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  #LP .gnavi-list__item {
    font-size: 1.6rem;
    width: 50%;
  }
}

/* @media only screen and (max-width: 767px) {
  #LP .gnavi-list__item:nth-of-type(5) {
    order: 4;
    border-left: 1px solid #fff;
    margin-top: calc(4.8 * var(--vw));
  }
} */
#LP .gnavi-list__item > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #LP .gnavi-list__item > a {
    padding: 0 calc(4 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #LP .gnavi-list__item > a {
    width: 100%;
    padding: calc(1.3333333333 * var(--vw)) 0;
  }
}
@media (hover: none) {
  #LP .gnavi-list__item > a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #LP .gnavi-list__item > a:active {
    opacity: 0.65;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  #LP .gnavi-list__item > a:hover {
    opacity: 0.65;
  }
}
#LP .gnavi-list__item:first-child {
  border-left: none;
}
@media only screen and (min-width: 768px) {
  #LP .gnavi-list__item:first-child > a {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) {
  #LP .gnavi-list__item:last-child > a {
    padding-right: 10px;
  }
}
#LP .sec {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #LP .sec {
    overflow: hidden;
  }
}
/* #LP .sec + .sec {
  margin: 64px auto 0;
  margin-top: 64px;
} */
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  /* #LP .sec + .sec {
    margin: calc(6.4 * var(--vw)) auto 0;
  } */
}
/* @media only screen and (max-width: 767px) {
  #LP .sec + .sec {
    margin: calc(14.9333333333 * var(--vw)) auto 0;
  }
} */
#LP .sec__in {
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding: 0 25px;
  z-index: 999;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #LP .sec__in {
    max-width: calc(100 * var(--vw));
    padding: 0 calc(2.5 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #LP .sec__in {
    width: 100%;
    padding: 0 calc(2.6666666667 * var(--vw));
  }
}
#LP .sec__ttl--01 {
  text-align: center;
  /* height: 75.5px; */
  /* margin: 0 0 40px; */
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #LP .sec__ttl--01 {
    height: calc(12.55 * var(--vw));
    margin: 0 0 calc(4 * var(--vw));
  }
}

/* 追記20241211 */
/* @media only screen and (max-width: 767px) {
  #LP .sec__ttl--01 {
    height: calc(16.9333333333 * var(--vw));
    margin: 0 0 calc(5.3333333333 * var(--vw));
  }
} */

/* 追記20250312 */
#LP .sec__ttl--01 img {
  /* width: auto;
  height: 100%;  */
  width: 90%;
  height: auto; 
  margin: 26px auto;
}

@media only screen and (max-width: 767px) {
  #LP .sec__ttl--01 img {
    width: 100%;
  }
}

#LP .sec__ttl--01_ img {
  width: 50%;
  margin: 26px auto;
}

@media only screen and (max-width: 767px) {
  #LP .sec__ttl--01_ img {
    width: 100%;
  }
  }

#LP .sec__ttl--02 {
  background: #DD1C50;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  border-radius: 16px;
  width: 100%;
  height: 63px;
  margin: 0 0 24px;
  padding: 0 22px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #LP .sec__ttl--02 {
    border-radius: calc(1.6 * var(--vw));
    height: calc(6.3 * var(--vw));
    margin: 0 0 calc(2.4 * var(--vw));
    padding: 0 calc(2.2 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #LP .sec__ttl--02 {
    font-size: 1.6rem;
    height: calc(16.8 * var(--vw));
    margin: 0 0 calc(6.4 * var(--vw));
    padding: 0 calc(2.6666666667 * var(--vw));
  }
}
#LP .sec__ttl--02.var-01 {
  background: #01A2E9;
}
#LP .sec__ttl--02.var-02 {
  background: #1BD0D3;
}
@media only screen and (max-width: 767px) {
  #LP .sec__ttl--02 > span {
    display: grid;
  }
}
#LP .sec__ttl--02 > span > span {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  #LP .sec__ttl--02 > span > span {
    font-size: 1.4rem;
  }
}
#LP .sec .txt {
  font-size: 1.8rem;
  line-height: 2.0;
}
#LP .sec .txt::before, #LP .sec .txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#LP .sec .txt::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}
#LP .sec .txt::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}
@media only screen and (max-width: 767px) {
  #LP .sec .txt {
    font-size: 1.6rem;
    line-height: 2;
    /* text-align: left; */
  }
  #LP .sec .txt::before, #LP .sec .txt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  #LP .sec .txt::before {
    margin-top: calc((1 - 2) * 0.5em);
  }
  #LP .sec .txt::after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }
}
#LP .sec .txt b.sp-only {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #LP .sec .txt b.sp-only {
    font-weight: 700;
  }
}
#LP .c-orange {
  color: #F1982E;
}
#LP .c-red {
  color: #DD1C50;
}
#LP .fz-20 {
  font-size: 2rem;
}
#LP .fz-24 {
  font-size: 2.4rem;
}

/* 追記20241211　フォントサイズ1.5 */
@media only screen and (max-width: 767px) {
  #LP .fz-18--sp {
    font-size: 1.6rem !important;
    text-align: center;
  }
  #LP .fz-20--sp {
    font-size: 2rem !important;
  }
}
#LP .mt-32 {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #LP .mt-32 {
    margin-top: calc(3.2 * var(--vw));
  }
}
#LP .mt-48 {
  /* margin-top: 48px; */
  margin: 48px 25px 0 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #LP .mt-48 {
    margin-top: calc(4.8 * var(--vw));
  }
}
#LP .mt-64 {
  margin-top: 64px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #LP .mt-64 {
    margin-top: calc(6.4 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #LP .mt-16--sp {
    margin-top: calc(4.2666666667 * var(--vw));
  }
  #LP .mt-32--sp {
    margin-top: calc(8.5333333333 * var(--vw));
  }
}
#LP .box {
  width: 100%;
}
#LP .box + .box {
  margin: 64px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #LP .box + .box {
    margin: calc(6.4 * var(--vw)) auto 0;
  }
}
@media only screen and (max-width: 767px) {
  #LP .box + .box {
    margin: calc(14.9333333333 * var(--vw)) auto 0;
  }
}
#LP .box.border-box {
  background: #fff;
  overflow: hidden;
  border: 5px solid #006934;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #LP .box.border-box {
    border-width: calc(0.4 * var(--vw));
    border-radius: calc(1.6 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #LP .box.border-box {
    border-width: calc(1.0666666667 * var(--vw));
    border-radius: calc(4.2666666667 * var(--vw));
  }
}
#LP .box__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #006934;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  height: 72px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #LP .box__ttl {
    height: calc(7.2 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #LP .box__ttl {
    font-size: 2.4rem;
    height: calc(14.9333333333 * var(--vw));
  }
    #LP .box__ttl_sp {
    font-size: 2.4rem;
    line-height: 3.4rem;
    height: calc(24.933333 * var(--vw))
  }
}
#LP .box__content {
  padding: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #LP .box__content {
    padding: calc(4 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #LP .box__content {
    padding: calc(6.4 * var(--vw)) calc(4.2666666667 * var(--vw)) calc(7.4666666667 * var(--vw));
  }
}
#LP .btn-box {
  margin: 40px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #LP .btn-box {
    margin: calc(4 * var(--vw)) auto 0;
  }
}
@media only screen and (max-width: 767px) {
  #LP .btn-box {
    margin: calc(9.6 * var(--vw)) auto 0;
  }
}

/* 応募ハガキダウンロードボタン */
#LP .btn-box .btn--01 {
  background: #F3981C;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  font-weight: 700;
  border-radius: 52px;
  aspect-ratio: 512/80;
  width: 512px;
  margin: 0 auto;
}

/* 20250312追記 WEBフォームボタン */
.btn-box_form{
background: #C91427;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 2.8rem;
font-weight: 700;
border-radius: 52px;
aspect-ratio: 512/80;
width: 512px;
margin: 40px auto 0;
}

@media only screen and (max-width: 767px) {
  .btn-box_form {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #LP .btn-box .btn--01,.btn-box_form {
    border-radius: calc(5.2 * var(--vw));
    width: calc(51.2 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #LP .btn-box .btn--01,.btn-box_form {
    font-size: 2.0rem;
    aspect-ratio: 315/49;
    width: calc(84 * var(--vw));
  }
}
@media (hover: none) {
  #LP .btn-box .btn--01,.btn-box_form {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #LP .btn-box .btn--01,.btn-box_form:active {
    opacity: 0.65;
  }
}

/* 応募ハガキダウンロードホバー時 */
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  #LP .btn-box .btn--01:hover {
    opacity: 0.65;
  }
}
/* WEB応募フォームホバー時 */
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .btn-box_form:hover {
    opacity: 0.65;
  }
}

/* #LP .sec-01 .sec__ttl--01 {
 height: 86.5px;
} */
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #LP .sec-01 .sec__ttl--01 {
    height: calc(13.65 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #LP .sec-01 .sec__ttl--01 {
    height: calc(33.6 * var(--vw));
  }
}
#LP .sec-03 .img {
  /* width: 672.5px; */
  width: 25%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #LP .sec-03 .img {
    width: calc(67.25 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  #LP .sec-03 .img {
    width: 100%;
    /* width: calc(81.8666666667 * var(--vw)); */
  }
}
#LP .footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 0 0 20px;
}
#LP .footer .copyright {
  color: #000;
  font-size: 1.2rem;
  text-align: center;
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 10px;
  /* margin: -20px 30px; */
}


/* 追記20241211 */


/* pc 20241211 追記 */
h3 {
  /* font-family: "Zen Maru Gothic"; */
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;  
  font-weight: 500;
  font-style: normal;
  /* color: #DD1C50; */
}

div.mt-32 ta-c fz-24 fz-18--sp,p.txtred {
  color: #006934;
}

img.img_img_sec_02_01 {
  margin: 20px auto;
}

.txt_ul__ {
  list-style: disc;
  font-size: 1.8rem;
  line-height: 2.0;
}

.txt_ul__in {
  list-style: disc;
  font-size: 1.8rem;
  line-height: 2.0;
  margin-left: 45px;
}

.txt_ul___ {
  font-size: 1.8rem;
  line-height: 2.0 ;
}

.txt_li___:before {
  /* margin-left: -20px; */
  content: "※";
}

/* .txt_li__:before {
  margin-left: -50px;
  content: "※";
} */

.txt_li__ {
  margin-left: -30px;
}

p.txt fz-18--sp span {
  display: inline-block;
}

.sp {
  display:none;
  }

  /*20241213 追記*/

.notice-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.notice-item {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 12px;
  margin-top: 20px;
  line-height: 1.6;
  font-size: 1.8rem;
}

.notice-item::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.notice-item:last-child {
  margin-bottom: 0;
}

.notice-item_ {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 12px;
  line-height: 1.6;
  font-size: 1.6rem;
}

.notice-item_::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.notice-item_:last-child {
  margin-bottom: 0;
}


/* 追記20241212タブレット */
  @media only screen and (min-width: 768px) and (max-width: 1000px) {
    .img_img_sec_03_01 {
      width: 25%;
    }

    #LP .sec-03 .img {
      width: 40%;
    }
  }

/* sp 20241211 追記 */
@media only screen and (max-width: 767px) {


 .txt_ul__ {
    list-style: disc;
    font-size: 1.6rem;
  }

.txt_ul__in {
    list-style: disc;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-left: 35px;
}

  .txt_ul___ {
    font-size: 1.4rem;
    /* margin-left: 1px; */
  }

  #LP .sec-01 .sec__ttl--01 {
    height: calc(33.6* var(--vw));
}

.sp {
  display:inline;
  }

  img.img_img_sec_02_01 {
    margin: calc(1.933333* var(--vw)) auto 0;
  }
  
  #LP .sec__ttl--01 {
    text-align: center;
    /* height: 75.5px; */
    margin: 0 0 20px;
  }
  
  .notice-item {
    font-size: 1.6rem;
  }

  .notice-item_ {
    font-size: 1.4rem;
    line-height: 1.2;
}
}

/*# sourceMappingURL=style.css.map */

/* ----------20250312追記---------- */

/* 購入して応募 */
#LP .box.border-box_ {
  background: #fff;
  overflow: hidden;
  border: 5px solid #C91427;
  border-radius: 16px;
  padding: 26px;
}

@media only screen and (max-width: 767px) {
  #LP .box.border-box_ {
    padding: 5px;
  }
  }


/* 対象商品のp */

.notice-list_ {
  list-style: none;
  padding: 0 90px;
  margin: 0;
  /* font-size: 1.4rem; */
  /* margin-bottom: 20px; */
  display: flex;
}

@media only screen and (max-width: 767px) {
  .notice-list_ {
display: block;
padding: calc(6.4 * var(--vw)) calc(4.2666666667 * var(--vw)) calc(7.4666666667 * var(--vw));
  }
}

/* secタイトル */
h2 {
  text-align: center;
}

/* bgの葉っぱ */
#LP .sec__in_bg {
  position: relative;
  width: 100%;
  background: url(../img/bg_base_top.png) no-repeat top center;
  background-size: 100% auto;
}

@media only screen and (max-width: 767px) {
  #LP .sec__in_bg {
    background-size: 100% auto;
  }
}

/* レシート貼付 */
.box__content h4 {
  font-size: 28px;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .box__content h4 {
font-size: 2.8rem;
}
}

@media only screen and (max-width: 767px) {
  .box__content h4 {
font-size: 2.0rem;
}

/* 応募締切 */
#LP .txt__p {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
.sp {
  display: inline;
}

.txt__p_ {
  font-size: 1.6rem;
}
}


.txt_ {
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .txt_ {
  text-align: left;
  justify-content: center;
  font-size: 1.4rem;
  margin: 10px 4px;
}
}
.txt_p {
  font-size: 1.4rem;
}

.txt__p {
  font-size: 1.8rem;
  line-height: 1.8;

.side_by_side {
  display: block;
}

}

@media only screen and (max-width: 767px) {
  .txt_p {
    text-align: left;
    justify-content: center;
    font-size: 1.4rem;
    margin: 10px 4px;  
  }
}

@media only screen and (max-width: 767px) {
  .txt__p {
    text-align: left;
    font-size: 1.6rem;
    margin-top: 10px;
  }
}


@media only screen and (min-width: 768px) {
  #LP .gnavi {
    height: 120px;
  }
  
  #LP .gnavi-list {
    height: auto;
  }
  
  #LP .gnavi-list__item {
    border: none; 
    border-bottom: 1px solid #fff; 
    height: 50%;
  }
  
  #LP .gnavi-list__item:nth-child(odd) {
    border-right: 1px solid #fff; 
  }
  
  #LP .gnavi-list__item > a {
    padding: 0;
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #LP .gnavi {
    height: calc(37.3333333333 * var(--vw));
  }
  
  #LP .gnavi-list {
    display: flex;
    flex-wrap: wrap;
  }
  
  #LP .gnavi-list__item:nth-of-type(1) {
    order: 1; 
    border-right: 1px solid #fff;
  }
  
  #LP .gnavi-list__item:nth-of-type(2) {
    order: 2; 
  }
  
  #LP .gnavi-list__item:nth-of-type(3) {
    order: 3; 
    margin-top: calc(4.8 * var(--vw));
    border-right: 1px solid #fff;
    border-bottom: none;
  }
  
  #LP .gnavi-list__item:nth-of-type(4) {
    order: 4; 
    border-bottom: none;
  }
  
  #LP .gnavi-list__item > a {
    width: 100%;
    padding: calc(1.3333333333 * var(--vw)) 0;
    align-items: end;
  }
}
}


/*お問い合わせ  */
.txt__p {
  font-size: 1.8rem;
  display: contents;
  margin-top: 10px;
}

.side_by_side {
  display: flex;
  justify-content: center;
}

.txt__p_ {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 12px;
  line-height: 0.8;
  font-size: 1.8rem;
  text-align: left;
}

.txt__p_::before {
  content: "※";
  position: absolute;
  left: 3px;
  top: 0;
}

ul.notice-inner {
    padding-left: 20px;
}


h5 {
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .txt__p_ {
    font-size: 1.6rem;
    line-height: 1.0;
  }

  h5 {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
    @media only screen and (max-width: 767px) {
.side_by_side {
            display: block;
            justify-content: normal;
}
    }
}
/* 応募方法セクションのスタイル 2025.09.19.ebina */
.application-method-title {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .application-method-title {
    font-size: calc(2.8 * var(--vw));
    margin-bottom: calc(2 * var(--vw));
  }
}

@media only screen and (max-width: 767px) {
  .application-method-title {
    font-size: 2.0rem;
    margin-bottom: calc(5.3333333333 * var(--vw));
  }
}

.application-divider {
  border: none;
  border-top: 1px solid #333;
  margin: 20px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .application-divider {
    margin: calc(2 * var(--vw)) 0;
  }
}

@media only screen and (max-width: 767px) {
  .application-divider {
    margin: calc(5.3333333333 * var(--vw)) 0;
  }
}


/* Custom class to suppress ※ marker */
.no-marker {
  list-style: none !important;
  content: none !important;
  margin-left: 14px;
  padding-top: 10px;
}


a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

.custom-link {
  color: #000;
  text-decoration: none;
}

.custom-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .custom-link {
    font-size: 1.6rem;
    padding: 8px 12px;
    display: inline-block;
  }
}
