@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&display=swap");
@import url("https://kantan.auone.jp/sp/campaign/kantan_all/common/css/common.css");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*------------------------------------
 Campaign contents base
------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  scroll-behavior: smooth;
}
@media (max-width: 600px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "M PLUS Rounded 1c", "メイリオ", "meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
  line-height: 1.5;
  background: #f7f7f7;
}

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

._mar0 {
  margin: 0 !important;
}

._mb0 {
  margin-bottom: 0 !important;
}

._mb10 {
  margin-bottom: 10px !important;
}

.-mtop {
  margin-top: 10px !important;
}

.-bold {
  font-weight: bold;
}

#wrap {
  max-width: 750px;
  margin: 0 auto;
}

#wrap h1 {
  margin: 0;
}

#wrap h3,
#wrap h4 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}

.main-visual img {
  display: block;
}

#snow {
  position: relative;
}
#snow #particles {
  position: absolute;
  z-index: 1;
  max-width: 750px;
  width: 100%;
  height: 1130px;
  margin: 0 auto;
  top: 0;
}
@media screen and (max-width: 750px) {
  #snow #particles {
    height: 150.6666666667vw;
  }
}

header {
  background: #f7f7f7;
  padding: 10px 0;
}
header img {
  width: 150px;
  padding: 10px;
}
@media (max-width: 480px) {
  header img {
    width: 120px;
  }
}

/*------------------------------------
 Campaign container
------------------------------------*/
.cp-container {
  background-image: url("../img/bg-main.png");
  background-size: 46.875rem auto;
  background-position: top center, bottom center;
  background-repeat: repeat-y;
}

.l-section {
  padding: 3.125rem 1.375rem 1.5625rem;
}
.l-section > .box > .heading {
  margin: 0 auto -3.625rem;
  width: 42.9375rem;
}
@media screen and (max-width: 750px) {
  .l-section > .box > .heading {
    margin-bottom: -7.7333333333vw;
    width: 91.6vw;
  }
}
.l-section > .box > .body {
  background: #fff;
  padding: 5rem 1.625rem 2.75rem;
  border-radius: 0.75rem;
  box-shadow: 0px 12px 0px -1px rgba(0, 59, 144, 0.32);
}
@media screen and (max-width: 750px) {
  .l-section > .box > .body {
    padding: 10.6666666667vw 3.4666666667vw 5.8666666667vw;
  }
}
.l-section > .box > .body > .text {
  margin: 0 0 1.625rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5714285714;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 460px) {
  .l-section > .box > .body > .text {
    font-size: 1.5rem;
  }
}
.l-section > .box > .body > .text.-center {
  text-align: center;
}
.l-section > .box > .body > .note {
  list-style: none;
  margin: 0;
  padding: 1.5rem 0 0;
}
.l-section > .box > .body > .note li {
  font-size: 1.125rem;
  letter-spacing: 0.01em;
  line-height: 1.5555555556;
  transform: rotate(0.05deg);
  padding-left: 1.2em;
  position: relative;
}
.l-section > .box > .body > .note li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  color: inherit;
  content: "※";
}
.l-section > .box > .body > .note li a {
  color: #000;
  text-decoration: underline;
}
.l-section > .box .txt-details {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  margin: 1.5625rem 0 1.25rem;
  transform: rotate(0.05deg);
}
.l-section > .box .txt-details a {
  color: #F52E62;
  text-decoration: underline;
}
.l-section > .box .txt-details-b {
  font-size: 1.375rem;
  font-weight: 600;
  text-align: center;
  margin: 1.875rem 0 0;
  transform: rotate(0.05deg);
}
.l-section > .box .txt-details-b a {
  color: #F52E62;
  text-decoration: underline;
}
@media screen and (max-width: 460px) {
  .l-section > .box .txt-details-b {
    font-size: 1.25rem;
  }
}

.btn-check {
  display: block;
  width: 37.5rem;
  margin: 0 auto;
  border: 0.375rem solid #fff;
  background: #F52E62;
  border-radius: 50vh;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 0.5rem 0 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 1.375rem 1.875rem 1.375rem 1.375rem;
  position: relative;
  letter-spacing: 0.04em;
}
@media (max-width: 750px) {
  .btn-check {
    width: 80vw;
    border: 0.8vw solid #fff;
    font-size: 3.7333333333vw;
    box-shadow: 0 1.0666666667vw 0 0 rgba(0, 0, 0, 0.2);
    padding: 2.9333333333vw 5.0666666667vw 2.9333333333vw 2.9333333333vw;
  }
}
.btn-check::after {
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 50%;
  right: 1.75rem;
  margin-top: -1rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath id='Icon_awesome-arrow-alt-circle-left' data-name='Icon awesome-arrow-alt-circle-left' d='M16,32A16,16,0,1,1,32,16,16,16,0,0,1,16,32Zm7.484-18.839H16V8.587a.775.775,0,0,0-1.323-.548L7.3,15.452a.767.767,0,0,0,0,1.09l7.374,7.413A.774.774,0,0,0,16,23.406V18.839h7.484a.776.776,0,0,0,.774-.774V13.935A.776.776,0,0,0,23.484,13.161Z' transform='translate(32 32) rotate(180)' fill='%23fff'/%3E%3C/svg%3E%0A") no-repeat 0 0/contain;
  content: "";
}
.btn-check:active {
  box-shadow: none;
  transform: translateY(0.5rem);
}
@media (max-width: 750px) {
  .btn-check:active {
    transform: translateY(1.0666666667vw);
  }
}
.btn-check:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.9;
}

