@charset "UTF-8";
/* 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;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

*,
::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;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* 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;
}

ol, ul, li {
  list-style-type: none;
}

a {
  text-decoration: none !important;
  cursor: pointer;
}

img {
  width: 100%;
}

#special-content {
  padding: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

@media screen and (min-width: 769px) {
  .feature_details01 .box {
    margin-top: 0rem !important;
  }
  .feature_details01 {
    padding-bottom: 0 !important;
  }
}
.wrapper_40th {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1rem;
  color: #007D2E;
  text-align: center;
}

.futura_l {
  font-family: futura-pt, sans-serif;
  font-weight: 100;
  font-style: normal;
}

.futura_r {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.futura_m {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.futura_d {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.futura_h {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ja {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ja_b {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.fadein_40th {
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.7s ease;
}
.fadein_40th.in {
  opacity: 1;
  transform: translateY(0);
}

.sec_ttl {
  letter-spacing: -0.04em;
}
.sec_ttl .letter {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.3s ease, transform 0.5s ease;
  transition-delay: calc(var(--index) * 0.07s);
}
.sec_ttl.move .letter {
  opacity: 1;
  transform: translateX(0px);
}

.header_40th .ttl_40th {
  text-align: center;
  color: #fff;
  line-height: 1;
  background: #007D2E;
  padding: 1.7333333333% 0;
  font-size: 5.8666666667vw;
  width: 100%;
  align-items: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.6s ease-in-out;
  white-space: nowrap;
}
.header_40th .ttl_40th span {
  font-size: 9.8666666667vw;
}
.header_40th .ttl_40th.start {
  clip-path: inset(0);
}
@media screen and (min-width: 769px) {
  .header_40th .ttl_40th {
    background: #007D2E;
    font-size: min(3.0555555556vw, 26px);
    padding: 3.1818181818% 0;
  }
  .header_40th .ttl_40th span {
    font-size: min(5.1388888889vw, 42px);
  }
}
.header_40th .logo_40th {
  width: 76.3466666667%;
  line-height: 0;
  margin: 6.8% auto 0;
  transform: scale(0.5, 0.5);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.header_40th .logo_40th.start {
  transform: scale(1, 1);
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .header_40th .logo_40th {
    max-width: 350px;
  }
}
.header_40th .lead {
  margin: 11.3333333333% auto 0;
  color: #007D2E;
  text-align: center;
  font-weight: 600;
  line-height: 1.75;
  font-size: 4.2666666667vw;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 769px) {
  .header_40th .lead {
    font-size: min(2.2222222222vw, 18px);
    margin: 7.8703703704% auto 0;
  }
}
.header_40th .lead.in {
  opacity: 1;
}
.header_40th .scroll-wrap {
  width: 100%;
  position: relative;
  margin: 6.8% auto 10.5333333333%;
}
.header_40th .scroll-wrap .scroll_bar {
  margin: 0 auto;
  content: "";
  width: 1px;
  height: 63px;
  background: #007D2E;
  animation: scrollAnimation 1.7s linear infinite;
}
.header_40th .scroll-wrap .scroll {
  position: absolute;
  display: block;
  top: 50%;
  right: 40%;
  transform: translate(50%, -50%);
  color: #007D2E;
  white-space: nowrap;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .header_40th .scroll-wrap {
    margin: 3.5416666667% auto 7.3148148148%;
  }
  .header_40th .scroll-wrap .scroll {
    font-size: min(1.9444444444vw, 20px);
  }
}

@keyframes scrollAnimation {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  50%, 65% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(100% 0 0 0);
  }
}
.main_40th {
  overflow: hidden;
}

.sec_40th {
  position: relative;
}
.sec_40th .num {
  font-size: 6.9333333333vw;
  line-height: 1;
  background: #007D2E;
  padding: 4% 0;
  border-radius: 25px 25px 0 0;
  color: #fff;
}
.sec_40th .num span {
  font-size: 8.2666666667vw;
}
.sec_40th .sec_ttl {
  line-height: 1;
  font-size: 6.9333333333vw;
  padding: 5.2% 0;
  border-bottom: solid 1px #007D2E;
}
@media screen and (min-width: 769px) {
  .sec_40th .num {
    font-size: min(3.6111111111vw, 30px);
  }
  .sec_40th .num span {
    font-size: min(4.3055555556vw, 38px);
  }
  .sec_40th .sec_ttl {
    font-size: min(3.6111111111vw, 30px);
  }
}

.comingsoon {
  position: absolute;
  top: 0;
  width: 24%;
}
.comingsoon .comingsoon_inner {
  width: 100%;
  position: relative;
}
.comingsoon .comingsoon_inner .coming {
  animation: roll 13s linear infinite;
  transform-origin: center;
}
.comingsoon .comingsoon_inner .comingsoon_txt {
  width: 45.65%;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}

@keyframes roll {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sec_1 {
  margin-top: 10.5333333333%;
}
.sec_1 .logos_week {
  width: 54.7306666667%;
  line-height: 0;
  margin: 3.2% auto 0;
}
.sec_1 .sp_price-wrap {
  font-size: 5.0666666667vw;
  line-height: 1.9736842105;
  margin-top: 10.6666666667%;
}
.sec_1 .sp_price-wrap .sp_price-inner {
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  justify-content: center;
}
.sec_1 .sp_price-wrap .sp_price-inner .oneweek {
  color: #fff;
  background: #007D2E;
  padding: 1.7333333333% 1.4666666667%;
  clip-path: inset(0 100% 0 0);
  display: inline;
  line-height: 1;
  margin-right: 5px;
  transition: all 0.5s ease;
}
.sec_1 .sp_price-wrap .sp_price-inner.move .oneweek {
  clip-path: inset(0);
}
@media screen and (min-width: 769px) {
  .sec_1 {
    margin-top: 7.3148148148%;
  }
  .sec_1 .logos_week {
    max-width: 380px;
  }
  .sec_1 .sp_price-wrap {
    font-size: min(2.6388888889vw, 25px);
  }
}
.sec_1 .week_date {
  width: 66.6666666667%;
  margin: 8.9333333333% auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec_1 .week_date .dates {
  width: 20.456%;
  line-height: 0;
}
.sec_1 .week_date .dates:nth-of-type(5), .sec_1 .week_date .dates:nth-of-type(6), .sec_1 .week_date .dates:nth-of-type(7), .sec_1 .week_date .dates:nth-of-type(8) {
  margin-top: 6%;
}
.sec_1 .feb {
  width: 38.5333333333%;
  margin: 3.8666666667% auto 0;
}
@media screen and (min-width: 769px) {
  .sec_1 .feb {
    max-width: 289px;
  }
}
.sec_1 .limited {
  font-size: 3.2vw;
  line-height: 1.875;
  margin: 9.3333333333% 0 13.3333333333%;
}
@media screen and (min-width: 769px) {
  .sec_1 .limited {
    font-size: min(1.6666666667vw, 16px);
  }
}

.sec_2 {
  margin-top: 10.5333333333%;
}
.sec_2 .campaign {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: left;
  margin-top: 9.6%;
  margin-left: 11.2%;
}
.sec_2 .campaign .icebox {
  font-size: 5.0666666667vw;
  line-height: 1.6315789474;
  text-align: left;
  position: relative;
  z-index: 20;
}
.sec_2 .campaign .icebox span {
  font-size: 2.6666666667vw;
  line-height: 1;
  vertical-align: text-top;
}
.sec_2 .campaign .icebox .icebox-inner {
  display: flex;
  align-items: center;
  vertical-align: middle;
  line-height: 1;
}
.sec_2 .campaign .icebox .icebox-inner .thousand {
  font-size: 5.8666666667vw;
  background: #FEDC32;
  padding: 1px 10px;
  white-space: nowrap;
  margin-right: 5px;
}
.sec_2 .campaign .icebox .icebox-inner .piece {
  font-size: 5.0666666667vw;
}
@media screen and (min-width: 769px) {
  .sec_2 .campaign {
    margin-left: 7.6363636364%;
    justify-content: center;
  }
  .sec_2 .campaign .icebox {
    font-size: min(2.6388888889vw, 24px);
  }
  .sec_2 .campaign .icebox span {
    font-size: min(1.3888888889vw, 13px);
  }
  .sec_2 .campaign .icebox .icebox-inner .thousand {
    font-size: min(3.0555555556vw, 27px);
    background: #FEDC32;
    padding: 1px 10px;
    white-space: nowrap;
    clip-path: inset(0 100% 0 0);
    transition: all 0.5s ease;
    margin-right: 10px;
  }
  .sec_2 .campaign .icebox .icebox-inner .piece {
    font-size: min(2.6388888889vw, 19px);
  }
  .sec_2 .campaign .icebox.move .thousand {
    clip-path: inset(0);
  }
}
.sec_2 .campaign .vol2_item {
  width: 46.792%;
  margin-left: -10.6666666667%;
  z-index: 10;
}
.sec_2 .cam_txt {
  font-size: 4.2666666667vw;
  line-height: 1.75;
  margin-top: 8.1333333333%;
}
@media screen and (min-width: 769px) {
  .sec_2 .cam_txt {
    font-size: min(1.6666666667vw, 16px);
    width: 100%;
    margin-top: 5.6481481481%;
  }
}
.cam_close {
  font-size: 3.2vw;
  line-height: 1.75;
  margin: 9.3333333333% auto 14.1333333333%;
  border-radius: 15px;
  width: 76.8%;
  padding: 16px 0;
  border: solid 1px #007D2E;
}
@media screen and (min-width: 769px) {
  .cam_close {
    font-size: min(1.6666666667vw, 16px);
    max-width: 380px;
    margin: 6.4814814815% auto 9.8148148148%;
  }
}

.sec_3 {
  margin-top: 10.5333333333%;
}
.sec_3 .campaign {
  display: flex;
  vertical-align: middle;
  align-items: center;
  margin-top: 8.8%;
  margin-right: -9.7333333333%;
  justify-content: right;
  gap: 2.3%;
}
.sec_3 .campaign .ecologos {
  font-size: 4.9333333333vw;
  line-height: 1.6756756757;
  text-align: left;
}
.sec_3 .campaign .ecologos .bulk {
  background: #FEDC32;
  padding: 5px 7px;
  line-height: 1;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease;
  display: inline-block;
}
.sec_3 .campaign .ecologos.move .bulk {
  clip-path: inset(0);
}
.sec_3 .campaign .vol3_item {
  width: 52.456%;
}
@media screen and (min-width: 769px) {
  .sec_3 .campaign {
    margin-right: -6.6363636364%;
  }
  .sec_3 .campaign .ecologos {
    font-size: min(2.5694444444vw, 22px);
  }
}


.sec_4 {
  border-bottom: solid 1px #007D2E;
}
.sec_4 .comingsoon {
  left: 0;
  margin: -5.6% 0 0 4.1333333333%;
}
.sec_4 .campaign {
  overflow: hidden;
}
.sec_4 .campaign .fall_camp {
  font-size: 4.9333333333vw;
  line-height: 1.6756756757;
  margin-top: 6.6%;
}
@media screen and (min-width: 769px) {
  .sec_4 .campaign .fall_camp {
    font-size: min(2.5694444444vw, 23px);
  }
}
.sec_4 .campaign .vol4_item {
  width: 100.8%;
  line-height: 0;
  margin-left: 5.3333333333%;
  margin-top: 6.9333333333%;
}
@media screen and (min-width: 769px) {
  .sec_4 .campaign .vol4_item {
    margin-top: 4.8148148148%;
  }
}
.sec_4 .cam_txt {
  border: solid 1px #007D2E;
  border-radius: 15px;
  font-size: 3.4666666667vw;
  width: 76.8%;
  margin: 9.3333333333% auto 13.3333333333%;
  padding: 14px 0;
}
@media screen and (min-width: 769px) {
  .sec_4 .cam_txt {
    font-size: min(1.6666666667vw, 16px);
    max-width: 380px;
  }
}

.sec_5 {}
.sec_5_visual {
  margin: 6.8% auto 6.4%;
  max-width: 191px;
}
.cam5_itemlist {
  display: grid;
  grid-template-columns: 100%;
  gap: 30px 4%;
}
.cam5_itemlist_item {
  display: grid;
  align-items: center;
  grid-template-columns: 100%;
  gap: 3vw;
  text-align: left;
}
.cam5_itemlist_item_image {
}
.cam5_itemlist_ttl {
  border-bottom: 1px solid #007D2E;
  font-weight: 700;
  font-size: 4.266vw;
  text-align: center;
}
.cam5_itemlist_desc {
  font-size: 3.73vw;
  text-align: center;
}
.cam5_itemlist_more {
  width: 100px;
  text-align: center;
  padding: 0.6em;
  border-radius: 999px;
  color: #fff;
  background-color: #e85000;
  box-shadow: 0 0.3em 0 0 rgba(192, 67, 0, 1);
  line-height: 1;
  font-size: 3.46vw;
}
.cam5_itemlist_util {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.3em 1em;
  margin-top: 10px;
}
#sec_5 .cam_linklist {
  margin: 2.0em 0 2.0em;
}

@media screen and (min-width: 769px) {
  .sec_5_visual {
    margin: 6.8% auto 6.2%;
  }
  .cam5_itemlist {
    gap: 30px 0;
  }
  .cam5_itemlist_item {
    display: grid;
    align-items: center;
    grid-template-columns: 56fr 44fr;
    gap: 3%;
    text-align: left;
  }
  .cam5_itemlist_ttl {
    grid-column: span 2;
    font-size: min(2.2222222222vw, 18px);
    text-align: left;
  }
  .cam5_itemlist_desc {
    margin-top: 0.5em;
    text-align: left;
    font-size: min(1.7283950617vw, 14px);
  }
  .cam5_itemlist_price {
    margin-top: 0.5em;
    font-size: min(1.975308642vw, 16px);
  }
  .cam5_itemlist_more {
    font-size: min(1.7283950617vw, 14px);
  }
  .cam5_itemlist_more:hover {
    transform: translateY(0.3em);
    box-shadow: 0 0em 0 0 rgba(0, 0, 0, 1);
  }
  #sec_5 .cam_linklist {
    margin: 1.0em 0 2.0em;
  }
  .cam5_itemlist_util {
    justify-content: flex-start;
  }
}
#sec_5 .sec_ttl {
  letter-spacing: -0.05em;
}
#sec_5 .cam_txt--lead {
  letter-spacing: 0.15em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #sec_5 .sec_ttl {
    font-size: 5.5333333333vw;
  }
  #sec_5 .cam_txt--lead {
    letter-spacing: 0.08em;
    font-size: 14px;
  }
}



.item_sell .sell_wrap {
  display: flex;
  vertical-align: middle;
  padding-top: 8.9333333333%;
  justify-content: left;
  align-items: center;
}
.item_sell .sell_40th {
  padding-left: 14.9333333333%;
  padding-right: 8.1333333333%;
  font-size: 4.8vw;
  line-height: 1.7222222222;
  text-align: left;
}
.item_sell .thanksyear {
  width: 25.4026666667%;
  line-height: 0;
}
.item_sell .andmore {
  line-height: 1;
  margin-top: 6.9333333333%;
  padding-bottom: 6.9333333333%;
  border-bottom: solid #007D2E 1px;
  font-size: 8.5333333333vw;
}
@media screen and (min-width: 769px) {
  .item_sell .sell_wrap {
    justify-content: center;
  }
  .item_sell .sell_40th {
    padding-left: 0;
    padding-right: 5.6481481481%;
    font-size: min(2.5vw, 23px);
  }
  .item_sell .andmore {
    font-size: min(4.4444444444vw, 36px);
  }
}

.footer_40th {
  margin-bottom: 15.3066666667%;
}
.footer_40th .sevendays {
  padding-top: 11.6%;
  font-size: 4.8vw;
}
.footer_40th .footer_logo {
  width: 71.8666666667%;
  line-height: 0;
  margin: 5.4666666667% auto 0;
}
.footer_40th .weekhere {
  margin: 9.7333333333% auto 0;
  width: 73.3333333333%;
  text-align: center;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.footer_40th .weekhere:hover {
  opacity: 0.7;
}
.footer_40th .weekhere a {
  width: 100%;
  padding: 18px 0;
  background: #007D2E;
  color: #fff;
  border-radius: 30px;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 769px) {
  .footer_40th .sevendays {
    font-size: min(2.5vw, 23px);
  }
  .footer_40th .weekhere {
    max-width: 400px;
  }
  .footer_40th .weekhere a {
    border-radius: 35px;
    font-size: min(1.8055555556vw, 17px);
  }
}

.info_detail {
  background: #007D2E;
  color: #fff;
  margin: 14.4% auto 0;
  width: 73.3333333333%;
  border-radius: 15px;
  padding: 7.6% 0 8.6666666667%;
}
.info_detail .info_campaign {
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
}
.info_detail .info_date {
  letter-spacing: 0.15em;
  margin-top: 3.6363636364%;
  line-height: 1;
  font-size: 9.0666666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.info_detail .info_date span {
  font-size: 10.8vw;
}
.info_detail .info_disclosure {
  margin-top: 3.6363636364%;
  line-height: 1;
  font-size: 5.0666666667vw;
}
@media screen and (min-width: 769px) {
  .info_detail {
    max-width: 400px;
  }
  .info_detail .info_campaign {
    font-size: min(1.9444444444vw, 18px);
  }
  .info_detail .info_date {
    font-size: min(4.7222222222vw, 38px);
  }
  .info_detail .info_date span {
    font-size: min(5.625vw, 48px);
  }
  .info_detail .info_disclosure {
    font-size: min(2.6388888889vw, 24px);
    margin-top: 5%;
  }
}

.wrapper_40th {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .wrapper_40th {
    display: grid;
    align-items: start;
    grid-template-columns: 30.9027777778% 38.1944444444% 30.9027777778%;
    overflow: hidden;
  }
}
.wrapper_40th .pc-left_40th, .wrapper_40th .pc-right_40th {
  position: sticky;
  top: 0;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
  background: #007D2E;
}
@media screen and (min-width: 769px) {
  .wrapper_40th .pc-left_40th, .wrapper_40th .pc-right_40th {
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .container_40th {
    position: relative;
    z-index: 100;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.container_40th::-webkit-scrollbar {
  display: none;
}

.pc-left_40th .left_inner {
  position: fixed;
  top: 60%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.pc-left_40th .left_inner .pc_anchor .campaign_num {
  margin-top: 1.25%;
  font-size: min(1.875vw, 27px);
  transition: opacity 0.3s ease;
}
.pc-left_40th .left_inner .pc_anchor .campaign_num:hover {
  opacity: 1 !important;
}
.pc-left_40th .left_inner .pc_anchor .campaign_num span {
  font-size: min(2.1527777778vw, 31px);
}
.pc-left_40th .left_inner .pc_anchor .campaign_num a {
  color: #fff;
}
.pc-left_40th.pc-show .left_inner {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.pc-left_40th.pc-hidden .left_inner {
  opacity: 0;
}

.pc-right_40th .right_inner {
  position: fixed;
  top: 48%;
  transform: translateY(-50%);
  color: #fff;
  width: 16.9444444444%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.pc-right_40th .pc-logo {
  width: 52.6639344262%;
  margin: 0 auto;
  line-height: 0;
}
.pc-right_40th .pc_campaign-detail {
  position: relative;
  margin-top: 22.9508196721%;
}
.pc-right_40th .pc_sec-detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.pc-right_40th .pc_sec-detail.show {
  opacity: 1;
}
.pc-right_40th .pc-secttl {
  font-size: min(1.9444444444vw, 28px);
  line-height: 1;
}
.pc-right_40th .pc-secttl span {
  font-size: min(2.3611111111vw, 34px);
}
.pc-right_40th .question {
  font-size: min(2.9861111111vw, 43px);
  line-height: 1;
}
.pc-right_40th .pc-special_price {
  font-size: min(1.3888888889vw, 20px);
  margin-top: 14.3442622951%;
  line-height: 1.75;
}
.pc-right_40th .pc-andmore {
  font-size: min(2.6388888889vw, 38px);
  margin-top: 14.3442622951%;
}
.pc-right_40th.pc-show .right_inner {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.pc-right_40th.pc-hidden .right_inner {
  opacity: 0;
}


/* 右ナビ */


