/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: bold;
}

.accordion-button {
  --bs-accordion-btn-bg: var(--acc-base-color, rgb(255, 144, 176));
}

.accordion-button:not(.collapsed) {
  --bs-accordion-active-bg: var(--acc-active-base-color, rgb(255, 211, 224));
}

.accordion-item:first-of-type .accordion-button {
  --bs-accordion-active-bg: var(--acc-active-base-color, rgb(255, 211, 224));
  --bs-accordion-inner-border-radius: var(--acc-radius, 0);
}

.accordion-item:last-of-type .accordion-button.collapsed {
  --bs-accordion-inner-border-radius: var(--acc-radius,0);
}

.accordion-item {
  --bs-accordion-border-width:0;
}
.accordion-item:first-of-type, .accordion-item:last-of-type {
  --bs-accordion-border-radius:var(--acc-radius, 0);
}

.accordion-body {
  --bs-accordion-body-padding-x:0;
  --bs-accordion-body-padding-y:0;
}

.modal-header {
  --bs-modal-header-border-width:0;
}

.cta_button_wrapper .shiny_button-link, .cta_button_wrapper .shiny_button-img .shiny_button-imgLink, .shiny_button-link, .shiny_button-img .shiny_button-imgLink, .serch_shops-link a {
  position: relative;
  display: block;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  max-width: 100%;
}

.cta_button_wrapper .shiny_button-link, .cta_button_wrapper .shiny_button-img .shiny_button-imgLink, .shiny_button-link, .shiny_button-img .shiny_button-imgLink, .serch_shops-link a {
  position: relative;
  display: block;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

:root {
  --header-h: 55px;
  --header-base-h: 55px;
  --main-w: 450px;
  --font: "Noto Serif JP", serif;
  --font_2: "Noto Sans JP", sans-serif;
  --navy: #232176;
  --grey: #F2F2F2;
  --pink: #FE789F;
  --main-color: var(--pink);
  --main_color: var(--pink);
}

html {
  scroll-behavior: smooth;
  scroll-padding-block-start: var(--header-h);
}

html,
body {
  font-family: var(--font);
  color: #333;
}
html.modal-open,
body.modal-open {
  padding-right: 0 !important;
}

body {
  position: relative;
}
body.fixed {
  overflow: hidden;
  padding: 0;
  overscroll-behavior-y: none;
}

a,
.header_buttons > button {
  transition: opacity 0.3s;
}
a:hover,
.header_buttons > button:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
}

.wrapper {
  --wrp-position: sticky;
  --wrp-position-top: 0;
  --wrp-height-dvh: 100dvh;
  --wrp-height-vh: 100vh;
  display: grid;
  grid-template-columns: auto min(var(--main-w), 100%) auto;
}
.wrapper .side {
  display: flex;
  align-items: center;
  height: 100%;
  width: 90%;
  margin-inline: auto;
}
.wrapper .side > * {
  position: absolute;
  inset: 0;
  margin: auto;
  display: var(--sd_chd-d, none);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (min-width: 1200px) {
  .wrapper .side > * {
    --sd_chd-d: block;
  }
}
.wrapper .wrapper_left {
  position: var(--wrp-position);
  top: var(--wrp-position-top);
  min-height: var(--wrp-height-vh);
  height: var(--wrp-height-dvh);
  padding: 0 1%;
}
.wrapper .wrapper_left img {
  display: block;
  width: min(180px, 100%);
  height: 125px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
}
.wrapper .wrapper_right {
  position: var(--wrp-position);
  top: var(--wrp-position-top);
  min-height: var(--wrp-height-vh);
  height: var(--wrp-height-dvh);
}
.wrapper .wrapper_right .right_links ul {
  width: 80%;
}
.wrapper .wrapper_right .right_links ul li {
  padding: 12px;
  border-bottom: 1px solid var(--main-color);
}
.wrapper .wrapper_right .right_links ul li * {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--main-color);
  font-size: 16px;
}
.wrapper .wrapper_right .right_links ul li * span {
  width: 24px;
  height: 1px;
  background-color: currentColor;
  display: block;
  position: relative;
}
.wrapper .wrapper_right .right_links ul li * span::after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: currentColor;
  rotate: 30deg;
  position: absolute;
  right: 0;
  bottom: 2px;
}
.wrapper .wrapper_right .right_links ul li button {
  width: 100%;
}
.wrapper .wrapper_main {
  padding-top: var(--header-h);
  box-shadow: 0px 2px 15px -7px rgba(0, 0, 0, 0.6);
}
.wrapper .wrapper_main .section_inner {
  padding-inline: var(--sec-innr-pline, 20px);
}
@media screen and (min-width: 768px) {
  .wrapper .wrapper_main .section_inner {
    --sec-innr-pline:calc(20px + 1.0416666667vw);
  }
}
.wrapper .wrapper_main .section_inner.full_width {
  --sec-innr-pline:0;
}