/* キャンペーン参加方法 */
.l-section.-feature > .box > .body {
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}
@media screen and (max-width: 750px) {
  .l-section.-feature > .box > .body {
    padding-left: 3.4666666667vw;
    padding-right: 3.4666666667vw;
  }
}

/* 特典内容 */
.l-section.-present > .box > .body {
  padding-left: 1rem;
  padding-right: 0.625rem;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 750px) {
  .l-section.-present > .box > .body {
    padding-left: 2.1333333333vw;
    padding-right: 1.3333333333vw;
    padding-bottom: 9.3333333333vw;
  }
}
.l-section.-present > .box > .body .note {
  padding: 1.5rem 1.125rem 0;
}
.l-section.-present > .box > .body .note li {
  padding-bottom: 0.3125rem;
}
.l-section.-present > .box.-bottom {
  margin-top: -1.875rem;
}
.l-section.-present > .box.-bottom > .body {
  padding: 2.625rem 1.625rem 2.75rem;
}
.l-section.-present > .box.-bottom > .body .txt {
  font-size: 1.625rem;
  font-weight: 600;
  text-align: center;
  margin: 1.5625rem auto 0.625rem;
  transform: rotate(0.05deg);
}
.l-section.-present > .box.-bottom > .body .txt span {
  font-size: 2.375rem;
  color: #FF5800;
}
.l-section.-present > .box.-bottom > .body .img {
  text-align: center;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 750px) {
  .l-section.-present > .box.-bottom > .body {
    padding: 5.6vw 3.4666666667vw 5.8666666667vw;
  }
  .l-section.-present > .box.-bottom > .body .txt {
    font-size: 3.4666666667vw;
  }
  .l-section.-present > .box.-bottom > .body .txt span {
    font-size: 5.0666666667vw;
  }
}
.l-section.-present .also-box {
  position: relative;
  z-index: 2;
  margin-top: -1.75rem;
}
.l-section.-present .also-box::after {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0.75rem;
  left: 0;
  background-image: linear-gradient(#d4a740, #ecd489 15%, #f6e7a8 50%, #e5cb84 85%, #b9852a);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 52% 100%, 0 80%);
  content: "";
}
@media screen and (max-width: 750px) {
  .l-section.-present .also-box::after {
    top: 1.6vw;
  }
}
.l-section.-present .also-box > .wrapper {
  background-image: linear-gradient(#007dcb, #0643cb);
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 52% 100%, 0 80%);
}
.l-section.-present .also-box > .wrapper > .also {
  width: 44.1875rem;
  height: 8.25rem;
  margin: 0;
  z-index: 1;
}
.l-section.-present .also-box > .wrapper > .also > img {
  padding-top: 2px;
}
@media screen and (max-width: 750px) {
  .l-section.-present .also-box > .wrapper > .also {
    width: 94.2666666667vw;
    height: 17.6vw;
  }
}

/* クーポン対象のショップ */
.l-section.-shop .month {
  font-size: 1.5rem;
  font-weight: 600;
  color: #052CBB;
  text-align: center;
  margin: 0 auto;
  transform: rotate(0.05deg);
  position: relative;
  padding: 0.3em 0.5em;
  background: #91D5FD;
}
.l-section.-shop .month::before {
  content: " ";
  position: absolute;
  top: -16px;
  left: 0;
  width: calc(100% - 16px);
  height: 0;
  border: solid 8px transparent;
  border-bottom-color: #BBE1FD;
  box-sizing: content-box;
}
.l-section.-shop #sld {
  width: min(100%, 750px);
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  --swiper-theme-color: #000;
  --swiper-pagination-bullet-size: 8px;
}
.l-section.-shop #sld .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  margin: 0 0 2.5rem 0;
  position: relative;
  transition-property: transform;
}
.l-section.-shop #sld .swiper-button-prev,
.l-section.-shop #sld .swiper-button-next {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 1.25rem;
}
.l-section.-shop #sld .swiper-button-prev {
  left: 0.9375rem;
}
.l-section.-shop #sld .swiper-button-next {
  right: 0.9375rem;
}
.l-section.-shop #sld .swiper-button-next:after, .l-section.-shop #sld .swiper-container-rtl .swiper-button-prev:after {
  -webkit-tap-highlight-color: rgb(0, 0, 0);
  tap-highlight-color: rgb(0, 0, 0);
  outline: none;
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  color: rgb(0, 0, 0);
}
@media screen and (max-width: 750px) {
  .l-section.-shop #sld .swiper-button-next:after, .l-section.-shop #sld .swiper-container-rtl .swiper-button-prev:after {
    font-size: 30px;
  }
}
.l-section.-shop #sld .swiper-button-prev:after, .l-section.-shop #sld .swiper-container-rtl .swiper-button-next:after {
  -webkit-tap-highlight-color: rgb(0, 0, 0);
  tap-highlight-color: rgb(0, 0, 0);
  outline: none;
  font-family: "Font Awesome 5 Free";
  content: "\f137";
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  color: rgb(0, 0, 0);
}
@media screen and (max-width: 750px) {
  .l-section.-shop #sld .swiper-button-prev:after, .l-section.-shop #sld .swiper-container-rtl .swiper-button-next:after {
    font-size: 30px;
  }
}
.l-section.-shop #sld .swiper-pagination {
  box-sizing: border-box;
  z-index: 5;
}
.l-section.-shop #sld .swiper-navigation-icon {
  display: none;
}
.l-section.-shop #sld .swiper-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.625rem;
  height: 3.125rem;
  z-index: 10;
}
.l-section.-shop #sld .three_box {
  display: flex;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
  align-items: flex-start;
  text-align: left;
  flex-flow: row wrap;
}
.l-section.-shop #sld .three_box .item {
  width: 25%;
  box-sizing: border-box;
}
.l-section.-shop #sld .three_box .item img {
  width: 100%;
  border-radius: 10px;
}
.l-section.-shop #sld .sld_item {
  margin: 0 0 60px 0;
  position: relative;
}
.l-section.-shop #sld .s_i_b {
  padding: 10px;
  box-sizing: border-box;
  border-radius: 0;
  border-top: 2px solid rgb(191, 191, 195);
  border-right: 2px solid rgb(191, 191, 195);
  background: rgb(255, 255, 255);
  margin: 1px 2px 2px;
}
.l-section.-shop #sld .s_i {
  width: 90%;
  padding: 10px 0 0;
  text-align: center;
  margin: 0 auto;
}
.l-section.-shop #sld .s_i img {
  width: 80%;
  padding: 0;
}
@media (max-width: 660px) {
  .l-section.-shop #sld .s_i img {
    width: 80%;
    object-fit: cover;
    padding: 0;
    box-sizing: border-box;
  }
}
.l-section.-shop #sld a {
  text-decoration: none !important;
}
.l-section.-shop #sld .s_t {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0px 0px 0px 0;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  transform: rotate(0.05deg);
  margin: 5px auto;
  color: rgb(82, 82, 82);
  letter-spacing: 0.01em;
  overflow-wrap: break-word;
}
@media screen and (max-width: 750px) {
  .l-section.-shop #sld .s_t {
    font-size: 11px;
  }
}
.l-section.-shop #sld .s_t_nl {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0px 0px 0px 0;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  margin: 5px auto;
  color: rgb(82, 82, 82);
  letter-spacing: 0.01em;
  overflow-wrap: break-word;
}
.l-section.-shop #sld .s_t:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
.l-section.-shop #sld .s_t:after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  padding-left: 3px;
}
.l-section.-shop #sld .s_t span {
  font-weight: normal;
  line-height: 1.8;
  margin: 5px 5px 0 0;
  font-size: 10px !important;
  width: 80%;
  padding: 0 3px;
}
@media (max-width: 620px) {
  .l-section.-shop #sld .s_t span {
    font-size: 9px !important;
    width: 90%;
  }
}
.l-section.-shop #sld .s_t:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
@media (max-width: 460px) {
  .l-section.-shop #sld .sld_item {
    margin: 0 0 50px 0;
    position: relative;
  }
  .l-section.-shop #sld .s_i_b {
    padding: 2px 0;
  }
  .l-section.-shop #sld .s_i {
    width: 86%;
    padding: 5px 0 0;
  }
  .l-section.-shop #sld .s_i img {
    width: 80%;
    object-fit: cover;
    padding: 0 0 0 0;
    box-sizing: border-box;
  }
  .l-section.-shop #sld .s_t {
    width: 100%;
    padding: 0 0 0 0;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    margin: 2px auto 2px;
    letter-spacing: 0.01em;
    font-size: 70%;
  }
  .l-section.-shop #sld .s_t_nl {
    width: 100%;
    padding: 0 0 0 0;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    margin: 2px auto 2px;
    letter-spacing: 0.01em;
    font-size: 70%;
  }
  .l-section.-shop #sld .s_t span {
    font-size: 9px !important;
    width: 100%;
  }
}

