@charset "utf-8";
/* CSS Document */

html::-webkit-scrollbar {
  display: none;
}

body {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  overflow-x: hidden;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

#root,
#__next {
  isolation: isolate;
}

.sub_column {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  z-index: 999999;
  width: 100%;
  max-width: 768px;
  border-top: 4px solid #e61e0a;
  /* padding-top: calc(8 / 375 * 100%);
  padding-bottom: calc(8 / 375 * 100%); */
  max-width: 768px;
}

.sub_column a{
  display: block;
  margin-top: calc(8 / 375 * 100%);
  margin-bottom: calc(8 / 375 * 100%);
}

.orderBtn {
  width: calc(315 / 375 * 100%);
  margin: 0 auto;
}

.meritList,
.step,
.menuCampaign,
.menuAbout {
  position: relative;
}

.menuCampaign {
  padding-bottom: 34px;
  background: #FFCE25;
}
.menuCampaign__img {
  margin-top: 12px;
  text-align: center;
}
.menuCampaign__img a {
  display: inline-block;
  margin: 0 auto;
}
.menuCampaign__img img {
  display: inline;
  width: calc(calc(343 / 375) * 100%);
  height: auto;
  vertical-align: bottom;
}
.menuCampaign__link {
  margin-top: 8px;
  color: #323232;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
.menuCampaign__link a {
  color: #E61E0A;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-decoration-line: underline;
}


.lawsonBanner__link {
  position: absolute;
  width: calc(319 / 375 * 100%);
  bottom: 0.6%;
  left: 50%;
  padding-bottom: 40.5%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.smpr__detailLink {
  position: absolute;
  width: calc(82 / 375 * 100%);
  padding-bottom: calc(14 / 375 * 100%);
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.smpr__registerBtn {
  position: absolute;
  width: calc(289 / 375 * 100%);
  top: 63.6%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
  /* background-color: red; */
}

.menuCoupon {
  position: absolute;
  top: 76.8%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: calc(255 / 375 * 100%);
  padding-bottom: calc(48 / 375 * 100%);
  cursor: pointer;
  /* background: red; */
}
.menuBtn {
  position: absolute;
  width: calc(315 / 375 * 100%);
  padding-bottom: calc(54 / 375 * 100%);
  top: 88.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

footer img {
  width: 100%;
}
.attentionWrap {
  width: calc(343 / 375 * 100%);
  margin-top: calc(32 / 375 * 100%);
  margin: 5% auto;
  display: block;
}

.attentionWrap h3 {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 600;
  margin-bottom: 5px;
  color: #e61e0a;
  display: flex;
  align-items: center;
}
.attentionWrap h3:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #e61e0a;
}
.attentionWrap h3:after {
  margin-left: 1rem;
}

.attentionWrap b {
  font-size: 1.4rem;
  display: block;
  margin: 0 0 16px 0;
}
.attentionWrap p {
  font-size: 1.2rem;
  margin-bottom: 24px;
  display: block;
  white-space: pre-line;
  line-height: 2.2;
}
.attentionTitle {
  color: #fff;
  font-size: 1.6rem !important;
  padding: 10px 0;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
  background-color: #727272;
}

.attentionWrap a {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 5px;
  color: #1e90ff;
}

#modalWrap {
  display: none;
  background: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
}

.modalBox {
  position: fixed;
  width: 85%;
  max-width: 420px;
  height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  opacity: 1;
  display: none;
  border-radius: 3px;
  z-index: 1000;
}

.modalInner {
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.button {
  display: block;
  text-align: center;
  list-style: none;
  cursor: pointer;
}

#overlay {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  max-width: 768px;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.5s ease-out;
}
#overlay.overlay-on {
  visibility: visible;
  opacity: 1;
}

#box_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* margin: auto; */
  display: block;
}

#message_box {
  padding: 20px;
  width: 20vw;
  min-width: 300px;
  background-color: #fff;
  border-radius: 0.5rem;
  text-align: center;
}
#message_box p {
  font-size: 1.5rem;
}

.accordion-container {
  position: relative;
  width: calc(343 / 375 * 100%);
  border-top: none;
  outline: 0;
  margin: 40px auto 0;
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  /* padding: 0.625em 0.625em 0.625em 1em; */
  font-size: 16px;
  line-height: 1.5;
  /* padding: 20px 0; */
  font-weight: 600;
  color: #e61e0a;
  cursor: pointer;
  padding: 24px 0;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  color: #e61e0a;
}
.accordion-title:active {
  /* border-bottom: solid 0px #e61e0a; */
}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: #e61e0a;
}

.accordion-title {
  position: relative;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 40%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #e61e0a;
  border-right: solid 2px #e61e0a;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-inner {
  border-bottom: solid 2px #e61e0a;
}
.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
  padding-bottom: calc(24 / 343 * 100%);
}

.accordion-content b {
  font-size: 16px;
  display: block;
  margin-top: 24px;
}
.accordion-content b:first-child {
  margin-top: 0px;
}
.accordion-content p {
  font-size: 14px;
  margin-top: 8px;
  display: block;
  line-height: 1.5;
  letter-spacing: 0;
}
.accordion-content a {
  font-size: clamp(1.2rem, 3.2vw, 1.4rem);
  color: #1e90ff;
}

dl {
  display: flex;
  font-size: clamp(1.2rem, 3.2vw, 2.07rem);
  line-height: 2;
  margin-bottom: 1rem;
}
dd {
  font-size: clamp(1.2rem, 3.2vw, 2.07rem);
  line-height: 2;
}
dt {
  font-size: clamp(1.2rem, 3.2vw, 2.07rem);
  line-height: 2;
}

.footer {
  margin-top: calc(32 / 375 * 100%);
  padding-bottom: calc(72 / 375 * 100%);
}

.couponCode {
  display: block;
}

.tooltip:after {
  content: "クーポンコードをコピーしました";
  white-space: nowrap;
  padding: 18px 10px;
  background: #1f1f1f;
  display: inline-block;
  color: #fff;
  border-radius: 0.4rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(14px, 3.73vw, 18px);
  font-family: sans-serif;
  animation: fade-tooltip 0.5s 1.3s forwards;
  z-index: 99999;
  pointer-events: none;
}
@keyframes fade-tooltip {
  to {
    opacity: 0;
  }
}
.copy-value {
  cursor: pointer;
}