#top {
  position: relative;
}
#top h2 img {
  height: 87vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .mv_txt_01 {
  position: absolute;
  top: 1%;
  right: 1%;
  width: 40%;
}
#top .mv_txt_02 {
  position: absolute;
  bottom: 2%;
  left: 0;
}
#top .mv_800 {
  width: clamp(120px, calc(55.8620689655px + 6.4655172414vw), 180px);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 1%;
  left: 2px;
}

.floating {
  position: fixed;
  z-index: 88;
  width: min(450px, 100%);
  height: clamp(59px, calc(46.1724137931px + 1.2931034483vw), 71px);
  bottom: 0;
  display: grid;
  grid-template-columns: 46% 1fr;
}
.floating > * {
  display: grid;
  place-content: center;
  position: relative;
}
.floating > * .f_r_top {
  position: absolute;
  top: -15px;
  left: 0;
}
.floating > * img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  z-index: 9;
  height: var(--header-h);
  width: min(var(--main-w), 100%);
  background: #fff;
  padding: calc(((var(--header-h)) - var(--header-base-h)) / 2);
  box-shadow: 0px 2px 15px -7px rgba(0, 0, 0, 0.6);
}
header .header {
  display: grid;
  grid-template-columns: 1fr 75px;
  grid-template-rows: var(--header-base-h);
  align-items: center;
  gap: 15px;
  padding-inline: 15px;
}
header .header > img {
  height: 43px;
  -o-object-fit: cover;
     object-fit: cover;
}
header .header h1 {
  color: var(--pink);
  font-size: clamp(17px, calc(11.6551724138px + 0.5387931034vw), 22px);
}
header .header h1 strong {
  font-size: clamp(24px, calc(19.724137931px + 0.4310344828vw), 28px);
  font-weight: normal;
}

.cta {
  position: relative;
}
.cta::before {
  content: "";
  width: 300px;
  height: 65px;
  background-image: url(../images/section/cta_head.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  inset-inline: 0;
  margin-inline: auto;
  top: -15px;
}
.cta h3 {
  margin-bottom: 20px;
}
.cta a {
  position: absolute;
  bottom: 20px;
  inset-inline: 0;
  width: 350px;
  display: block;
  margin-inline: auto;
  transition: opacity 0.3s ease;
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  transform-origin: center;
}
.cta a:hover {
  opacity: 0.7;
}

.cta_button_wrapper {
  overflow: hidden;
  position: absolute;
  bottom: 15px;
  inset-inline: 0;
  width: 81%;
  height: 150px;
  margin-top: 62px;
  margin-inline: auto;
}
.cta_button_wrapper .shiny_button-link {
  width: min(280px, 100%);
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #fd4480;
  cursor: pointer;
  padding-block: calc(10px + 0.2604166667vw);
  border-radius: 40px;
}
.cta_button_wrapper .shiny_button-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  transform: skewX(-25deg);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation-name: shiny;
          animation-name: shiny;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.cta_button_wrapper .shiny_button-img {
  width: 260px;
  margin-inline: auto;
  margin-top: 70px;
}
.cta_button_wrapper .shiny_button-img .shiny_button-imgLink img {
  display: block;
  width: 97%;
  height: auto;
  transform: scale(1);
  -webkit-animation: scaleAnime 0.8s ease-in-out infinite alternate;
          animation: scaleAnime 0.8s ease-in-out infinite alternate;
  transform-origin: center;
  will-change: transform;
}
.cta_button_wrapper .shiny_button-img .shiny_button-imgLink::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  transform: skewX(-25deg);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation-name: shiny;
          animation-name: shiny;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .cta_button_wrapper .shiny_button-img {
    width: 300px;
    margin-top: 50px;
  }
}

