/*
! tailwindcss v3.3.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

body {
  font-family: Noto Sans Thai, Noto Sans TC, Roboto, sans-serif;
}

header {
  box-shadow: 0px 0px 20px 0px #0000000D;
  transition: top 0.5s;
}

section:not(.banner) {
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 768px) {
  section:not(.banner) {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1024px) {
  section:not(.banner) {
    padding-left: 56px;
    padding-right: 56px;
  }
}

@media (min-width: 1200px) {
  section:not(.banner) {
    padding-left: 76px;
    padding-right: 76px;
  }
}

.layout_container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .layout_container {
    max-width: 1249px;
  }
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-\[1\] {
  z-index: 1;
}

.m-auto {
  margin: auto;
}

.mb-\[12px\] {
  margin-bottom: 12px;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mb-\[22px\] {
  margin-bottom: 22px;
}

.mb-\[24px\] {
  margin-bottom: 24px;
}

.mb-\[25px\] {
  margin-bottom: 25px;
}

.mb-\[2px\] {
  margin-bottom: 2px;
}

.mb-\[32px\] {
  margin-bottom: 32px;
}

.mb-\[6px\] {
  margin-bottom: 6px;
}

.mb-\[8px\] {
  margin-bottom: 8px;
}

.mr-\[16px\] {
  margin-right: 16px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-\[26px\] {
  height: 26px;
}

.h-\[36px\] {
  height: 36px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.w-\[230px\] {
  width: 230px;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[82px\] {
  width: 82px;
}

.w-\[calc\(100\%-70px\)\] {
  width: calc(100% - 70px);
}

.w-full {
  width: 100%;
}

.min-w-\[160px\] {
  min-width: 160px;
}

.max-w-\[60\.8\%\] {
  max-width: 60.8%;
}

.max-w-\[800px\] {
  max-width: 800px;
}

.flex-1 {
  flex: 1 1 0%;
}

.shrink-0 {
  flex-shrink: 0;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.break-all {
  word-break: break-all;
}

.rounded-\[100px\] {
  border-radius: 100px;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[6px\] {
  border-radius: 6px;
}

.rounded-\[9px\] {
  border-radius: 9px;
}

.border {
  border-width: 1px;
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(126 86 255 / var(--tw-bg-opacity));
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(0 207 145 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(199 65 232 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 255 / var(--tw-bg-opacity));
}

.p-\[16px\] {
  padding: 16px;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pb-\[24px\] {
  padding-bottom: 24px;
}

.pb-\[66px\] {
  padding-bottom: 66px;
}

.pb-\[72px\] {
  padding-bottom: 72px;
}

.pt-\[100px\] {
  padding-top: 100px;
}

.pt-\[76px\] {
  padding-top: 76px;
}

.pt-\[95px\] {
  padding-top: 95px;
}

.text-center {
  text-align: center;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[26px\] {
  font-size: 26px;
}

.text-\[30px\] {
  font-size: 30px;
}

.font-\[500\] {
  font-weight: 500;
}

.font-\[600\] {
  font-weight: 600;
}

.font-\[700\] {
  font-weight: 700;
}

.font-\[800\] {
  font-weight: 800;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[28px\] {
  line-height: 28px;
}

.leading-\[30px\] {
  line-height: 30px;
}

.leading-\[34px\] {
  line-height: 34px;
}

.leading-\[36px\] {
  line-height: 36px;
}

.text-\[\#404040\] {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.text-\[\#5B5F8E\] {
  --tw-text-opacity: 1;
  color: rgb(91 95 142 / var(--tw-text-opacity));
}

.text-\[\#7F7F7F\] {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity));
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(126 86 255 / var(--tw-text-opacity));
}

.text-green {
  --tw-text-opacity: 1;
  color: rgb(0 207 145 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(199 65 232 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(34 211 255 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.font-sans-tc {
  font-family: Noto Sans TC, sans-serif;
}

body * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

/* .banner {
  background: url('../images/img_banner02_393@3x.png')no-repeat center center;
  background-size: cover;
  height: 508px;
  overflow: hidden;
} */

