@charset "UTF-8";
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%;
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-style: normal;
  src: local("Noto Sans CJK JP Medium"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 900;
  font-style: normal;
  src: local("Noto Sans CJK JP Black"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
}

html,
body {
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: visible;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  line-height: 1.8;
  word-wrap: break-word;
  color: #221815;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

img {
  vertical-align: top;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* overwrite start */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-next:hover {
  outline: none;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-prev, .slick-next {
  z-index: 1;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  -webkit-box-shadow: 3px 3px 4px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 4px 1px rgba(0, 0, 0, 0.2);
}

.slick-prev::before, .slick-next::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: inline-block;
  opacity: 1;
}

.slick-prev {
  background: #fff;
}

.slick-prev::before {
  margin-left: 3px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.slick-next {
  background: #008b6e;
}

.slick-next::before {
  margin-left: -3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* overwrite end */
.md-btn {
  text-align: center;
}

.md-btn__base {
  display: inline-block;
  background: #fff;
  line-height: 1;
  border-radius: 5px;
  position: relative;
  padding: 4% 0;
  color: #231815;
  text-decoration: none;
  border: none;
}

.md-btn__base.arw::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}

.md-btn__base.arw--bottom::after {
  border-width: 7px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  top: 50%;
  right: 15px;
  margin-top: -3px;
}

.md-btn__base.arw--right::after {
  content: "";
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #ffffff;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}

.md-notice {
  position: relative;
  padding-left: 1em;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.6;
}

.md-notice::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.move--horizon {
  -webkit-animation: moveHorizon 1.5s linear alternate infinite;
          animation: moveHorizon 1.5s linear alternate infinite;
}

.move--horizon.reverse {
  animation: moveHorizon 1.5s linear alternate-reverse infinite;
}

.anim-fadeUp {
  -webkit-transition: opacity .4s, -webkit-transform .4s;
  transition: opacity .4s, -webkit-transform .4s;
  transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s, -webkit-transform .4s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.anim-fadeUp.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes moveHorizon {
  from {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  to {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}

@keyframes moveHorizon {
  from {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  to {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}

@-webkit-keyframes bounce {
  5% {
    -webkit-transform: scale(1.1, 0.8);
            transform: scale(1.1, 0.8);
  }
  10% {
    -webkit-transform: scale(0.8, 1.1) translateY(-5px);
            transform: scale(0.8, 1.1) translateY(-5px);
  }
  15% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes bounce {
  5% {
    -webkit-transform: scale(1.1, 0.8);
            transform: scale(1.1, 0.8);
  }
  10% {
    -webkit-transform: scale(0.8, 1.1) translateY(-5px);
            transform: scale(0.8, 1.1) translateY(-5px);
  }
  15% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

.c-modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .34s, visibility .34s;
  transition: opacity .34s, visibility .34s;
  opacity: 0;
  will-change: visibility, opacity;
  background-color: rgba(0, 0, 0, 0.8);
}

.c-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.c-modal__inner {
  width: 80%;
  position: absolute;
  top: 13.33333%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.c-modal__box {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 8%;
  position: relative;
}

.c-modal__backface {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.c-modal__close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -30px;
  right: 0;
}

.c-modal__close::before, .c-modal__close::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
}

.c-modal__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-modal__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.thisSlideUp {
  opacity: 0;
  position: relative;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
}

.thisSlideUp.isAnimation {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.thisFade {
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.thisFade.isAnimation {
  opacity: 1;
}

.thisOrderSlideUp .aniTarget1 {
  opacity: 0;
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-delay: -0.1s;
          transition-delay: -0.1s;
}

.thisOrderSlideUp .aniTarget2 {
  opacity: 0;
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.thisOrderSlideUp .aniTarget3 {
  opacity: 0;
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.thisOrderSlideUp .aniTarget4 {
  opacity: 0;
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.thisOrderSlideUp .aniTarget5 {
  opacity: 0;
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.thisOrderSlideUp .aniTarget6 {
  opacity: 0;
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.thisOrderSlideUp .aniTarget7 {
  opacity: 0;
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.thisOrderSlideUp .aniTarget8 {
  opacity: 0;
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.thisOrderSlideUp .aniTarget9 {
  opacity: 0;
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.thisOrderSlideUp .aniTarget10 {
  opacity: 0;
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.thisOrderSlideUp.isAnimation .aniTarget1 {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.thisOrderSlideUp.isAnimation .aniTarget2 {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.thisOrderSlideUp.isAnimation .aniTarget3 {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.thisOrderSlideUp.isAnimation .aniTarget4 {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.thisOrderSlideUp.isAnimation .aniTarget5 {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.thisOrderSlideUp.isAnimation .aniTarget6 {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.thisOrderSlideUp.isAnimation .aniTarget7 {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.thisOrderSlideUp.isAnimation .aniTarget8 {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.thisOrderSlideUp.isAnimation .aniTarget9 {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.thisOrderSlideUp.isAnimation .aniTarget10 {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.header {
  position: fixed;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  z-index: 99;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 0 15px;
}

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

.header .logo-lalaport {
  width: 103px;
  height: 26px;
}

.header .logo-lalaport svg {
  width: 103px;
  height: 26px;
}

.header .logo-lazona {
  width: 54px;
  height: 25px;
  margin-left: 2.66667%;
}

.header .logo-lazona svg {
  width: 54px;
  height: 25px;
}

.header .logo-divercity {
  width: 62px;
  height: 25px;
  margin-left: 2%;
}

.header .logo-divercity svg {
  width: 62px;
  height: 25px;
}

.header .logo-mitsui {
  width: 72px;
  height: 23px;
  margin-left: auto;
}

.header .logo-mitsui svg {
  width: 73px;
  height: 23px;
}

.footer {
  background: #fff;
  overflow: hidden;
}

.footer__inner {
  margin: 0 auto;
  padding: 40px 0 15px;
}

.footer .sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .sns__list .sns__list-item {
  width: 10.66667%;
}

.footer .sns__list .sns__list-item:not(:first-of-type) {
  margin-left: 4%;
}

.footer .sns__list .sns__list-item a {
  display: block;
}

.footer .sns__list .sns__list-item a img {
  vertical-align: top;
}

.footer .nav__list a {
  color: #111;
  text-decoration: none;
}

.footer .copyright {
  color: #adadad;
  font-size: 0.8rem;
  letter-spacing: -0.01rem;
  display: block;
  text-align: center;
  margin-top: 25px;
}

#main {
  display: block;
  padding-top: 50px;
  letter-spacing: .1em;
}

.content-wap {
  margin: 0 auto;
  width: 1000px;
}

.page-top-btn {
  bottom: 50px;
  position: fixed;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  right: 50px;
  z-index: 9999;
}

.page-top-btn:not(.isShow) {
  opacity: 0;
  pointer-events: none;
}

.page-top-btn a {
  display: block;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

html > img {
  display: none;
}

a {
  color: #221815;
  text-decoration: none;
}

main#main {
  background-color: #ef8da5;
  padding-bottom: 120px;
}

.kv {
  padding: 80px 0 90px;
  text-align: center;
}

.kv__date {
  margin-top: 20px;
}

.member__frame {
  border-radius: 16px;
  background-color: #ffffff;
  padding-bottom: 50px;
}

.member__ttl {
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.member__txt {
  padding: 0 8%;
}

.member__main {
  text-align: center;
}

.member__note {
  margin-top: 35px;
}

.member__note li {
  position: relative;
  font-size: 12px;
  line-height: 1.83;
  padding-left: 1em;
}

.member__note li + li {
  margin-top: .5em;
}

.member__note li:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.pointup {
  margin-top: 40px;
}

.pointup__frame {
  border-radius: 16px;
  background-color: #ffffff;
  padding: 57px 0 50px;
  position: relative;
}

.pointup__limited {
  position: absolute;
  right: -24px;
  top: -24px;
}

.pointup__ttl {
  text-align: center;
}

.pointup__main {
  margin-top: 57px;
  text-align: center;
}

.pointup__txt {
  padding: 0 4%;
}

.pointup__desc {
  font-size: 14px;
}

.pointup__desc > * {
  font-size: 14px;
  line-height: 1.71;
}

.pointup__desc > *:not(:first-child) {
  margin-top: 1em;
}

.pointup__note {
  margin-top: 35px;
}

.pointup__note li {
  position: relative;
  font-size: 12px;
  line-height: 1.83;
  padding-left: 1em;
}

.pointup__note li + li {
  margin-top: .5em;
}

.pointup__note li:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.event {
  margin-top: 65px;
}

.event__frame {
  border-radius: 16px;
  background-color: #abcf3f;
  padding: 55px 4%;
}

.event__ttl {
  text-align: center;
  position: relative;
}

.event__ttl:before {
  content: '';
  width: 100px;
  height: 100px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/lalaport/special/thanksweek/images/top/event_badge.png");
}

.event__desc {
  font-size: 16px;
  margin-top: 2em;
}

.event__desc > * {
  font-size: 16px;
  line-height: 2;
}

.event__subttl {
  position: relative;
  text-align: center;
  color: #fff;
  margin-top: 40px;
  font-size: 16px;
  margin-bottom: 1.5em;
}

.event__subttl span {
  padding: 0 1em;
  line-height: 1;
  position: relative;
  display: inline-block;
  background-color: #abcf3f;
  font-size: 16px;
}

.event__subttl:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-bottom: 4px dotted #fff;
}

.event__list {
  margin-top: 40px;
}

.event__list:before {
  content: '';
  display: block;
  margin-bottom: 40px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url("/lalaport/special/thanksweek/images/top/event_bar.png");
}

.event__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.event__list li a {
  height: 48px;
  border-radius: 10px;
  border: solid 3px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: 1.4px;
  text-align: center;
}

.event__list li a:hover {
  background-color: #221815;
  color: #fff;
}

.event__bnr {
  margin-top: 40px;
}

.event__bnr a {
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.event__bnr a:hover {
  opacity: 0.7;
}

.mall {
  margin-top: 65px;
}

.mall__ttl {
  text-align: center;
}

.mall__bnr {
  margin-top: 24px;
}

.mall__bnr a {
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.mall__bnr a:hover {
  opacity: 0.7;
}

.mall__note {
  font-size: 12px;
  margin-top: 1em;
}

.mall__note li {
  font-size: 12px;
  line-height: 1.5;
  color: #ffffff;
  padding-left: 1em;
  position: relative;
}

.mall__note li:not(:first-child) {
  margin-top: .3em;
}

.mall__note li:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.detail {
  margin-top: 65px;
}

.detail__frame {
  border-radius: 16px;
  background-color: #ffffff;
  padding: 55px 4% 55px 4.5%;
}

.detail__ttl {
  text-align: center;
}

.detail__subttl {
  position: relative;
  text-align: center;
  color: #888888;
  margin-top: 35px;
}

.detail__subttl span {
  padding: 0 1em;
  line-height: 1;
  position: relative;
  display: inline-block;
  background-color: #fff;
  font-size: 16px;
}

.detail__subttl:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-bottom: 4px dotted #e5e5e5;
}

.detail__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.detail__list li {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.4px;
  margin-top: 1.5em;
  position: relative;
  padding-left: 1em;
}

.detail__list li:before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}

.detail__list a:hover {
  text-decoration: underline;
}

.detail__desc {
  font-size: 14px;
  margin-top: 1em;
}

.detail__desc > * {
  font-size: 14px;
  line-height: 2;
  color: #ffffff;
}

.detail__desc > *:not(:first-child) {
  margin-top: 1em;
}

@media (min-width: 48em) {
  body {
    font-size: 1.5rem;
    min-width: 1280px;
  }
  body.is-active .header {
    z-index: 2;
  }
  .is-sp {
    display: none !important;
  }
  .slick-prev, .slick-next {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .slick-prev::before, .slick-next::before {
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .slick-prev {
    left: -75px;
  }
  .slick-prev::before {
    margin-left: 5px;
  }
  .slick-prev:hover {
    background: #e6e6e6;
  }
  .slick-next {
    right: -385px;
  }
  .slick-next::before {
    margin-left: -5px;
  }
  .slick-next:hover {
    background: #005846;
  }
  .md-btn__base {
    padding: 22px 55px;
    margin-bottom: 7px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .md-btn__base:hover {
    background: #e6e6e6;
  }
  .md-btn__base-txt {
    padding: 18px 10px 17px;
  }
  .md-btn__base.arw--bottom::after {
    right: 20px;
  }
  .md-btn__base.arw--right::after {
    right: 20px;
  }
  .md-notice {
    font-size: 1.2rem;
  }
  .c-modal__inner {
    top: 50%;
    height: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-modal__box {
    padding: 50px 40px;
  }
  .c-modal__close {
    top: -40px;
  }
  .header__inner {
    height: 80px;
    padding: 0 20px;
  }
  .header .logo-lalaport {
    width: 148px;
    height: 36px;
  }
  .header .logo-lalaport svg {
    width: 148px;
    height: 36px;
  }
  .header .logo-lazona {
    width: 88px;
    height: 40px;
    margin-left: 40px;
  }
  .header .logo-lazona svg {
    width: 88px;
    height: 40px;
  }
  .header .logo-divercity {
    width: 100px;
    height: 40px;
    margin-left: 40px;
  }
  .header .logo-divercity svg {
    width: 100px;
    height: 40px;
  }
  .header .logo-mitsui {
    width: 102px;
    height: 33px;
    margin-left: auto;
  }
  .header .logo-mitsui svg {
    width: 102px;
    height: 33px;
  }
  .footer__inner {
    max-width: 1000px;
    text-align: center;
    padding: 60px 0 20px;
  }
  .footer .sns__list .sns__list-item {
    width: 48px;
    height: 48px;
  }
  .footer .sns__list .sns__list-item:not(:first-of-type) {
    margin-left: 19px;
  }
  .footer .sns__list .sns__list-item a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .footer .sns__list .sns__list-item a:hover {
    opacity: .7;
  }
  .footer .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.2rem;
    margin-top: 35px;
  }
  .footer .nav__list a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .footer .nav__list a:hover {
    opacity: .7;
  }
  .footer .copyright {
    font-size: 1.2rem;
    letter-spacing: inherit;
    margin-top: 70px;
  }
  #main {
    padding-top: 80px;
  }
  .event__ttl:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 15px;
  }
  .event__list li {
    width: 19.23913%;
  }
  .event__list li:not(:nth-child(5n+1)) {
    margin-left: 0.95109%;
  }
  .event__list li:nth-child(n+6) {
    margin-top: 10px;
  }
  .event__bnr ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .detail__list li {
    margin-right: 1.5em;
  }
}

@media (max-width: 48em) {
  .container {
    padding-left: 4%;
    padding-right: 4%;
  }
  .is-pc {
    display: none !important;
  }
  .c-modal__inner {
    margin-bottom: 40px;
  }
  .footer .nav__list {
    font-size: 1.1rem;
    text-align: center;
    margin-top: 25px;
    margin-left: -5.33333%;
  }
  .footer .nav__list .nav__list-item {
    display: inline-block;
    margin-left: 5.33333%;
    margin-bottom: 10px;
  }
  .footer .nav__list .nav__list-item:first-of-type, .footer .nav__list .nav__list-item:nth-of-type(5) {
    margin-left: 0;
  }
  .footer .nav__list .nav__list-item:nth-of-type(3), .footer .nav__list .nav__list-item:nth-of-type(4) {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  main#main {
    padding-bottom: 60px;
  }
  .kv {
    padding: 40px 0 43px;
  }
  .kv__date {
    margin-top: 8px;
    height: 23.5px;
  }
  .kv__date img {
    max-height: 100%;
  }
  .member__frame {
    padding-bottom: 25px;
    border-radius: 8px;
  }
  .member__ttl {
    margin-bottom: 15px;
  }
  .member__txt {
    padding: 0 5.7971%;
  }
  .member__note li {
    font-size: 10px;
  }
  .pointup {
    margin-top: 20px;
  }
  .pointup__frame {
    padding: 28px 0 25px;
    border-radius: 8px;
  }
  .pointup__limited {
    max-width: 65px;
    right: -3.18841%;
    top: -18px;
  }
  .pointup__ttl {
    height: 41px;
  }
  .pointup__ttl img {
    max-height: 100%;
  }
  .pointup__main {
    margin-top: 28px;
  }
  .pointup__desc {
    font-size: 11px;
    margin-top: 1em;
  }
  .pointup__desc > * {
    font-size: 11px;
    line-height: 2;
  }
  .pointup__note li {
    font-size: 10px;
  }
  .event {
    margin-top: 40px;
  }
  .event__frame {
    padding: 30px 5.7971% 28px;
    border-radius: 8px;
  }
  .event__ttl:before {
    width: 40px;
    height: 40px;
    top: -15px;
    right: 50%;
    margin-right: 23%;
  }
  .event__desc {
    font-size: 12px;
  }
  .event__desc > * {
    font-size: 12px;
  }
  .event__subttl {
    margin-top: 28px;
  }
  .event__subttl {
    font-size: 12px;
  }
  .event__subttl span {
    font-size: 12px;
  }
  .event__subttl:before {
    border-bottom: 2px dotted #fff;
  }
  .event__list {
    margin-top: 28px;
  }
  .event__list:before {
    margin-bottom: 28px;
    height: 10.5px;
  }
  .event__list ul.column2 > li {
    width: 48.36066%;
  }
  .event__list li {
    width: 31.14754%;
  }
  .event__list li:not(:nth-child(3n+1)) {
    margin-left: 3.27869%;
  }
  .event__list li:nth-child(n+4) {
    margin-top: 10px;
  }
  .event__list li a {
    font-size: 10px;
  }
  .event__bnr {
    margin-top: 28px;
  }
  .event__bnr li + li {
    margin-top: 20px;
  }
  .mall {
    margin-top: 40px;
  }
  .mall__ttl {
    height: 42px;
  }
  .mall__ttl img {
    max-height: 100%;
  }
  .mall__bnr {
    margin-top: 20px;
  }
  .mall__note {
    font-size: 10px;
  }
  .mall__note li {
    font-size: 10px;
  }
  .detail {
    margin-top: 40px;
  }
  .detail__frame {
    padding: 28px 5.7971% 25px;
    border-radius: 8px;
  }
  .detail__ttl {
    height: 18px;
  }
  .detail__ttl img {
    max-height: 100%;
  }
  .detail__subttl {
    margin-top: 25px;
  }
  .detail__subttl span {
    font-size: 12px;
  }
  .detail__subttl:before {
    border-bottom: 2px dotted #e5e5e5;
  }
  .detail__list ul.column2 > li {
    width: 100%;
  }
  .detail__list li {
    font-size: 12px;
    width: 33.33333%;
  }
  .detail__desc {
    font-size: 11px;
  }
  .detail__desc > * {
    font-size: 11px;
  }
}

@media screen and (max-width: 320px) {
  .header__inner {
    padding: 0 10px;
  }
  .header .logo-lazona {
    margin-left: 15px;
  }
  .header .logo-divercity {
    margin-left: 15px;
  }
  .header .logo-mitsui {
    margin-left: 15px;
  }
  .pointup__limited {
    max-width: 60px;
  }
}

@media (max-width: 768px) {
  .content-wap {
    width: 90%;
  }
  .page-top-btn {
    bottom: 25px;
    right: 25px;
    width: 40px;
  }
}

@media (min-width: 769px) {
  .page-top-btn a:hover {
    opacity: .7;
  }
}