main {
  overflow: hidden;
}

.bg {
  background-image: url(../images/section/bg.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-inline: 15px;
  padding-block: clamp(50px, calc(17.9310344828px + 3.2327586207vw), 80px) clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
}
.bg .sec_inner {
  background-color: white;
  padding-inline: 20px;
  padding-block: 10px 20px;
}
.bg .top_title {
  padding-inline: 20px;
  position: relative;
  top: -40px;
}
.bg .sec_bottom {
  position: relative;
  margin-block: 130px 20px;
}
@media screen and (min-width: 992px) {
  .bg .sec_bottom {
    margin-block: 150px 20px;
  }
}
.bg .sec_bottom .cta_button_wrapper {
  scale: 1.1;
}
.bg .a_title {
  margin-top: clamp(30px, calc(8.6206896552px + 2.1551724138vw), 50px);
  width: clamp(115px, calc(77.5862068966px + 3.7715517241vw), 150px);
  display: block;
  margin-inline: auto;
}
.bg .a_images > * {
  display: block;
  margin-inline: auto;
  margin-block: 20px;
}
.bg .a_images > *:nth-child(1) {
  width: clamp(374px, calc(371.8620689655px + 0.2155172414vw), 376px);
}
.bg .a_lists {
  margin-block: 20px;
}
.bg .a_lists > * {
  display: grid;
  grid-template-columns: 120px 1fr;
  margin-block: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  align-items: center;
}
@media screen and (min-width: 992px) {
  .bg .a_lists > * {
    grid-template-columns: 160px 1fr;
  }
}
.bg .a_lists > * > *:nth-child(1) {
  font-size: clamp(18px, calc(5.1724137931px + 1.2931034483vw), 30px);
  font-weight: bold;
}
.bg .a_lists > * > *:nth-child(2) {
  font-size: clamp(16px, calc(11.724137931px + 0.4310344828vw), 20px);
  font-family: var(--font_2);
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.bg .a_from {
  margin-block: 20px;
  background-color: #F8F8F8;
  padding-block: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  padding-inline: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
}
.bg .a_from .ttl_pink {
  font-size: clamp(18px, calc(7.3103448276px + 1.0775862069vw), 28px);
  color: #FF6C88;
}
.bg .a_from > :nth-child(2) {
  margin-top: 10px;
  font-size: clamp(16px, calc(11.724137931px + 0.4310344828vw), 20px);
  font-family: var(--font_2);
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.bg .frame_wrapper iframe {
  width: 100%;
  aspect-ratio: 4/3;
}

.banner {
  margin-top: 20px;
  padding-inline: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
}

/* navigation */
.bg_black {
  position: fixed;
  top: var(--header-h);
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  transition: display 0.6s;
  display: none;
}
.bg_black.active {
  display: block;
  /* when modal active */
  touch-action: none;
  -webkit-overflow-scrolling: none;
  /* Other browsers */
  overscroll-behavior: none;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF8504'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF8504'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#g-nav {
  position: fixed;
  z-index: 999;
  top: var(--header-h);
  right: -120%;
  width: 100%;
  height: 100vh;
  background-color: var(--navy);
  transition: all 0.6s;
}
@media screen and (min-width: 768px) {
  #g-nav {
    width: 45%;
  }
}
@media screen and (min-width: 1200px) {
  #g-nav {
    width: calc((100% - var(--main-w)) * 0.5);
  }
}
#g-nav.panelactive {
  right: 0;
}
#g-nav.panelactive #g-nav-list {
  z-index: 999;
  height: 87vh;
  overflow: auto;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#g-nav.panelactive #g-nav-list .nonScroll {
  height: 20vh;
  width: 1px;
  background-color: transparent;
}
#g-nav.panelactive #g-nav-list::-webkit-scrollbar {
  display: none;
}
#g-nav.panelactive #g-nav-list > ul {
  padding-inline: calc(20px + 1.1458333333vw);
  padding-top: calc(30px + 1.0416666667vw);
}
#g-nav.panelactive #g-nav-list .accordion-item {
  border: 0;
  background: rgb(255, 232, 239);
}
#g-nav.panelactive #g-nav-list .accordion-item h2 {
  border: 0;
  border-radius: 0;
  background: rgb(255, 232, 239);
}
#g-nav.panelactive #g-nav-list .accordion-item h2 button {
  color: #ff5686;
  background: rgb(255, 232, 239);
  border: 0;
  border-radius: 0;
  padding: 10px;
  box-shadow: none;
}
#g-nav.panelactive #g-nav-list .accordion-item .accordion-body > div:last-child a {
  border-bottom: 0;
}
#g-nav.panelactive #g-nav-list .accordion-item .accordion-body > div a {
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid lightgrey;
}
#g-nav li {
  list-style: none;
  text-align: center;
  text-align: left;
  border-bottom: 1px solid white;
}
#g-nav li > * {
  color: white;
  padding: 15px;
  display: block;
  font-size: clamp(12px, calc(7.724137931px + 0.4310344828vw), 16px);
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#g-nav li > * span {
  width: 24px;
  height: 1px;
  background-color: currentColor;
  display: block;
  position: relative;
}
#g-nav li > * span::after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: currentColor;
  rotate: 30deg;
  position: absolute;
  right: 0;
  bottom: 2px;
}
#g-nav li button {
  width: 100%;
}
#g-nav li:last-child {
  margin-bottom: 50px;
}