.wrapper_40th:has(#sec_5.on) .pc_anchor li:nth-child(1) {
  opacity: 1;
}

.wrapper_40th:has(#sec_5.on) .pc_anchor li:not(:nth-child(1)) {
  opacity: 0.6;
}

.wrapper_40th:has(#sec_5.on) .pc_campaign-detail li:nth-child(5) {
  opacity: 1;
}

.wrapper_40th:has(#sec_5.on) .pc_campaign-detail li:not(:nth-child(5)) {
  opacity: 0;
}


.wrapper_40th:has(#sec_3.on) .pc_anchor li:nth-child(2) {
  opacity: 1;
}

.wrapper_40th:has(#sec_3.on) .pc_anchor li:not(:nth-child(2)) {
  opacity: 0.6;
}

.wrapper_40th:has(#sec_3.on) .pc_campaign-detail li:nth-child(3) {
  opacity: 1;
}

.wrapper_40th:has(#sec_3.on) .pc_campaign-detail li:not(:nth-child(3)) {
  opacity: 0;
}






.wrapper_40th:has(#sec_2.on) .pc_anchor li:nth-child(3) {
  opacity: 1;
}

.wrapper_40th:has(#sec_2.on) .pc_anchor li:not(:nth-child(3)) {
  opacity: 0.6;
}