/* そのほかのおすすめショップ */
.l-section.-recommend #sld-shop {
  width: min(100%, 750px);
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  --swiper-theme-color: #000;
  --swiper-pagination-bullet-size: 8px;
}
.l-section.-recommend #sld-shop .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  margin: 0 0 2.5rem 0;
  position: relative;
  transition-property: transform;
}
.l-section.-recommend #sld-shop .swiper-button-prev,
.l-section.-recommend #sld-shop .swiper-button-next {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 1.25rem;
}
.l-section.-recommend #sld-shop .swiper-button-prev {
  left: 0.9375rem;
}
.l-section.-recommend #sld-shop .swiper-button-next {
  right: 0.9375rem;
}
.l-section.-recommend #sld-shop .swiper-button-next:after, .l-section.-recommend #sld-shop .swiper-container-rtl .swiper-button-prev:after {
  -webkit-tap-highlight-color: rgb(0, 0, 0);
  tap-highlight-color: rgb(0, 0, 0);
  outline: none;
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  color: rgb(0, 0, 0);
}
@media screen and (max-width: 750px) {
  .l-section.-recommend #sld-shop .swiper-button-next:after, .l-section.-recommend #sld-shop .swiper-container-rtl .swiper-button-prev:after {
    font-size: 30px;
  }
}
.l-section.-recommend #sld-shop .swiper-button-prev:after, .l-section.-recommend #sld-shop .swiper-container-rtl .swiper-button-next:after {
  -webkit-tap-highlight-color: rgb(0, 0, 0);
  tap-highlight-color: rgb(0, 0, 0);
  outline: none;
  font-family: "Font Awesome 5 Free";
  content: "\f137";
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  color: rgb(0, 0, 0);
}
@media screen and (max-width: 750px) {
  .l-section.-recommend #sld-shop .swiper-button-prev:after, .l-section.-recommend #sld-shop .swiper-container-rtl .swiper-button-next:after {
    font-size: 30px;
  }
}
.l-section.-recommend #sld-shop .swiper-pagination {
  box-sizing: border-box;
  z-index: 5;
}
.l-section.-recommend #sld-shop .swiper-navigation-icon {
  display: none;
}
.l-section.-recommend #sld-shop .swiper-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.625rem;
  height: 3.125rem;
  z-index: 10;
}
.l-section.-recommend #sld-shop .three_box {
  display: flex;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
  align-items: flex-start;
  text-align: left;
  flex-flow: row wrap;
}
.l-section.-recommend #sld-shop .three_box .item {
  width: 25%;
  box-sizing: border-box;
}
.l-section.-recommend #sld-shop .three_box .item img {
  width: 100%;
  border-radius: 10px;
}
.l-section.-recommend #sld-shop .sld_item {
  margin: 0 0 60px 0;
  position: relative;
}
.l-section.-recommend #sld-shop .s_i_b {
  padding: 10px;
  box-sizing: border-box;
  border-radius: 0;
  border-top: 2px solid rgb(191, 191, 195);
  border-right: 2px solid rgb(191, 191, 195);
  background: rgb(255, 255, 255);
  margin: 2px 2px 2px;
}
.l-section.-recommend #sld-shop .s_i {
  width: 90%;
  padding: 10px 0 0;
  text-align: center;
  margin: 0 auto;
}
.l-section.-recommend #sld-shop .s_i img {
  width: 80%;
  padding: 0;
}
@media (max-width: 660px) {
  .l-section.-recommend #sld-shop .s_i img {
    width: 80%;
    object-fit: cover;
    padding: 0;
    box-sizing: border-box;
  }
}
.l-section.-recommend #sld-shop a {
  text-decoration: none !important;
}
.l-section.-recommend #sld-shop .s_t {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0px 0px 0px 0;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  transform: rotate(0.05deg);
  margin: 5px auto;
  color: rgb(82, 82, 82);
  letter-spacing: 0.01em;
  overflow-wrap: break-word;
}
@media screen and (max-width: 750px) {
  .l-section.-recommend #sld-shop .s_t {
    font-size: 11px;
  }
}
.l-section.-recommend #sld-shop .s_t_nl {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0px 0px 0px 0;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  margin: 5px auto;
  color: rgb(82, 82, 82);
  letter-spacing: 0.01em;
  overflow-wrap: break-word;
}
.l-section.-recommend #sld-shop .s_t:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
.l-section.-recommend #sld-shop .s_t:after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  padding-left: 3px;
}
.l-section.-recommend #sld-shop .s_t span {
  font-weight: normal;
  line-height: 1.8;
  margin: 5px 5px 0 0;
  font-size: 10px !important;
  width: 80%;
  padding: 0 3px;
}
@media (max-width: 620px) {
  .l-section.-recommend #sld-shop .s_t span {
    font-size: 9px !important;
    width: 90%;
  }
}
.l-section.-recommend #sld-shop .s_t:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
@media (max-width: 460px) {
  .l-section.-recommend #sld-shop .sld_item {
    margin: 0 0 50px 0;
    position: relative;
  }
  .l-section.-recommend #sld-shop .s_i_b {
    padding: 2px 0;
  }
  .l-section.-recommend #sld-shop .s_i {
    width: 86%;
    padding: 5px 0 0;
  }
  .l-section.-recommend #sld-shop .s_i img {
    width: 80%;
    object-fit: cover;
    padding: 0 0 0 0;
    box-sizing: border-box;
  }
  .l-section.-recommend #sld-shop .s_t {
    width: 100%;
    padding: 0 0 0 0;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    margin: 2px auto 2px;
    letter-spacing: 0.01em;
    font-size: 70%;
  }
  .l-section.-recommend #sld-shop .s_t_nl {
    width: 100%;
    padding: 0 0 0 0;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    margin: 2px auto 2px;
    letter-spacing: 0.01em;
    font-size: 70%;
  }
  .l-section.-recommend #sld-shop .s_t span {
    font-size: 9px !important;
    width: 100%;
  }
}
.l-section.-recommend .title-subject {
  text-align: center;
  font-weight: bold;
  margin: 1.25rem 0;
  font-size: 1.625rem;
  transform: rotate(0.05deg);
}
.l-section.-recommend .check {
  margin: 1.5625rem 0 0;
  text-align: center;
  font-weight: bold;
  color: #F52E62;
  transform: rotate(0.05deg);
}
.l-section.-recommend .scl {
  overflow: scroll;
  height: 200px;
  width: auto;
  border-radius: 0 !important;
  border: solid 2px rgb(76, 64, 0);
  background: rgb(255, 250, 186);
  border-radius: 20px;
  box-sizing: border-box;
  transform: rotate(0.05deg);
  padding: 25px 25px 10px;
  margin: 1.25rem 0 0.3125rem;
}
.l-section.-recommend .scl .title-not {
  width: 100%;
  border-bottom: rgb(143, 122, 90) 0 solid;
  line-height: 1.2;
  border-radius: 0;
  font-weight: bold;
  background-image: linear-gradient(to right, #868686 4px, transparent 4px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 5px 0px 15px;
  font-size: 110%;
  margin: 0px 0px 10px;
}
.l-section.-recommend .scl ul {
  margin: 1.25rem 0.625rem;
  padding: 0;
  font-size: 1rem;
}
.l-section.-recommend .scl ul li {
  margin-left: 0.625rem;
}
@media (max-width: 600px) {
  .l-section.-recommend .scl ul {
    font-size: 1.2rem;
  }
}

/* クーポンの使い方 */
.l-section.-coupon .slider-box {
  margin: 0 0 2.25rem;
}
.l-section.-coupon .slider-box .navigation {
  top: 38%;
  position: absolute;
  z-index: 10;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  .l-section.-coupon .slider-box .navigation {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.l-section.-coupon .slider-box .navigation svg {
  width: 100%;
  height: 100%;
}
.l-section.-coupon .slider-box .navigation.-prev {
  left: 0.125rem;
}
@media (max-width: 750px) {
  .l-section.-coupon .slider-box .navigation.-prev {
    left: 0;
  }
}
.l-section.-coupon .slider-box .navigation.-next {
  right: 0.125rem;
}
@media (max-width: 750px) {
  .l-section.-coupon .slider-box .navigation.-next {
    right: 0;
  }
}
.l-section.-coupon .slider-box .navigation.swiper-button-disabled {
  opacity: 0;
  cursor: not-allowed;
}
.l-section.-coupon .slider-box .pagination {
  --swiper-pagination-bullet-size: 1.25rem;
  --swiper-pagination-color: #F52E62;
  --swiper-pagination-bullet-inactive-color: #aaa;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 0.625rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .l-section.-coupon .slider-box .pagination {
    --swiper-pagination-bullet-size: 2.6666666667vw;
    --swiper-pagination-bullet-horizontal-gap: 1.3333333333vw;
  }
}
.l-section.-coupon .step-list {
  list-style: none;
  padding: 0 4.375rem;
  margin: 0 0 2.25rem;
}
@media (max-width: 600px) {
  .l-section.-coupon .step-list {
    padding: 0 3.125rem;
  }
}
.l-section.-coupon .step-list .head {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left !important;
  transform: rotate(0.05deg);
}
@media (max-width: 630px) {
  .l-section.-coupon .step-list .head {
    font-size: 1.5rem;
  }
}
.l-section.-coupon .step-list .index {
  flex-shrink: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 50%;
  color: #fff;
  background: #F52E62;
  text-align: center;
  line-height: 1;
  font-size: 1.125rem;
  font-weight: 800;
}
.l-section.-coupon .step-list .index > span {
  font-size: 1.5625rem;
}
.l-section.-coupon .step-list .image {
  width: 25rem;
  margin: 2.5rem auto;
}
@media (max-width: 750px) {
  .l-section.-coupon .step-list .image {
    width: 53.33vw;
  }
}
.l-section.-coupon .step-list .image.-full {
  width: 100%;
}
.l-section.-coupon .step-list .text-s {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6;
  transform: rotate(0.05deg);
}
@media (max-width: 600px) {
  .l-section.-coupon .step-list .text-s {
    font-size: 1.125rem;
  }
}
.l-section.-coupon .step-list .text-s > span {
  color: #F52E62;
}
.l-section.-coupon .step-list .note-s {
  margin: 0.5rem 0 0;
  font-size: 1.25rem;
  font-weight: 500;
  padding-left: 1.2em;
  position: relative;
  transform: rotate(0.05deg);
}
@media (max-width: 600px) {
  .l-section.-coupon .step-list .note-s {
    font-size: 1.125rem;
  }
}
.l-section.-coupon .step-list .note-s::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.125rem;
  font-weight: 500;
  content: "※";
}

/* au PAY（auかんたん決済）とは */
.l-section.-about .two_box {
  display: flex;
  margin: 0 0 0;
  padding: 0;
  width: 100%;
  align-content: flex-start;
  justify-content: space-between;
  text-align: left;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.l-section.-about .two_box .item {
  width: 50%;
  padding: 0 0 0 0;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 750px) {
  .l-section.-about .two_box .item {
    width: 48%;
  }
}
.l-section.-about .two_box_c {
  display: flex;
  margin: 0 0 0.625rem;
  padding: 0;
  width: 100%;
  align-items: center;
  align-content: flex-start;
  justify-content: space-between;
  text-align: left;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .l-section.-about .two_box_c {
    padding: 0;
  }
}
.l-section.-about .two_box_c .item {
  width: 30%;
  box-sizing: border-box;
}
.l-section.-about .two_box_c .item img {
  padding: 2% 5% 0;
  box-sizing: border-box;
}
@media (max-width: 460px) {
  .l-section.-about .two_box_c .item img {
    padding: 0 4%;
  }
}
.l-section.-about .item_d {
  width: 70%;
  font-size: 1rem;
  transform: rotate(0.05deg);
  padding: 0 0 10px 0;
}
@media (max-width: 600px) {
  .l-section.-about .item_d {
    font-size: 1.2rem;
  }
}
.l-section.-about .item_d p {
  margin: 0;
}
.l-section.-about .f_o {
  color: #eb5505;
}
.l-section.-about .f_p {
  color: #f20981;
}
.l-section.-about .f_b {
  font-weight: bold;
}
.l-section.-about #Au {
  max-width: 750px;
  margin: 0 auto;
  line-height: 1;
  padding: 1.5625rem 0 0;
  box-sizing: border-box;
}
.l-section.-about #Au h4 {
  display: flex;
  box-sizing: border-box;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.375rem;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  padding: 0 0 0 5.9375rem;
  margin: 1.25rem auto;
  height: 4.6875rem;
  background-size: 4.6875rem 4.6875rem;
  background-position: left top;
  background-repeat: no-repeat;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .l-section.-about #Au h4 {
    font-size: 1.3125rem;
  }
}
.l-section.-about #Au dl, .l-section.-about #Au dt, .l-section.-about #Au dd {
  margin: 0;
}
.l-section.-about #Au p {
  text-align: left;
  line-height: 1.5;
  transform: rotate(0.05deg);
  margin: 0;
}
@media (max-width: 600px) {
  .l-section.-about #Au p {
    font-size: 1.2rem;
  }
}
.l-section.-about #Au a {
  color: #EB5505;
  font-weight: bold;
  text-decoration: underline;
}
.l-section.-about #Au a:hover {
  text-decoration: none;
}
.l-section.-about #Au .step1 {
  background-image: url("../img/icon_step1.png");
}
.l-section.-about #Au .step2 {
  background-image: url("../img/icon_step2.png");
}
.l-section.-about #Au .step3 {
  background-image: url("../img/icon_step3.png");
}
.l-section.-about #Au .step4 {
  background-image: url("../img/icon_step4.png");
}
.l-section.-about #Au .first {
  background-image: url("../img/icon_step_first.png");
}
.l-section.-about #Au .au_dtl {
  display: none;
}
.l-section.-about #Au .au_dtl > .wrapper {
  padding: 1.25rem 0 0;
}
.l-section.-about #Au .au_ttl {
  width: 100%;
  margin: 0 auto;
  padding: 1.5625rem 1.5625rem 1.5625rem 0;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.375rem;
  color: #fff;
  letter-spacing: -0.02rem;
  text-align: center;
  background: #0663C7;
  position: relative;
  line-height: 1.5;
  transition: all 0.4s ease;
  perspective: 500px;
  cursor: pointer;
  border-radius: 0.5rem;
}
@media (max-width: 670px) {
  .l-section.-about #Au .au_ttl {
    font-size: 1.03125rem;
  }
}
.l-section.-about #Au .au_ttl:hover {
  opacity: 0.9;
}
.l-section.-about #Au .au_ttl::after {
  position: absolute;
  top: 50%;
  right: 1.75rem;
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  transform: rotate(-90deg);
  transition: transform 0.5s;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath id='Icon_awesome-arrow-alt-circle-left' data-name='Icon awesome-arrow-alt-circle-left' d='M16,32A16,16,0,1,1,32,16,16,16,0,0,1,16,32Zm7.484-18.839H16V8.587a.775.775,0,0,0-1.323-.548L7.3,15.452a.767.767,0,0,0,0,1.09l7.374,7.413A.774.774,0,0,0,16,23.406V18.839h7.484a.776.776,0,0,0,.774-.774V13.935A.776.776,0,0,0,23.484,13.161Z' transform='translate(32 32) rotate(180)' fill='%23fff'/%3E%3C/svg%3E%0A") no-repeat 0 0/contain;
  content: "";
}
@media screen and (max-width: 750px) {
  .l-section.-about #Au .au_ttl::after {
    right: 3.7333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    margin-top: -2.1333333333vw;
  }
}
.l-section.-about #Au .au_ttl.-active::after {
  transform: rotate(90deg);
}
.l-section.-about #Au .two_box {
  margin: 0px 0px 10px;
  padding: 0px 0px 20px 0;
  width: 100%;
  place-content: flex-start space-between;
  flex-flow: row wrap;
  align-items: flex-start;
  background-image: linear-gradient(to right, rgb(134, 134, 134) 4px, transparent 4px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  justify-content: space-around;
  align-content: flex-start;
}
.l-section.-about #Au .two_box:last-of-type {
  background-image: none;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.l-section.-about #Au .two_box .item {
  text-align: left;
}
.l-section.-about #Au .two_box .caption {
  margin-bottom: 1.25rem;
}