.slide {
  background-image: url(../images/section/slide_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: clamp(40px, calc(-2.7586206897px + 4.3103448276vw), 80px) clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
}

.c_header {
  padding-inline: clamp(25px, calc(-23.1034482759px + 4.849137931vw), 70px);
  padding-block: clamp(25px, calc(-1.724137931px + 2.6939655172vw), 50px) 30px;
}

.button_wrapper {
  padding-inline: 20px;
  padding-block: 20px 40px;
}
.main_shops-links {
  margin-bottom: calc(40px + 1.0416666667vw);
}
.main_shops-links ul {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
}
.main_shops-links ul li a {
  background-color: var(--navy);
  padding-block: 8px;
  text-align: center;
  display: block;
  color: white;
  font-size: clamp(12px, calc(7.724137931px + 0.4310344828vw), 16px);
}

.accordion-button::before,
.accordion-button::after {
  --acc-icon-w: 20px;
  content: "";
  position: absolute;
  right: var(--acc-icon-w);
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: var(--acc-icon-w);
  height: 1px;
  transition: all 0.3s;
  background-image: none;
  opacity: 1;
}

.accordion-button::after {
  transform: rotate(90deg);
}

.accordion-button:not(.collapsed)::before,
.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.accordion-button:not(.collapsed)::after {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  #modalView_shops {
    --bs-modal-width:var(--main-w);
  }
}
#modalView_shops .modal-content {
  border-radius: 0;
  background-color: #F2F2F2;
}
#modalView_shops .modal-body {
  --bs-modal-padding: 15px;
}
#modalView_shops .modal-body h3.modal-body-title {
  text-align: center;
  width: 95px;
  margin-inline: auto;
}
#modalView_shops .modal-body h3.modal-body-title + * {
  margin-block: 8px 15px;
  text-align: center;
  color: var(--navy);
  font-size: 19px;
}
#modalView_shops .modal-body .main_shops {
  padding: 0;
}
#modalView_shops .modal-body .main_shops .city_title {
  margin-bottom: 10px;
}
#modalView_shops .modal-body .main_shops .city_title h3 {
  text-align: left;
  padding: 15px;
  color: white;
  background-color: var(--navy);
  font-size: clamp(16px, calc(11.724137931px + 0.4310344828vw), 20px);
}

.identification_pdf {
  color: #ccc;
  text-decoration: underline;
  padding: var(--identification_pdf-p, 10px 0 0 15px);
  font-size: var(--identification_pdf-fs, 10px);
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .identification_pdf {
    --identification_pdf-p: 10px 0 0 25px;
    --identification_pdf-fs: 14px;
  }
}
.identification_pdf > a {
  color: #ff6794;
  text-decoration: underline;
}