.wrapper_40th:has(#sec_2.on) .pc_campaign-detail li:nth-child(2) {
  opacity: 1;
}

.wrapper_40th:has(#sec_2.on) .pc_campaign-detail li:not(:nth-child(2)) {
  opacity: 0;
}



.wrapper_40th:has(#sec_1.on) .pc_campaign-detail li:nth-child(1) {
  opacity: 1;
}

.wrapper_40th:has(#sec_1.on) .pc_campaign-detail li:not(:nth-child(1)) {
  opacity: 0;
}



.wrapper_40th:has(#sec_1.on) .pc_anchor li:nth-child(4) {
  opacity: 1;
}

.wrapper_40th:has(#sec_1.on) .pc_anchor li:not(:nth-child(4)) {
  opacity: 0.6;
}


.wrapper_40th:has(#sec_4.on) .pc_anchor li:nth-child(5) {
  opacity: 1;
}

.wrapper_40th:has(#sec_4.on) .pc_anchor li:not(:nth-child(5)) {
  opacity: 0.6;
}

.wrapper_40th:has(#sec_4.on) .pc_campaign-detail li:nth-child(4) {
  opacity: 1;
}

.wrapper_40th:has(#sec_4.on) .pc_campaign-detail li:not(:nth-child(4)) {
  opacity: 0;
}