section {
  position: relative;
}

.banner picture img {
  width: 100%;
}

.section1 {
  background: linear-gradient(180deg, #FDE9F8 0.66%, #FFFFFF 100%);
}

.section2 {
  background: linear-gradient(180deg, #FFFFFF 5.71%, #DFFAFC 17.31%, #DFFAFC 81.25%, #DFFAFC 100%);
}

.section3 {
  background: linear-gradient(180deg, #dffafd 0%, #EDEEFD 25%, #EDEEFD 83.17%, #faf5fe 98%);
}

.section4 {
  background: linear-gradient(180deg, #FAF5FE 0%, #FDE9F8 26.92%, #FDE9F8 81.73%, #F4EEF6 100%);
  /* background: linear-gradient(180deg, #FBF0FB 0%, #FDE9F8 100%); */
}

.section5 {
  background: linear-gradient(180deg, #F4EEF6 0.63%, #DAFBF1 18.9%, #DAFBF1 96.6%);
}

.swiper-wrapper {
  width: auto;
}

@media (min-width: 768px) {
  .swiper-wrapper {
    margin-left: -16px;
    margin-right: -16px;
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .swiper-wrapper {
    margin-left: -17px;
    margin-right: -17px;
  }
}

@media (min-width: 1200px) {
  .swiper-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 1400px) {
  .swiper-wrapper {
    margin-left: -24px;
    margin-right: -24px;
  }
}

.swiperSlides .swiper-wrapper {
  width: auto;
}

@media (min-width: 768px) {
  .swiper-wrapper .swiper-slide {
    width: 33.33333%;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 36px;
  }
}

@media (min-width: 1024px) {
  .swiper-wrapper .swiper-slide {
    padding-left: 17px;
    padding-right: 17px;
  }
}

@media (min-width: 1200px) {
  .swiper-wrapper .swiper-slide {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1400px) {
  .swiper-wrapper .swiper-slide {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.swiper-prev {
  width: 24px;
  height: 24px;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-next {
  width: 24px;
  height: 24px;
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
}

.section2 .swiper-prev {
  background: url('../images/arrowleft_section2.svg')no-repeat;
  background-size: contain;
}

.section2 .swiper-next {
  background: url('../images/arrowright_section2.svg')no-repeat;
  background-size: contain;
}

.section3 .swiper-prev {
  background: url('../images/arrowleft_section3.svg')no-repeat;
  background-size: contain;
}

.section3 .swiper-next {
  background: url('../images/arrowright_section3.svg')no-repeat;
  background-size: contain;
}

.section4 .swiper-prev {
  background: url('../images/arrowleft_section4.svg')no-repeat;
  background-size: contain;
}

.section4 .swiper-next {
  background: url('../images/arrowright_section4.svg')no-repeat;
  background-size: contain;
}

.section5 .swiper-prev {
  background: url('../images/arrowleft_section5.svg')no-repeat;
  background-size: contain;
}

.section5 .swiper-next {
  background: url('../images/arrowright_section5.svg')no-repeat;
  background-size: contain;
}

.dialog_text {
  display: none;
}

.dialog_text::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 21px solid #22D3FF;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: -18px;
}

.dialog_text.bg-blue::after {
  border-top: 21px solid #7E56FF;
}

.dialog_text.bg-primary::after {
  border-top: 21px solid #C741E8;
}

.dialog_text.bg-green::after {
  border-top: 21px solid #00CF91;
}

.section1 .img_drink01 img {
  width: 100%;
}

@media (min-width: 481px) {
  .banner button {
    bottom: -6px;
  }

  .drink_pic {
    top: -130px;
  }
}

@media (min-width: 768px) {
  /* .banner {
    background: url('../images/img_banner02_1200.png')no-repeat center center;
    background-size: cover;
    overflow: initial;
  } */

  .banner img {
    z-index: 9;
  }

  .section2::before {
    width: 100%;
    height: 450px;
  }

  section .swiper {
    overflow: initial;
  }

  .swiper-slide .dialog_text {
    display: block;
    width: calc(100% + 36px);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    white-space: pre-line;
  }

  .swiper-slide:hover .dialog_text {
    opacity: 1;
    visibility: visible;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:right-\[50px\] {
    right: 50px;
  }

  .md\:top-\[-204px\] {
    top: -204px;
  }

  .md\:top-\[-22px\] {
    top: -22px;
  }

  .md\:top-\[-322px\] {
    top: -322px;
  }

  .md\:top-\[-64px\] {
    top: -64px;
  }

  .md\:top-\[60px\] {
    top: 60px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-\[-36px\] {
    margin-bottom: -36px;
  }

  .md\:mb-\[18px\] {
    margin-bottom: 18px;
  }

  .md\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .md\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .md\:mr-\[32px\] {
    margin-right: 32px;
  }

  .md\:mr-\[36px\] {
    margin-right: 36px;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-\[290px\] {
    width: 290px;
  }

  .md\:w-\[320px\] {
    width: 320px;
  }

  .md\:w-\[63\%\] {
    width: 63%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:shrink-\[0\] {
    flex-shrink: 0;
  }

  .md\:py-\[6px\] {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .md\:pb-\[44px\] {
    padding-bottom: 44px;
  }

  .md\:pb-\[60px\] {
    padding-bottom: 60px;
  }

  .md\:pt-\[132px\] {
    padding-top: 132px;
  }

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[30px\] {
    font-size: 30px;
  }

  .md\:leading-\[45px\] {
    line-height: 45px;
  }
}

@media (min-width: 1200px) {
  .xl\:right-\[76px\] {
    right: 76px;
  }

  .xl\:top-\[-180px\] {
    top: -180px;
  }

  .xl\:top-\[-6px\] {
    top: -6px;
  }

  .xl\:top-\[-8px\] {
    top: -8px;
  }

  .xl\:top-\[30px\] {
    top: 30px;
  }

  .xl\:top-\[60px\] {
    top: 60px;
  }

  .xl\:mb-\[24px\] {
    margin-bottom: 24px;
  }

  .xl\:mb-\[32px\] {
    margin-bottom: 32px;
  }

  .xl\:mb-\[36px\] {
    margin-bottom: 36px;
  }

  .xl\:mb-\[6px\] {
    margin-bottom: 6px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:w-\[417px\] {
    width: 417px;
  }

  .xl\:w-\[428px\] {
    width: 428px;
  }

  .xl\:pb-\[47px\] {
    padding-bottom: 47px;
  }

  .xl\:pb-\[88px\] {
    padding-bottom: 88px;
  }

  .xl\:pt-\[174px\] {
    padding-top: 174px;
  }

  .xl\:pt-\[180px\] {
    padding-top: 180px;
  }

  .xl\:text-\[20px\] {
    font-size: 20px;
  }

  .xl\:text-\[22px\] {
    font-size: 22px;
  }

  .xl\:text-\[26px\] {
    font-size: 26px;
  }

  .xl\:text-\[32px\] {
    font-size: 32px;
  }

  .xl\:text-\[38px\] {
    font-size: 38px;
  }

  .xl\:text-\[42px\] {
    font-size: 42px;
  }

  .xl\:text-\[44px\] {
    font-size: 44px;
  }

  .xl\:leading-\[40px\] {
    line-height: 40px;
  }

  .xl\:leading-\[66px\] {
    line-height: 66px;
  }
}

@media (min-width: 1400px) {
  .xxl\:mb-\[4px\] {
    margin-bottom: 4px;
  }

  .xxl\:mr-\[40px\] {
    margin-right: 40px;
  }

  .xxl\:text-\[48px\] {
    font-size: 48px;
  }
}