.links_content {
  margin-block: var(--links-cnt-my, 30px);
}
@media screen and (min-width: 768px) {
  .links_content {
    --links-cnt-my: calc(30px + 1.5625vw);
  }
}
.links_content h3 {
  margin-bottom: var(--links-cnt-h3-mb, 15px);
}
@media screen and (min-width: 768px) {
  .links_content h3 {
    --links-cnt-h3-mb: calc(20px + 0.78125vw);
  }
}

.shiny_button-link {
  width: min(280px, 100%);
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #fd4480;
  cursor: pointer;
  padding-block: calc(10px + 0.2604166667vw);
  border-radius: 40px;
}
.shiny_button-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  transform: skewX(-25deg);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation-name: shiny;
          animation-name: shiny;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.shiny_button-img .shiny_button-imgLink img {
  display: block;
  width: 97%;
  height: auto;
  transform: scale(1);
  -webkit-animation: scaleAnime 0.8s ease-in-out infinite alternate;
          animation: scaleAnime 0.8s ease-in-out infinite alternate;
  transform-origin: center;
  will-change: transform;
}
.shiny_button-img .shiny_button-imgLink::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  transform: skewX(-25deg);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation-name: shiny;
          animation-name: shiny;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: 2;
  pointer-events: none;
}

.serch_shops-link {
  margin-top: calc(20px + 1.0416666667vw);
}
.serch_shops-link a img {
  pointer-events: none;
}

.modal:not(.show) {
  pointer-events: none;
  visibility: hidden;
}

.page_top {
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
  position: fixed;
  right: var(--pt-r, 3%);
  bottom: var(--pt-bottom, 93px);
  color: var(--main_color, pink);
  border: 2px solid;
  border-radius: 50%;
  background-color: white;
  font-size: 13px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 99;
  opacity: var(--pt-op, 0.6);
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}
.page_top.is-hidden {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .page_top {
    --pt-r: 10%;
    --pt-bottom: 50px;
    --pt-op: 1;
  }
}

footer {
  text-align: center;
  padding-inline: 20px;
  padding-block: 20px 85px;
}
footer .all_rights_reserved {
  font-size: 9.5px;
  letter-spacing: 0.1em;
  text-align: center;
}

@-webkit-keyframes bounce {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounce {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes shiny {
  0% {
    left: -100%;
    opacity: 0;
  }
  20% {
    left: 200%;
    opacity: 1;
  }
  100% {
    left: 200%;
    opacity: 0;
  }
}
@keyframes shiny {
  0% {
    left: -100%;
    opacity: 0;
  }
  20% {
    left: 200%;
    opacity: 1;
  }
  100% {
    left: 200%;
    opacity: 0;
  }
}
@-webkit-keyframes scaleAnime {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
@keyframes scaleAnime {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
.slide_wrapper {
  position: relative;
  padding-inline: clamp(25px, calc(8.9655172414px + 1.6163793103vw), 40px);
}
.slide_wrapper .correctionSlide {
  background-color: white;
  padding-block: 20px;
}
.slide_wrapper .correctionSlide .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slide_wrapper .swiper-button-next, .slide_wrapper .swiper-button-prev {
  width: 45px;
  height: 45px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgba(255, 194, 204, 0.8);
}
.slide_wrapper .swiper-button-next:after, .slide_wrapper .swiper-button-prev:after {
  content: "";
  width: 10px;
  height: 10px;
  border: solid white;
  border-width: 2px 2px 0 0;
  rotate: 45deg;
  position: relative;
}
.slide_wrapper .swiper-button-next:after,
.slide_wrapper .swiper-rtl .swiper-button-prev:after {
  rotate: 45deg;
  right: 2px;
}
.slide_wrapper .swiper-button-prev:after,
.slide_wrapper .swiper-rtl .swiper-button-next:after {
  rotate: -135deg;
  left: 2px;
}
.slide_wrapper + .slide_bottom {
  padding-inline: clamp(25px, calc(8.9655172414px + 1.6163793103vw), 40px);
  padding-block: 10px 20px;
  color: white;
  font-weight: 600;
  font-size: clamp(10px, calc(6.7931034483px + 0.3232758621vw), 13px);
  line-height: 1.6;
}
/*# sourceMappingURL=style.css.map */