@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&family=Noto+Serif+JP:wght@400;500;600&display=swap);
@charset "UTF-8"; /*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* 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 {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 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 {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 2 */
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
}

/**
 * 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;
  color: inherit;
  text-decoration: none;
}

/**
 * 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 */
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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;
  min-width: 0;
  padding: 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;
}

/**
 * 1. 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 */
}

/**
 * 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 {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

.inview,
.inviewL,
.inviewR {
  opacity: 0;
}

.fadeInUp {
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInBigUp {
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInBigUp;
          animation-name: fadeInBigUp;
}

@-webkit-keyframes fadeInBigUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 240px, 0);
            transform: translate3d(0, 240px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBigUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 240px, 0);
            transform: translate3d(0, 240px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.delay_1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay_2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay_3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay_4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay_5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay_6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay_7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.delay_8 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay_9 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay_10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay_20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay_30 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay_40 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.delay_50 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.delay_60 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

/*-- settingフォルダの中の_index.scss --*/
/* CSS Document */
/* ----------------------------------------------------------------------------------------------------
  settings
* --------------------------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-overflow-scrolling: touch;
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  box-sizing: border-box;
  color: #000000;
  font-family: "'Noto Sans JP', ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  text-justify: inter-ideograph;
  width: 100%;
}

.stopscroll {
  overflow: hidden;
}

.inter {
  font-family: "Inter", sans-serif;
}

.cormorant {
  font-family: "Cormorant Garamond", serif;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

img {
  -webkit-backface-visibility: hidden;
  height: auto;
  width: 100%;
}

.icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.italic {
  font-style: italic;
}

main {
  display: block;
}

.bold {
  font-weight: 700;
}

.ie .slick-dots li button:before {
  font-size: 20px;
}

*:focus {
  outline: none;
}

@media screen and (min-width: 1031px) {
  .sp_view {
    display: none;
  }
  .pc_view {
    display: block;
  }
}
@media screen and (max-width: 1030px) {
  html {
    overflow-x: hidden;
  }
  .sp_view {
    display: block;
  }
  .pc_view {
    display: none;
  }
  input[type=text],
  input[type=search],
  input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    appearance: none;
  }
}
main {
  margin-top: 70px;
}
@media screen and (max-width: 1030px) {
  main {
    margin-top: 70px;
  }
}

.ly_w1100 {
  margin: 0 auto;
  max-width: 1100px;
  width: calc(100% - 40px);
}

.ly_w1240 {
  margin: 0 auto;
  max-width: 1240px;
  width: calc(100% - 40px);
}

.slick-dots li {
  margin: 0 2px !important;
}
.slick-dots li button {
  height: 30px;
  width: 30px;
}
.slick-dots li button:before {
  color: #b3b3b3 !important;
  content: "●" !important;
  font-family: sans-serif !important;
  font-size: 12px !important;
}

.slick-loading .slick-list {
  background: none !important;
}

.slick-prev:before,
.slick-next:before {
  background-image: url(../images/common/slide_arrow_r.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "" !important;
  display: block;
  height: 100px;
  opacity: 1 !important;
  width: 30px;
}
@media screen and (max-width: 1030px) {
  .slick-prev:before,
  .slick-next:before {
    height: 50px;
    width: 15px;
  }
}

.slick-prev:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.slick-prev {
  left: -45px !important;
}
@media screen and (max-width: 1030px) {
  .slick-prev {
    left: -22px !important;
  }
}

.slick-next {
  right: -45px !important;
}
@media screen and (max-width: 1030px) {
  .slick-next {
    right: -22px !important;
  }
}

.slick-prev,
.slick-next {
  height: 100px !important;
  top: 38% !important;
  width: 30px !important;
  z-index: 1;
}
@media screen and (max-width: 1030px) {
  .slick-prev,
  .slick-next {
    height: 50px !important;
    top: 35% !important;
    width: 15px !important;
  }
}

.control-style1 .slick-prev {
  left: 0;
  top: calc(100% + 10px);
}
.control-style1 .slick-next {
  left: 34px;
  right: auto;
  top: calc(100% + 10px);
}
.control-style1 .slick-dots {
  bottom: -30px;
  left: 80px;
  text-align: left;
}

.el_btn {
  background: #FFFFFF;
  border: 3px solid #000;
  border-radius: 50px;
  display: inline-block;
  font-weight: 700;
  overflow: hidden;
  padding: 12px 110px;
  position: relative;
  text-align: center;
  transition: ease 0.2s;
}
.el_btn span {
  color: #000;
  position: relative;
  z-index: 3;
}
.el_btn .arrow_r {
  fill: #000;
  position: absolute;
  right: 15px;
  top: 6px;
  width: 27px;
}
.el_btn .arrow_l {
  fill: #000;
  left: 15px;
  position: absolute;
  top: 6px;
  width: 27px;
}
@media screen and (max-width: 768px) {
  .el_btn {
    padding: 10px 67px;
  }
}
.el_btn::before {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  width: 100%;
  z-index: 2;
}
.el_btn:hover {
  border: 3px solid #fff;
}
.el_btn:hover span {
  color: #fff;
}
.el_btn:hover .arrow_r {
  fill: #fff;
}
.el_btn:hover .arrow_l {
  fill: #fff;
}
.el_btn:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.el_btn.--black {
  border-color: #000000;
}

.el_line-btn {
  align-items: center;
  background-color: #fff;
  border: 2px solid #000000;
  border-radius: 50px;
  color: #3EB157;
  display: flex;
  font-weight: 700;
  justify-content: center;
  padding: 10px 0;
  transition: background-color 0.2s, border-color 0.2s;
}
.el_line-btn .icon {
  height: 30px;
  margin-right: 10px;
  width: 30px;
}
@media screen and (max-width: 768px) {
  .el_line-btn .icon {
    height: 26px;
    width: 26px;
  }
}
@media screen and (min-width: 769px) {
  .el_line-btn:hover {
    background-color: #000000;
    border-color: #fff;
  }
}

body {
  width: 100%;
}
body .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  body .pc {
    display: none;
  }
}
body .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body .sp {
    display: block;
  }
}

#bg_pc {
  background-color: #fdffe9;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #bg_pc {
    display: none;
  }
}
#bg_pc .pc_contents {
  left: calc((100% - 540px) / 6);
  position: absolute;
  top: 100px;
}
@media screen and (max-width: 1366px) {
  #bg_pc .pc_contents {
    left: 3.5%;
  }
}
@media screen and (max-width: 1148px) {
  #bg_pc .pc_contents {
    display: none;
  }
}
#bg_pc .pc_19th {
  margin: 0 auto 30px;
  width: 140px;
}
#bg_pc .pc_nav {
  margin-left: 30px;
}
#bg_pc .pc_nav ul li {
  margin-bottom: 20px;
}
#bg_pc .pc_nav ul li a {
  align-items: center;
  color: #e62e61;
  display: flex;
  font-size: 1.3em;
  font-weight: 600;
}
#bg_pc .pc_nav ul li a .arrow_r {
  height: 14px;
  margin-right: 15px;
  width: 12px;
}
#bg_pc .pc_nav ul li a .arrow_r img {
  display: block;
}
#bg_pc .line_bnr {
  margin: 0 auto 30px;
  width: 283px;
}
#bg_pc .pc_logo {
  margin: 0 auto;
  width: 115px;
}

.content_wrapper {
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  width: 540px;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .content_wrapper {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
  }
}
@media screen and (max-width: 768px) {
  .content_wrapper {
    width: 100%;
  }
}
.content_wrapper header {
  width: 100%;
}
.content_wrapper header .hd_top .logoArea {
  height: auto;
  margin-left: 5%;
  max-width: 115px;
  padding: 20px 0;
  width: 25%;
}

footer {
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
footer .inner {
  margin: 0 auto;
  width: 90%;
}
footer .inner .line_bnr {
  border-bottom: solid 1px #000;
  padding: 20px 0;
}
footer .ft_txt {
  padding-bottom: 20px;
  text-align: center;
}
footer .ft_txt .ft_logo {
  margin: 0 auto;
  padding-top: 20px;
  width: 148px;
}
@media screen and (max-width: 768px) {
  footer .ft_txt .ft_logo {
    width: 25%;
  }
}
footer .ft_txt small {
  font-size: 0.8em;
}

.btm_nav {
  max-width: 540px;
  position: relative;
  width: 100%;
  z-index: 101;
}
@media screen and (max-width: 768px) {
  .btm_nav {
    max-width: 768px;
  }
}
.btm_nav ul {
  background-color: #900050;
  display: flex;
  padding: 10px 0;
}
.btm_nav ul li {
  box-sizing: border-box;
  text-align: center;
  width: 33.3333%;
}
.btm_nav ul li a {
  border-right: solid 1px #fff;
  color: #fff;
  display: block;
  font-weight: 600;
  padding: 15px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .btm_nav ul li a {
    font-size: 3.3vw;
  }
}
.btm_nav ul li:last-child a {
  border-right: none;
}
.btm_nav.fixed {
  bottom: 0;
  position: fixed;
}

.lp-top {
  width: 100%;
}
.lp-top main {
  background-color: #fdffe9;
  margin-top: 0;
}
.lp-top .mv {
  height: auto;
  position: relative;
  width: 100%;
}
.lp-top .mv .page_list {
  bottom: 50px;
  display: flex;
  gap: 5%;
  justify-content: center;
  position: absolute;
}
.lp-top .mv .page_list li {
  width: 20%;
}
@media screen and (max-width: 480px) {
  .lp-top .mv .page_list {
    bottom: 25px;
  }
}
.lp-top .sec {
  padding: 30px 0;
}
.lp-top .sec .inner {
  margin: 0 auto;
  width: 90%;
}
.lp-top .sec .sec_ttl {
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
  margin: 0px auto 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-top .sec .sec_ttl {
    font-size: 5vw;
  }
}
.lp-top .event_sec {
  background-color: #b0d25e;
  padding-bottom: 60px;
  width: 100%;
}
.lp-top .event_sec .event_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.lp-top .event_sec .event_list li {
  margin-bottom: 20px;
  width: 48%;
}
.lp-top .event_sec .comment {
  color: #fff;
  font-size: 0.8em;
}
.lp-top .intro_sec {
  background-color: #f8a000;
  border-radius: 25px;
  position: relative;
  top: -30px;
  width: 100%;
}
.lp-top .intro_sec .intro_img {
  margin-top: 20px;
}
.lp-top .sale_sec .sec_ttl {
  color: #e62e61;
}
.lp-top .sale_sec .sale_tablist {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.lp-top .sale_sec .sale_tablist li {
  background-color: #8f8f8f;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 0.75em;
  font-weight: 600;
  padding: 5px 0;
  position: relative;
  text-align: center;
  width: 24%;
}
@media screen and (max-width: 768px) {
  .lp-top .sale_sec .sale_tablist li {
    font-size: 2.3vw;
  }
}
.lp-top .sale_sec .sale_tablist .tab1.current {
  background-color: #ed86b3;
}
.lp-top .sale_sec .sale_tablist .tab1.current::after {
  border-color: #ed86b3 transparent transparent;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  translate: -50% 100%;
}
.lp-top .sale_sec .sale_tablist .tab2.current {
  background-color: #9dc814;
}
.lp-top .sale_sec .sale_tablist .tab2.current::after {
  border-color: #9dc814 transparent transparent;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  translate: -50% 100%;
}
.lp-top .sale_sec .sale_tablist .tab3.current {
  background-color: #f39823;
}
.lp-top .sale_sec .sale_tablist .tab3.current::after {
  border-color: #f39823 transparent transparent;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  translate: -50% 100%;
}
.lp-top .sale_sec .sale_tablist .tab4.current {
  background-color: #00b2bc;
}
.lp-top .sale_sec .sale_tablist .tab4.current::after {
  border-color: #00b2bc transparent transparent;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  translate: -50% 100%;
}
.lp-top .sale_sec .sale_listArea {
  display: none;
}
.lp-top .sale_sec .sale_listArea ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
.lp-top .sale_sec .sale_listArea ul li {
  margin-bottom: 10px;
  width: 48%;
}
.lp-top .sale_sec .sale_listArea.show {
  display: block;
}
.lp-top .sale_sec .comment {
  font-size: 0.8em;
  margin-top: 20px;
}
.lp-top .gourmet_sec {
  background-color: #b0d25e;
}

/*# sourceMappingURL=app.css.map*/