/* その他のキャンペーン */
.l-section.-other {
  padding: 3.125rem 1.375rem 3.75rem;
}
.l-section.-other .bnr_box {
  text-align: center;
}
.l-section.-other .bnr_box > div + div {
  margin-top: 1.5rem;
}
.l-section.-other .bnr_box a {
  transition: 0.2s;
}
.l-section.-other .bnr_box a:hover {
  opacity: 0.8;
}

/* SNS */
.section-sns {
  padding: 2.5rem 1.25rem;
  background-color: #f7f7f7;
  box-shadow: 0px 12px 0px -1px rgba(0, 59, 144, 0.32);
}
.section-sns .title-sns {
  width: 20rem;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .section-sns .title-sns {
    width: 40vw;
    margin: 0 auto 0.3125rem;
  }
}
.section-sns .sns_box {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-sns .sns_box li {
  width: 3.75rem;
}

/* キャンペーン詳細 */
.l-section.-details {
  padding: 3.75rem 1.375rem 1.5625rem;
}
.l-section.-details > .box > .body {
  padding-top: 5.5rem;
}
.l-section.-details > .box > .body p {
  transform: rotate(0.05deg);
}
@media screen and (max-width: 750px) {
  .l-section.-details > .box > .body {
    padding-top: 11.7333333333vw;
  }
}
.l-section.-details .title {
  margin: 0 0 1.25rem;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: inherit;
  text-align: center;
  background: #E8F7FA;
  padding: 0.5rem 0;
  color: #0663C7;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 750px) {
  .l-section.-details .title {
    font-size: 4vw;
    margin-bottom: 2.6666666667vw;
  }
}
.l-section.-details .title span {
  display: block;
  border-width: 0.125rem 0;
  border-style: solid;
  border-color: #fff;
  padding: 0.5rem 0 0.375rem;
}
.l-section.-details .title:not(:first-child) {
  margin-top: 2.9375rem;
}
@media screen and (max-width: 750px) {
  .l-section.-details .title:not(:first-child) {
    margin-top: 6.2666666667vw;
  }
}
.l-section.-details .label {
  font-weight: bold;
  margin: 0.5rem 0;
}
.l-section.-details p {
  font-size: 1.125rem;
  line-height: 1.6;
  transform: rotate(0.05deg);
  margin: 0;
}
.l-section.-details p a {
  color: #E51018;
  text-decoration: underline;
}
.l-section.-details p a:hover {
  text-decoration: none;
}
.l-section.-details p + .dot {
  margin-top: 0.375rem;
}
.l-section.-details p.txtc {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .l-section.-details p.txtc {
    text-align: left;
  }
}
.l-section.-details .num {
  list-style: decimal;
  padding: 0.3125rem 1.25rem 0 1.875rem;
  margin: 0;
}
.l-section.-details .num li {
  font-size: 1.125rem;
  line-height: 1.6;
  padding-bottom: 0.3125rem;
  transform: rotate(0.05deg);
}
.l-section.-details .asterisk {
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-section.-details .asterisk li {
  font-size: 1.125rem;
  line-height: 1.6;
  padding-left: 1.2em;
  transform: rotate(0.05deg);
  position: relative;
}
.l-section.-details .asterisk li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  color: inherit;
  content: "※";
}
.l-section.-details .asterisk li + li {
  margin-top: 0.25rem;
}
.l-section.-details .asterisk a {
  color: #E51018;
  text-decoration: underline;
}
.l-section.-details .asterisk a:hover {
  text-decoration: none;
}
.l-section.-details .dot {
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-section.-details .dot > li {
  font-size: 1.125rem;
  line-height: 1.6;
  padding-left: 1.2em;
  transform: rotate(0.05deg);
  position: relative;
}
.l-section.-details .dot > li::before {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  left: 0.1875rem;
  top: 0.8125rem;
  border-radius: 50%;
  background: #0663C7;
  content: "";
}
.l-section.-details .dot > li + li {
  margin-top: 0.5rem;
}
.l-section.-details .dot > li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-section.-details .dot > li > ul > li {
  position: relative;
}
.l-section.-details .dot > li > ul > li::before {
  display: inline-block;
  margin-right: 0.3125rem;
  font-size: inherit;
  color: inherit;
  content: "-";
}
.l-section.-details .dot + p {
  margin-top: 0.625rem;
}
.l-section.-details .dot a {
  color: #E51018;
  text-decoration: underline;
}
.l-section.-details .dot a:hover {
  text-decoration: none;
}
.l-section.-details .callout {
  background: #E8F7FA;
  border-radius: 0.625rem;
  padding: 1.25rem;
  margin: 1.875rem 0;
}
.l-section.-details .callout .lead {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 0.4375rem;
  transform: rotate(0.05deg);
}
.l-section.-details .callout p {
  font-size: 1.125rem;
  line-height: 1.6;
}

/* お問い合わせ先 */
.l-section.-contact {
  padding: 3.125rem 1.375rem 3.75rem;
}
.l-section.-contact .btn-group {
  display: flex;
  justify-content: center;
  gap: 1.875rem;
}
@media (max-width: 750px) {
  .l-section.-contact .btn-group {
    gap: 4vw;
  }
}
@media (max-width: 670px) {
  .l-section.-contact .btn-group {
    align-items: center;
    gap: 0.625rem;
  }
}
.l-section.-contact .button {
  display: block;
  width: 18.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  transform: rotate(0.05deg);
  border-radius: 50vh;
  background: #0663C7;
  color: #fff;
  text-align: center;
  padding: 1.625rem 1.75rem 1.625rem 1.3125rem;
  text-decoration: none;
  transition: opacity 0.3s;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .l-section.-contact .button {
    font-size: 1.0625rem;
  }
}
.l-section.-contact .button:hover {
  opacity: 0.7;
}
.l-section.-contact .button::after {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.5625rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath id='Icon_awesome-arrow-alt-circle-left' data-name='Icon awesome-arrow-alt-circle-left' d='M16,32A16,16,0,1,1,32,16,16,16,0,0,1,16,32Zm7.484-18.839H16V8.587a.775.775,0,0,0-1.323-.548L7.3,15.452a.767.767,0,0,0,0,1.09l7.374,7.413A.774.774,0,0,0,16,23.406V18.839h7.484a.776.776,0,0,0,.774-.774V13.935A.776.776,0,0,0,23.484,13.161Z' transform='translate(32 32) rotate(180)' fill='%23fff'/%3E%3C/svg%3E%0A") no-repeat 0 0/contain;
  content: "";
}
@media screen and (max-width: 750px) {
  .l-section.-contact .button::after {
    font-size: 1.125rem;
    right: 2.6666666667vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-top: -1.2vw;
  }
}

/* policy */
.policy-link {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  transform: rotate(0.05deg);
  background: #0663C7;
  padding: 1.375rem;
  margin: 0 0 4rem;
}
.policy-link::after {
  display: inline-block;
  vertical-align: -0.125rem;
  margin-left: 0.625rem;
  width: 1.5rem;
  height: 1.125rem;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 2V11H21.5V2H6.5ZM4.5 0H23.5V13H4.5V0Z' fill='white'/%3E%3Cpath d='M1 3.74902V16.3379H17.625' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.policy-link:hover {
  color: #fff;
  text-decoration: none;
}

/* floating-banner */
.floating-banner {
  display: none;
  position: fixed;
  bottom: 16%;
  right: 5px;
  width: 29.125rem;
  z-index: 1000;
}
.floating-banner.close {
  transform: translateX(250px);
  transition: all 500ms 0s ease;
}
.floating-banner:hover {
  opacity: 0.9;
}
.floating-banner .button {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 0.5em 0;
  width: 100%;
  display: block;
  border-radius: 100vw;
  background-color: #F52E62;
  cursor: pointer;
}
.floating-banner .close-button {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  background-color: #F52E62;
  border-radius: 50%;
  transform: translate(-10px, -10px);
}
.floating-banner .close-button span {
  position: relative;
}
.floating-banner .close-button span:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 14px;
  height: 2px;
  background-color: #ffffff;
}
.floating-banner .close-button span:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 14px;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 670px) {
  .floating-banner .close-button {
    top: -4px;
    left: -4px;
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 750px) {
  .floating-banner {
    width: 62.1333333333vw;
    bottom: 25%;
  }
}

/* CMS
------------------------------------------------------------- */
.peri {
  clip-path: polygon(0 15%, 100% 0, 100% 54%, 0 100%);
  background-color: rgb(0, 209, 199);
  color: #FFF;
  padding: 30px 0 0;
  height: 150px;
  margin-top: -160px;
}

.peri02 {
  clip-path: polygon(0 15%, 100% 0, 100% 54%, 0 100%);
  background: linear-gradient(90deg, transparent, #ff00ff 50%, #03e9f4 100%);
  margin-top: 0;
  padding: 30px 0 0;
  height: 157px;
  z-index: 0;
}

@media (max-width: 570px) {
  .peri {
    clip-path: polygon(0 15%, 100% 0, 100% 54%, 0 100%);
    color: #FFF;
    padding: 20px 0 0;
    height: 100px;
    margin-top: -110px;
  }
  .peri02 {
    clip-path: polygon(0 15%, 100% 0, 100% 54%, 0 100%);
    margin-top: 0;
    padding: 20px 0 0;
    height: 106px;
    z-index: 0;
  }
}
@media (max-width: 460px) {
  .peri {
    clip-path: polygon(0 15%, 100% 0, 100% 54%, 0 100%);
    color: #FFF;
    padding: 10px 0 0;
    height: 70px;
    margin-top: -80px;
  }
  .peri02 {
    clip-path: polygon(0 15%, 100% 0, 100% 54%, 0 100%);
    margin-top: 0;
    padding: 10px 0 0;
    height: 70px;
    z-index: 0;
  }
}
/* キャンペーン期間前 */
.btn-secondary {
  background-color: #eb5505;
  border: #ff9123 solid 4px;
  border-radius: 20px;
}

.campaign__container-floating-footer .campaign__entry-btn  {
  font-size: 20px;
  line-height: 1.8;
}

/* キャンペーン期間中 */
.btn-primary {
  background-color: #eb5505;
  border: #ff9123 solid 4px;
  border-radius: 20px 0;
}

.btn-primary:hover {
  background-color: #e35e51;
  border-color: #e35e51;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #d11300;
  border-color: #d11300;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #e35e51;
  border-color: #e35e51;
}

.campaign__container-floating-footer .campaign__entry-btn {
  font-size: 20px;
  line-height: 1.8;
}

/* entry_btn */
.campaign__container-floating-footer {
  position: sticky;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 0 0;
  z-index: 1;
  box-sizing: border-box;
}

.campaign__schedule {
  display: none;
}

.campaign__container-finish {
  background: rgba(0, 0, 0, 0.7);
  max-width: 750px;
  margin: 10px auto 0;
  position: fixed;
  bottom: 48px;
  padding: 10px 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-sizing: border-box;
}

.campaign__container-finish .btn-primary {
  background-color: #ccc;
  color: #000;
  border: #000 solid 4px;
  border-radius: 15px;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}

.btn-primary {
  color: #FFF;
  border-radius: 50px;
  max-width: 750px;
  width: 90%;
  margin: 7px auto 15px;
  padding: 20px 0;
  box-sizing: border-box;
  font-size: 18px;
  border-bottom: 5px solid rgb(255, 255, 255);
  border-right: 4px solid rgb(255, 255, 255);
  border-top: none;
  border-left: none;
  background-color: #eb5505;
}

#ft_btn {
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  max-width: 750px;
  margin: 0 auto 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-sizing: border-box;
  font-size: 12px;
}

#ft_btn p {
  font-size: 120%;
  margin: 7px 0 2px;
}

@media screen and (max-width: 460px) {
  .arw_box div {
    font-size: 80%;
  }
  .arw_box02 {
    font-size: 70%;
  }
  .btn_link {
    font-size: 0.8rem;
  }
  .btn_link::after {
    top: 2px;
    right: 35px;
  }
}
.js-time_limited {
  display: none;
}

.js-time_limited_fire {
  display: block;
}

.t_info {
  color: #FFF;
  font-weight: bold;
  background: #eb5505;
  text-align: center;
  padding: 10px 0;
  margin: 10px auto;
}