/* add 250410*/

.cam_u_bold {
  font-weight: bold !important;
}
.cam_block {
  padding: 0 15px;
}

.cam_section {
  margin-top: 0;
}

.cam_title {
  margin: 1.5em 0 1.5em;
  padding: 0.2em;
  font-weight: bold;
  background-color: #007D2E;
  color: #fff;
  text-align: center;
  border-radius: 50px;
}

.cam_title-v2 {
  position: relative;
  margin: 0 0 0.5em;
  font-weight: bold;
  padding-left: 3.2em;
  color: #007D2E;
  text-align: left;
  line-height: 1.4;
}
.cam_title-v2_num {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #007D2E;
  color: #fff;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  font-size: 90%;
  letter-spacing: normal;
}
.cam_title-v2_layout {
  display: grid;
  align-items: center;
  grid-template-columns: 10vw 1fr;
  gap: 0 5vw;
}
.cam_title-v2_logo {

}
.cam_title-v2_logo.is-x {
  aspect-ratio: 1 /1 ;
  border-radius: 20%;
  padding: 22%;
  background-color: #000;

}
.cam_title-v2_text {
  letter-spacing: 0.03em;
}

#sec_2 .cam_block {
  margin-top: 40px;
}

#sec_3 .cam_block {
  margin-top: 2.5vw;
}
#sec_2 .cam_txt,
#sec_3 .cam_txt {
  margin-top: 0;
  line-height: 1.5;
  letter-spacing: 0.015em;
}
.cam_desc {
  margin-top: 1.5em;
  text-align: left;
  line-height: 1.6;
  letter-spacing: normal;
}
.cam_desc dt {
  position: relative;
  width: fit-content;
  margin-bottom: 0.3em;
  padding: 0em 0.6em;
  font-size: 12px;
  font-weight: bold;
  background-color: #007D2E;
  color: #fff;
}
.cam_desc dd {
  font-size: 13px;
  font-weight: normal;
}

