@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 {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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 */
}

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

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
  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;
}

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

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

a:active,
a:focus,
a:link,
a:visited {
  font-size: 1.4rem;
  line-height: 1.7;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

textarea {
  overflow: auto;
}

label {
  cursor: pointer;
}

ul li {
  list-style: none;
}

sub,
sup {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 0.75em;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

*:focus {
  outline: none;
}

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

body {
  background: url(../images/pc_bg01.png) #d55d84 top center repeat-y;
  background-size: 2013px auto;
}

.container {
  width: 750px;
  margin: 0 auto;
}

.header {
  background: #fff;
  z-index: 1100;
}
.header .header__inner {
  max-width: 750px;
  margin-inline: auto;
  padding: 25px 90px 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.header .header__inner .header__logo {
  width: 569px;
  margin: 0 auto;
}
.header .header__inner .header__logo img {
  display: block;
  height: auto;
}

.sec-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10000;
  background: #fff;
}
.sec-nav .sec-nav__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding: 20px 26.5px;
  margin: 0 auto;
  /* 左エリア */
  /* 右エリア */
}
.sec-nav .sec-nav__inner .sec-nav__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  max-width: 528px;
  width: 100%;
}
.sec-nav .sec-nav__inner .sec-nav__left .sec-nav__heading {
  text-align: center;
  line-height: 0;
}
.sec-nav .sec-nav__inner .sec-nav__left .sec-nav__list--happy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 6px;
  max-width: 528px;
  width: 100%;
}
.sec-nav .sec-nav__inner .sec-nav__left .sec-nav__list--happy li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 calc(33.333% - 6px);
      -ms-flex: 1 1 calc(33.333% - 6px);
          flex: 1 1 calc(33.333% - 6px);
}
.sec-nav .sec-nav__inner .sec-nav__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3px;
  max-width: 153px;
  width: 100%;
}
.sec-nav .sec-nav__inner .imgbtn--large img {
  display: block;
  width: 100%;
  height: auto;
}