.sec2_cardimage {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 4px;
  margin: 0.5em 0 0;
}
.sec2_payimage {
  margin: 1em 0;
  max-width: 350px;
}

.sec2_itemlist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 4px;
  margin: 10px auto 1.5em;
  width: 90%;
  max-width: 500px;
}
.sec2_itemlist_elm {
  
}
.sec2_itemlist_label {
  margin-top: 0.5em;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  color: #000;
}
.sec2_subbox {
  margin: 1.5em 0 0;
  padding: 1em;
  background-color: #e5f3ec;
}

.sec2_highlight {
  background-image: linear-gradient(to top,#fffc4f 40%, transparent 40%);
  font-weight: bold;
}

.cam_hr {
  border-top: 1px dashed #007D2E;
  margin: 2em 0;
}
.cam_cvbtn_wrap {
  margin-top: 2em;
  display: flex;
  justify-content: center;
}
.cam_cvbtn {
  max-width: 100%;
  width: 500px;
  padding: 0.8em;
  border-radius: 999px;
  color: #fff;
  background-color: #e85000;
  box-shadow: 0 0.3em 0 0 rgba(192, 67, 0, 1);
}

.cam_cvbtn.is-black {
  background-color: #007D2E;
  box-shadow: 0 0.3em 0 0 rgb(19, 105, 27);
}

.cam_cvbtn.is-disabled {
  pointer-events: none;
  background-color: #7e7e7e;
  box-shadow: none;
}


.cam_linklist {
  display: flex;
}
.cam_linklist.is-center {
  justify-content: center;
}
a.cam_linklist_link {
  position: relative;
  padding-left: 1em;
  color: #007D2E;
  font-size: 12px;
  letter-spacing: normal;
  text-decoration: underline !important;
}
a.cam_linklist_link:before {
  position: absolute;
  z-index: 2;
  top: 0.65em;
  left: 0;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 1px solid #007D2E;
  border-right: 1px solid #007D2E;
  content: "";
  display: inline-block;
  transition: ease all 0.3s;
}


a.cam_inlinelink {
  display: inline;
  text-decoration: underline !important;
  color: #007D2E;
}
a.cam_inlinelink:hover {
  text-decoration: none !important;
}

@media screen and (min-width: 769px) {
  .cam_block {
    padding-inline: min(2.3611111111vw, 34px);
  }
  .cam_title-v2 {
    font-size: min(2.5694444444vw, 22px);
  }
  #sec_2 .cam_txt,
  #sec_3 .cam_txt {
    font-size: min(2.5694444444vw, 22px);
  }
  .cam_desc dt {
    font-size: min(1.6666666667vw, 16px);
  }
  .cam_desc dd {
    font-size: min(1.6666666667vw, 16px);
  }
  .sec2_itemlist_label {
    font-size: min(1.3888888889vw, 13px);
  }
  .cam_cvbtn:hover {
    transform: translateY(0.3em);
    box-shadow: 0 0em 0 0 rgba(0, 0, 0, 1);
  }
  a.cam_linklist_link {
    font-size: min(1.6666666667vw, 16px);
  }
  a.cam_linklist_link:hover {
    text-decoration: none !important;
  }
  a.cam_linklist_link:before {
    top: 0.65em;
    left: 0;
    width: 8px;
    height: 8px;
  }
  .cam_title {

  }
  .cam_title-v2_layout {
    grid-template-columns: min(5.34188vw, 50px)1fr;
    gap: 0 min(2.67094vw, 25px);
  }
}


.mark {
  background-image: linear-gradient(to top,#FEDC32 40%, transparent 40%);
}

.cam_txt--top {
  margin-top: 1.5em !important;
}

.cam_txt-v2 {
  margin-top: 1em;
  font-size: 13px;
  text-align: left;
}

.cam_dotlist {
  margin: 1em auto 0;
  width: fit-content;
}
.cam_dotlist > li {
  position: relative;
  margin-top: 2em;
  padding-left: 1.5em;
  font-size: 11px;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.030em;
}
.cam_dotlist > li + li {
  margin-top: 0.5em;
}
.cam_dotlist > li:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 6px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #007D2E;
}


.cam_note {

}

.cam_note {
  margin: 1em auto 0;
  width: fit-content;
}
.cam_note > li {
  position: relative;
  padding-left: 1.5em;
  font-size: 11px;
  text-align: left;
  letter-spacing: 0.030em;
}
.cam_note > li:before {
  content: "※";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .cam_note.is-left {
    width: auto;
  }
}

.cam3_itemlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 6%;
  margin-bottom: 5vw;
}
.cam3_itemlist_item {
  width: 44%;
}
.cam3_itemlist_ttl {
  margin-top: 1em;
  letter-spacing: 0.030em;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  #sec_3 .cam_block {
    margin-top: 15px;
  }
  .cam_txt-v2 {
    text-align: center;
    font-size: min(1.6666666667vw, 16px);
  }
  .cam_dotlist > li {
    font-size: min(1.3888888889vw, 13px);
  }
  .cam_note > li {
    font-size: min(1.3888888889vw, 13px);
  }
  .cam3_itemlist {
    margin-bottom: 30px;
  }
  .cam3_itemlist_ttl {
    font-size: min(1.3888888889vw, 13px);
  }
}