.page-section {
  background: url(../images/sp_bg01.png) top center repeat-y;
  background-size: 100%;
}
.page-section .happy-section .sec-shop .sec-shop__inner.dotted {
  width: 696px;
  /* 複数背景を指定 */
  background: url("../images/shop-area_grandemio__bg-dotted@2x.webp") no-repeat center top;
  background-size: contain;
  margin: 0 auto;
  padding-top: 45px;
}
.page-section .happy-section .sec-shop .shop-area {
  width: 690px;
  margin: 0 auto;
  padding: 40px 0 166px;
  position: relative;
}
.page-section .happy-section .sec-shop .shop-area.is-open {
  padding: 40px 0 27px;
}
.page-section .happy-section .sec-shop .shop-area_emiterrace {
  /* 複数背景を指定 */
  background: url("../images/shop-area_emiterrace__bg-top@2x.webp") no-repeat center top, url("../images/shop-area_emiterrace__bg-bottom@2x.webp") no-repeat center bottom;
  background-size: contain;
}
.page-section .happy-section .sec-shop .shop-area_emiterrace .shop-area__logo {
  width: 620px;
  margin: 0 auto 0;
}
.page-section .happy-section .sec-shop .shop-area_grandemio {
  /* 複数背景を指定 */
  background: url("../images/shop-area_grandemio__bg-top@2x.webp") no-repeat center top, url("../images/shop-area_grandemio__bg-bottom@2x.webp") no-repeat center bottom;
  background-size: contain;
}
.page-section .happy-section .sec-shop .shop-area_grandemio .shop-area__logo {
  width: 620px;
  margin: 0 auto 0;
}
.page-section .happy-section .sec-shop .shop-area .shop-list .shop-items ul li .shop-items__pic {
  width: 690px;
  margin: 0 auto;
}
.page-section .happy-section .sec-shop .shop-area .shop-items_more-btn {
  width: 648px;
  margin: 0 auto;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
.page-section .happy-section .sec_btn {
  width: 690px;
  margin: 0 auto;
  padding: 40px 0;
}
.page-section .happy-section .sec_note {
  width: 690px;
  margin: 0 auto;
  margin: 0 auto 40px;
}
.page-section .event-section {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 80px;
  position: relative;
}
.page-section .event-section .sec {
  width: 690px;
  margin: 60px auto 0;
  position: relative;
}
.page-section .event-section .sec-01 {
  margin-top: 0;
}
.page-section .event-section .sec-01_item01 {
  width: 630px;
  margin: 0 auto;
  position: absolute;
  top: 196px;
  left: 0;
  right: 0;
}
.page-section .event-section .sec-01_item02 {
  width: 630px;
  margin: 0 auto;
  position: absolute;
  top: 654px;
  left: 0;
  right: 0;
}
.page-section .event-section .sec-02_item01 {
  width: 630px;
  margin: 0 auto;
  position: absolute;
  top: 192px;
  left: 0;
  right: 0;
}
.page-section .event-section .sec-02_item02 {
  width: 630px;
  margin: 0 auto;
  position: absolute;
  top: 433px;
  left: 0;
  right: 0;
}
.page-section .event-section .sec-02_item03 {
  width: 630px;
  margin: 0 auto;
  position: absolute;
  top: 675px;
  left: 0;
  right: 0;
}
.page-section .event-section .sec-02_item04 {
  width: 630px;
  margin: 0 auto;
  position: absolute;
  top: 976px;
  left: 0;
  right: 0;
}
.page-section .event-section .sec-03_item01 {
  width: 630px;
  margin: 0 auto;
  position: absolute;
  top: 194px;
  left: 0;
  right: 0;
}
.page-section .event-section .sec-03_item02 {
  width: 630px;
  margin: 0 auto;
  position: absolute;
  top: 539px;
  left: 0;
  right: 0;
}
.page-section .event-section .sec-event_bnr01 {
  width: 690px;
  margin: 80px auto 0;
}

.footer {
  width: 750px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}
.footer__inner__copy {
  background: #c2c2c2;
  width: 750px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 35px;
  padding-bottom: 38px;
}
.footer__inner__copy .copy {
  color: #000;
  font-size: 19.2px;
  font-weight: 500;
  line-height: 1.5em;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.footer__inner {
  width: 600px;
  margin: 0 auto;
  padding: 69px 0 62px;
}
.footer__logo {
  width: 460px;
  display: block;
  margin: 0 auto;
}
.footer__info {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
  text-align: center;
  margin: 18px auto 0;
}
.footer__info a {
  pointer-events: none;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
}
.footer__divider {
  width: 600px;
  border: none;
  border-top: 2px solid #000;
  margin: 35px auto 50px;
}

@media screen and (min-width: 751px) {
  .pc {
    display: inline-block;
  }
  .sp {
    display: none;
  }
  a.hover img:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
  }
}
@media screen and (max-width: 750px) {
  body {
    background: none;
  }
  .container {
    width: 100%;
  }
  .header .header__inner {
    max-width: 100%;
    padding: 3.3333333333vw 12vw 2.8vw;
    gap: 2.1333333333vw;
  }
  .header .header__inner .header__logo {
    width: 75.8666666667vw;
    margin: 0 auto;
  }
  .sec-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10000;
    background: #fff;
  }
  .sec-nav .sec-nav__inner {
    gap: 2.1333333333vw;
    padding: 2.6666666667vw 3.5333333333vw;
    /* 左エリア */
    /* 右エリア */
  }
  .sec-nav .sec-nav__inner .sec-nav__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9333333333vw;
    max-width: 70.4vw;
    width: 100%;
  }
  .sec-nav .sec-nav__inner .sec-nav__left .sec-nav__heading {
    text-align: center;
    line-height: 0;
  }
  .sec-nav .sec-nav__inner .sec-nav__left .sec-nav__list--happy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.8vw;
    max-width: 70.4vw;
    width: 100%;
  }
  .sec-nav .sec-nav__inner .sec-nav__left .sec-nav__list--happy li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 calc(33.333% - 0.8vw);
        -ms-flex: 1 1 calc(33.333% - 0.8vw);
            flex: 1 1 calc(33.333% - 0.8vw);
  }
  .sec-nav .sec-nav__inner .sec-nav__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.4vw;
    max-width: 20.4vw;
    width: 100%;
  }
  .sec-nav .sec-nav__inner .imgbtn--large img {
    display: block;
    width: 100%;
    height: auto;
  }
  .page-section .happy-section .sec-shop .sec-shop__inner.dotted {
    width: 92.8vw;
    /* 複数背景を指定 */
    padding-top: 6vw;
  }
  .page-section .happy-section .sec-shop .shop-area {
    width: 92vw;
    padding: 5.3333333333vw 0 22.1333333333vw;
  }
  .page-section .happy-section .sec-shop .shop-area.is-open {
    padding: 5.3333333333vw 0 3.6vw;
  }
  .page-section .happy-section .sec-shop .shop-area_emiterrace {
    /* 複数背景を指定 */
    background: url("../images/shop-area_emiterrace__bg-top.webp") no-repeat center top, url("../images/shop-area_emiterrace__bg-bottom.webp") no-repeat center bottom;
    background-size: 100%;
  }
  .page-section .happy-section .sec-shop .shop-area_emiterrace .shop-area__logo {
    width: 82.6666666667vw;
  }
  .page-section .happy-section .sec-shop .shop-area_grandemio {
    /* 複数背景を指定 */
    background: url("../images/shop-area_grandemio__bg-top.webp") no-repeat center top, url("../images/shop-area_grandemio__bg-bottom.webp") no-repeat center bottom;
    background-size: 100%;
  }
  .page-section .happy-section .sec-shop .shop-area_grandemio .shop-area__logo {
    width: 82.6666666667vw;
  }
  .page-section .happy-section .sec-shop .shop-area .shop-list .shop-items ul li {
    margin-top: -0.1333333333vw;
  }
  .page-section .happy-section .sec-shop .shop-area .shop-list .shop-items ul li .shop-items__pic {
    width: 92vw;
  }
  .page-section .happy-section .sec-shop .shop-area .shop-items_more-btn {
    width: 86.4vw;
    position: absolute;
    bottom: 5.3333333333vw;
    left: 0;
    right: 0;
  }
  .page-section .happy-section .sec_btn {
    width: 92vw;
    padding: 5.3333333333vw 0;
  }
  .page-section .happy-section .sec_note {
    width: 92vw;
    margin: 0 auto 5.3333333333vw;
  }
  .page-section .event-section {
    width: 100%;
    padding: 5.3333333333vw 0 10.6666666667vw;
  }
  .page-section .event-section .sec {
    width: 92vw;
    margin: 8vw auto 0;
  }
  .page-section .event-section .sec-01 {
    margin-top: 0;
  }
  .page-section .event-section .sec-01_item01 {
    width: 84vw;
    position: absolute;
    top: 26.1333333333vw;
    left: 0;
    right: 0;
  }
  .page-section .event-section .sec-01_item02 {
    width: 84vw;
    position: absolute;
    top: 87.2vw;
    left: 0;
    right: 0;
  }
  .page-section .event-section .sec-02_item01 {
    width: 84vw;
    position: absolute;
    top: 25.6vw;
    left: 0;
    right: 0;
  }
  .page-section .event-section .sec-02_item02 {
    width: 84vw;
    position: absolute;
    top: 57.7333333333vw;
    left: 0;
    right: 0;
  }
  .page-section .event-section .sec-02_item03 {
    width: 84vw;
    position: absolute;
    top: 90vw;
    left: 0;
    right: 0;
  }
  .page-section .event-section .sec-02_item04 {
    width: 84vw;
    position: absolute;
    top: 130.1333333333vw;
    left: 0;
    right: 0;
  }
  .page-section .event-section .sec-03_item01 {
    width: 84vw;
    position: absolute;
    top: 25.8666666667vw;
    left: 0;
    right: 0;
  }
  .page-section .event-section .sec-03_item02 {
    width: 84vw;
    position: absolute;
    top: 71.8666666667vw;
    left: 0;
    right: 0;
  }
  .page-section .event-section .sec-event_bnr01 {
    width: 92vw;
    margin: 10.6666666667vw auto 0;
  }
  .footer {
    width: 100%;
  }
  .footer__inner__copy {
    width: 100%;
    padding-top: 4.6666666667vw;
    padding-bottom: 5.0666666667vw;
  }
  .footer__inner__copy .copy {
    font-size: 2.56vw;
  }
  .footer__inner {
    width: 80vw;
    padding: 9.2vw 0 8.2666666667vw;
  }
  .footer__logo {
    width: 61.3333333333vw;
  }
  .footer__info {
    font-size: 3.2vw;
    margin: 2.4vw auto 0;
  }
  .footer__info a {
    pointer-events: auto;
    font-size: 3.2vw;
  }
  .footer__divider {
    width: 80vw;
    border-top: 0.2666666667vw solid #000;
    margin: 4.6666666667vw auto 6.6666666667vw;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  a img:hover {
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
  }
}