@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, dl, dd, ol, ul, li, figure {
  margin: 0;
}

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

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

html {
  font-size: 100%;
}

body {
  min-height: 100vh;
  background: #FFFFFF;
  color: var(--textColor1, #111);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  overflow-wrap: break-word;
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  font-weight: normal;
}

p {
  line-height: 1.7;
}

a {
  -webkit-tap-highlight-color: transparent;
  color: var(--textColor1, #111);
}
@media (min-width: 992px) {
  a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  a:hover {
    opacity: 0.6;
  }
}

img {
  height: auto;
  vertical-align: middle;
}

/* font bold */
.itemList .discountPrice__ratio,
.itemList .comingSoon,
.itemList .preOrder,
.itemList .lottery,
.itemList .takeout,
.itemList .community,
.itemDetail .preOrder__data,
.itemDetail .lottery__data,
.itemDetail .takeout__data,
.itemDetail .free,
.itemDetail .deliveryShortestDay,
.itemDetail .salesPeriod--term,
.itemDetail .salesPeriod--willStart,
.itemDetail .salesPeriod--available,
.itemDetail .salesPeriod--finish,
.itemDetail #purchase_form label,
.inquirySection dt,
.communityItemLabel,
.communityItemLabelBlock {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-weight: bold;
}

/* header */
.header {
  position: relative;
  width: 100%;
  height: 70px;
}
.header a {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .header::after {
    /* for iPhone7 */
    content: "";
    position: fixed;
    display: block;
  }
}
@media (min-width: 992px) {
  .header {
    width: 94%;
    max-width: 1320px;
    margin: 0 auto;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .header {
    width: 90%;
  }
}

.headerLogo {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #FFF;
  text-align: center;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
.is-top .headerLogo {
  position: absolute;
  background: transparent;
}
.is-hidden .headerLogo {
  top: -70px;
}
.headerLogo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 200px);
  height: 70px;
  margin: 0 auto;
  text-align: center;
}
.headerLogo .logoText {
  overflow: hidden;
  overflow-wrap: break-word;
  display: -webkit-box;
  width: 100%;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.headerLogo .logoImage {
  width: 100%;
  height: calc(100% - 16px);
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  margin: 8px 0;
}
.headerLogo.is-small .logoImage {
  width: 77.8%;
  max-width: 200px;
}
@media (min-width: 576px) {
  .headerLogo a {
    width: calc(100% - 250px);
  }
  .headerLogo .logoText {
    font-size: 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .headerLogo {
    border-bottom: 1px solid var(--lineColor2, rgba(0, 0, 0, 0.1));
  }
  .page-index_slide .is-top .headerLogo {
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .headerLogo {
    position: static;
    width: calc(100% - 660px);
    height: auto;
    margin: 0 auto;
    padding: 20px 0 0;
    background: transparent;
    -webkit-transition: none;
    transition: none;
  }
  .is-top .headerLogo {
    position: static;
  }
  .headerLogo a {
    display: block;
    width: 100%;
    height: auto;
  }
  .headerLogo .logoText {
    margin: 25px 0 20px;
    font-size: 1.375rem;
    overflow: visible;
    -webkit-line-clamp: unset;
  }
  .headerLogo .logoImage {
    height: 70px;
  }
}
@media (min-width: 1200px) {
  .headerLogo .logoText {
    font-size: 1.5rem;
  }
}

.navbar {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 91;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
.is-top .navbar {
  position: absolute;
}
.is-hidden .navbar {
  top: -70px;
}
.navbar__menuBtn {
  position: absolute;
  z-index: 103;
  top: 5px;
  left: 0;
  width: 60px;
  height: 60px;
}
.is-open .navbar__menuBtn {
  position: fixed;
}
.navbar__menuBtn button {
  padding: 0;
  border: none;
  background: transparent;
}
.navbar__search {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 5%;
}
.navbar__search form {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #999;
  border-radius: 4px;
  background: #FFF;
}
.navbar__search input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 !important;
  padding: 7px 8px;
  border: none !important;
  font-size: 16px;
  line-height: 24px;
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.navbar__search button {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5em;
          flex: 0 0 5em;
  margin: 0 0 0 5px;
  padding: 11px 0;
  background: #666;
  border: none;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.navbar__search svg {
  fill: none;
  stroke: #FFF;
  stroke-miterlimit: 10;
  stroke-width: 4px;
  width: 16px;
  height: 16px;
}
.navbar__menuLang {
  margin-top: 40px;
  text-align: center;
}
.navbar__menuLang .lang,
.navbar__menuLang .currency {
  display: inline-block;
}
.navbar__menuLang select {
  margin-bottom: 0;
  height: auto;
  white-space: normal;
  max-width: 100%;
  min-height: 2.1em;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding-right: 1em;
  line-height: normal;
  word-break: normal;
  background-repeat: no-repeat;
  background-position: right 0.35em center;
  background-size: auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cdefs%3E%3Cfilter id='a' x='0' y='0' width='10' height='6' filterUnits='userSpaceOnUse'%3E%3CfeFlood result='flood' flood-color='%23333' flood-opacity='.5'/%3E%3CfeComposite result='composite' operator='in' in2='SourceGraphic'/%3E%3CfeBlend result='blend' mode='multiply' in2='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cpath d='M5 6l5-6H0z' fill='%23fafafa' fill-rule='evenodd' filter='url(%23a)'/%3E%3C/svg%3E");
}
.navbar__menuLang select {
  height: 2.5em;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
}
.navbar__linkBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-right: 12px;
  height: 100%;
}
.navbar__linkBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar__linkBtn .base,
.navbar__linkBtn .cart {
  width: 36px;
}
.navbar__linkBtn .base a,
.navbar__linkBtn .cart a {
  display: block;
  width: 100%;
  height: 60px;
  padding: 18px 0;
  text-align: center;
}
.navbar__linkBtn .base img,
.navbar__linkBtn .cart img {
  width: 24px;
  height: 24px;
}
.navbar #baseMenu {
  display: inline-block;
}
@media (max-width: 991.98px) {
  .navbar__menu {
    position: fixed;
    z-index: 102;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    background: #FFFFFF;
    -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  }
  .is-open .navbar__menu {
    left: 0;
  }
  .navbar__menuContainer {
    overflow-y: auto;
    height: 100%;
    padding-bottom: 100px;
  }
  .navbar__menuList {
    font-size: 1rem;
  }
  .navbar__menuList li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .navbar__menuSubList {
    background: rgba(0, 0, 0, 0.05);
    font-size: 0.875rem;
    line-height: 1.3;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .navbar__menuSubList.is-open {
    height: auto;
    padding: 5px 0;
    opacity: 1;
  }
  .navbar__menuSubList:not(:has(li)).is-open {
    padding: 0;
  }
  .navbar__menuSubList li {
    border-bottom: none;
  }
  .navbar .appsItemCategoryTag_lowerchild {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
    font-weight: normal;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .navbar .appsItemCategoryTag_lowerchild.is-open {
    height: auto;
    padding-bottom: 0.75em;
    opacity: 1;
  }
  .navbar__menuList a, .navbar__menuSubTitle {
    position: relative;
    display: block;
    padding: 1em calc(5% + 20px) 1em 5%;
    color: #111;
  }
  .navbar__menuList a::after, .navbar__menuSubTitle::after,
  .navbar .appsItemCategoryTag_lowerTitle::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    vertical-align: middle;
    position: absolute;
    top: calc(50% - 5px);
    right: calc(5% + 2px);
  }
  .navbar__menuSubTitle::after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .navbar__menuSubTitle.is-active::after {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
  .navbar .appsItemCategoryTag_child:not(:first-child) {
    border-top: 1px solid #FFFFFF;
  }
  .navbar .appsItemCategoryTag_child a {
    padding-left: calc(5% + 1em);
    padding-right: calc(5% + 40px + 1em);
  }
  .navbar .appsItemCategoryTag_child a::after {
    right: calc(5% + 2px + 1em);
  }
  .navbar .appsItemCategoryTag_lowerTitle {
    position: relative;
  }
  .navbar .appsItemCategoryTag_lowerTitle::after {
    right: calc(5% + 2px + 1em);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .navbar .appsItemCategoryTag_lowerTitle.is-active::after {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
  .navbar .appsItemCategoryTag_lowerTitle a {
    position: static;
    width: calc(95% - 40px - 1em);
    padding-right: 0;
  }
  .navbar .appsItemCategoryTag_lowerTitle a::after {
    display: none;
  }
  .navbar .appsItemCategoryTag_lowerchild a {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    padding-left: calc(5% + 2em);
  }
}
@media (min-width: 576px) {
  .navbar__menuBtn {
    left: 10px;
  }
  .navbar__menuList {
    font-size: 1.25rem;
  }
  .navbar__menuSubList {
    font-size: 1rem;
  }
  .navbar__menuLang {
    margin-top: 45px;
  }
  .navbar__linkBtn {
    padding-right: 22px;
  }
  .navbar__linkBtn .base,
  .navbar__linkBtn .cart {
    width: 40px;
  }
}
@media (min-width: 992px) {
  .navbar {
    display: block;
    position: static;
    height: auto;
    -webkit-transition: none;
    transition: none;
  }
  .is-top .navbar, .is-top.is-open .navbar {
    position: static;
  }
  .navbar__menuBtn {
    display: none;
  }
  .navbar__search {
    position: absolute;
    top: 23px;
    left: 0;
    width: 270px;
    border-bottom: none;
    padding: 0;
  }
  .navbar__search form {
    border-color: #CCC;
  }
  .navbar__search button {
    padding: 8px 0;
  }
  .navbar__menuList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1rem;
  }
  .navbar__menuList li {
    position: relative;
  }
  .navbar__menuList a {
    display: block;
    padding: 1.5em 1em;
  }
  .navbar__menuSubTitle {
    padding: 1.5em 1em;
  }
  .navbar__menuSubList {
    visibility: hidden;
    position: absolute;
    z-index: 100;
    top: 5em;
    left: 0;
    border-radius: 4px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }
  .navbar__menuSubList #appsItemCategoryTag {
    padding: 12px;
  }
  .navbar__menuSubList #appsItemCategoryTag:not(:has(li)) {
    padding: 0;
  }
  .navbar__menuSubList li {
    width: 15em;
  }
  .navbar__menuSubList a {
    padding: 4px 6px 4px 18px;
    color: #111;
  }
  .navbar__menuSubList a::after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    vertical-align: middle;
    position: absolute;
    top: 10px;
    left: 4px;
  }
  li:hover .navbar__menuSubList {
    visibility: visible;
    top: 4em;
    background: #FFF;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
  }
  .navbar .appsItemCategoryTag_lowerchild {
    display: none;
  }
  .navbar__menuLang {
    position: absolute;
    top: calc(20px - 1em + 21px);
    right: 90px;
    margin-top: 0;
    text-align: right;
  }
  .navbar__menuLang select {
    height: 2em;
  }
  .navbar__menuLang_appsBaseEraser {
    right: 50px;
  }
  .navbar__linkBtn {
    position: absolute;
    top: 20px;
    right: 0;
    height: auto;
    padding: 0;
  }
  .navbar__linkBtn .base a,
  .navbar__linkBtn .cart a {
    height: 40px;
    padding: 8px 0;
  }
}

.cart {
  position: relative;
}

.cart-badge {
  display: block !important;
}

.cart-qty {
  position: absolute;
  top: 6px;
  right: 3px;
  padding: 0 1px;
  min-width: 14px;
  background: #fa5171;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}
@media (min-width: 992px) {
  .cart-qty {
    top: 1px;
    right: 1px;
  }
}

.hamburgerMenu,
.hamburgerMenu span {
  display: inline-block;
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}

.hamburgerMenu {
  position: relative;
  width: 24px;
  height: 18px;
  margin: 21px 18px 0;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.hamburgerMenu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--bgColor1, #5e5e5e);
  border-radius: 2px;
}

.is-open .hamburgerMenu span {
  background-color: #5e5e5e;
}

.hamburgerMenu span:nth-of-type(1) {
  top: 0;
}

.hamburgerMenu span:nth-of-type(2) {
  top: 8px;
}

.hamburgerMenu span:nth-of-type(3) {
  bottom: 0;
}

.hamburgerMenu span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--bgColor1, #5e5e5e);
  border-radius: 2px;
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}

.is-open .hamburgerMenu span:nth-of-type(2)::after {
  background-color: #5e5e5e;
}

.is-open .hamburgerMenu span:nth-of-type(1) {
  -webkit-transform: translateY(20px) scale(0);
          transform: translateY(20px) scale(0);
}

.is-open .hamburgerMenu span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.is-open .hamburgerMenu span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.is-open .hamburgerMenu span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) scale(0);
          transform: translateY(-20px) scale(0);
}

.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
@media (min-width: 992px) {
  .noscroll {
    position: static;
    width: inherit;
    overflow-y: inherit;
  }
}

/* main */
@media (min-width: 992px) {
  .main {
    border-top: 1px solid var(--lineColor2, rgba(0, 0, 0, 0.1));
  }
  .page-index_slide .main {
    border-top: none;
  }
  .main .main {
    border-top: none;
  }
}

/* footer */
.footer {
  padding: 60px 0;
  border-top: 1px solid var(--lineColor2, rgba(0, 0, 0, 0.1));
}
.footer a {
  text-decoration: none;
}

.footerContainer {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .footerContainer {
    width: 94%;
    max-width: 1320px;
    display: grid;
    grid-template-areas: "footerLogo footerMailMagazine" "footerLink footerMailMagazine" "footerSns footerMailMagazine" "footerCopyright footerMailMagazine";
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto 360px;
  }
}
@media (min-width: 1200px) {
  .footerContainer {
    width: 90%;
  }
}

.footerLogo .logoText {
  overflow-wrap: break-word;
  display: block;
  font-size: 1.375rem;
  line-height: 1.3;
}
.footerLogo .logoImage {
  width: 70%;
  max-width: 240px;
  max-height: 48px;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.footerLogo.is-small .logoImage {
  width: 46%;
  max-width: 120px;
}
@media (min-width: 576px) {
  .footerLogo .logoText {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .footerLogo {
    grid-area: footerLogo;
  }
}

.footerLink {
  margin-top: 1em;
  margin-bottom: -1em;
  font-size: 0.75rem;
}
.footerLink a {
  display: block;
  padding: 1em 0;
}
@media (min-width: 992px) {
  .footerLink {
    grid-area: footerLink;
  }
}

.footerSns {
  margin-top: 30px;
}
.footerSns li {
  display: inline-block;
}
.footerSns li + li {
  margin-left: 10px;
}
.footerSns img {
  width: 24px;
  height: 24px;
}
@media (min-width: 992px) {
  .footerSns {
    grid-area: footerSns;
  }
}

.copyright {
  margin-top: 60px;
  font-size: 0.75rem;
  text-align: center;
}
@media (min-width: 992px) {
  .copyright {
    grid-area: footerCopyright;
    text-align: left;
  }
}

/* breadcrumb */
.breadcrumb {
  width: 90%;
  margin: 10px auto -23px;
  max-width: 1320px;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: right;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li:not(:first-child) {
  margin-left: 7px;
}
.breadcrumb li:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  border-top: 1px solid var(--lineColor1, #111);
  border-right: 1px solid var(--lineColor1, #111);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
}
@media (min-width: 576px) {
  .breadcrumb {
    margin-top: 15px;
  }
}

/* gotop */
.gotop {
  width: 90%;
  max-width: 1320px;
  margin: calc(3vw + 10px) auto;
  text-align: right;
}
@media (min-width: 1500px) {
  .gotop {
    margin: 55px auto;
  }
}

.gotop a {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 13px 0 0 0;
  border-radius: 40px;
  background-color: var(--bgColor2, rgba(0, 0, 0, 0.5));
  text-align: center;
}

.gotop svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

/* Container */
.container {
  width: 90%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 90%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* Title */
.title1,
.PageContents h1,
.PageContents .communityMain h1,
.aboutSection h1,
#privacy h2,
#law h2 {
  margin: calc(2vw + 30px) auto;
  padding: 0 0 0.25em;
  border-bottom: 1px solid var(--lineColor1, #111);
  font-size: 1.375rem;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.3;
}
@media (min-width: 576px) {
  .title1,
  .PageContents h1,
  .PageContents .communityMain h1,
  .aboutSection h1,
  #privacy h2,
  #law h2 {
    font-size: 1.625rem;
  }
}
@media (min-width: 1500px) {
  .title1,
  .PageContents h1,
  .PageContents .communityMain h1,
  .aboutSection h1,
  #privacy h2,
  #law h2 {
    margin: 60px 0;
  }
}

.title2 {
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.3;
}
@media (min-width: 576px) {
  .title2 {
    font-size: 1.5rem;
  }
}

/* categoryList */
.categoryList {
  font-size: 0.875rem;
}
.categoryList ul {
  margin: -5px 0;
  text-align: center;
}
.categoryList li {
  display: inline-block;
  max-width: calc(100% - 2px);
  margin: 5px 1px;
  line-height: 1.3;
}
.categoryList a {
  display: block;
  width: 100%;
  padding: 0.5em;
  border-width: 1px;
  border-style: solid;
  border-color: #111;
  border-radius: 4px;
  background: #FFF;
  color: #111;
  text-decoration: none;
  overflow-wrap: break-word;
}
.categoryList .appsItemCategoryTag_lowerchild {
  display: none;
}
@media (min-width: 576px) {
  .categoryList {
    font-size: 1rem;
  }
  .categoryList ul {
    margin: -10px 0;
    text-align: center;
  }
  .categoryList li {
    margin: 10px 3px;
  }
  .categoryList a {
    padding: 0.6em 1em;
  }
}

/* shopclose */
.shopclose {
  padding: 60px 20px;
  border: 1px dotted #111;
  background-color: #EEE;
  color: #111;
  text-align: center;
}

/* margin */
.u-mtm {
  margin-top: calc(2vw + 30px);
}

.u-mtl {
  margin-top: calc(6vw + 60px);
}

@media (min-width: 1500px) {
  .u-mtm {
    margin-top: 60px;
  }
  .u-mtl {
    margin-top: 150px;
  }
}
/* itemList */
.itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -40px;
  line-height: 1.3;
}
.itemList .item {
  position: relative;
  width: 49%;
  margin-top: 40px;
}
.itemList .item:nth-child(2n) {
  margin-left: 2%;
}
.itemList a {
  display: block;
  text-decoration: none;
}
.itemList .itemImg {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.itemList .itemImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.itemList .soldout_cover {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-size: 4.5vw;
}
.itemList .soldout_cover span {
  display: inline-block;
  color: #FFF;
}
.itemList .itemTitle {
  display: block;
  margin-top: 1em;
  margin-left: 5px;
  font-size: 0.75rem;
}
.itemList .itemPrice,
.itemList .discountPrice {
  display: block;
  margin-top: 0.25em;
  margin-left: 5px;
  font-size: 0.875rem;
}
.itemList .itemPrice:not(:last-child),
.itemList .discountPrice:not(:last-child) {
  margin-bottom: 0.25em;
}
.itemList .discountPrice__ratio {
  display: inline-block;
  margin-bottom: 2px;
  padding: 3px 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  background: #FF0000;
  color: #FFF;
  font-size: 0.625rem;
  line-height: 1;
}
.itemList .discountPrice__calcPrice {
  display: block;
}
.itemList .comingSoon,
.itemList .preOrder,
.itemList .lottery,
.itemList .takeout,
.itemList .community {
  display: inline-block;
  margin-left: 5px;
  margin-right: -2px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1;
}
.itemList .comingSoon {
  background-color: #555555;
}
.itemList .preOrder {
  background-color: #599133;
}
.itemList .lottery {
  background-color: #00689e;
}
.itemList .takeout {
  background-color: #ff6325;
}
.itemList .community {
  background-color: #f2bb31;
}
@media (min-width: 576px) {
  .itemList {
    margin-top: -50px;
    line-height: 1.5;
  }
  .itemList_related {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .itemList .item {
    width: 32%;
    margin-top: 50px;
  }
  .itemList .item:nth-child(n) {
    margin-left: 0;
  }
  .itemList .item:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }
  .itemList .soldout_cover {
    font-size: 3vw;
  }
  .itemList .itemTitle {
    font-size: 0.875rem;
  }
  .itemList .itemPrice,
  .itemList .discountPrice {
    font-size: 1rem;
  }
  .itemList .discountPrice__ratio {
    margin-right: 6px;
  }
}
@media (min-width: 992px) {
  .itemList {
    margin-top: -60px;
  }
  .itemList .item {
    width: 23.95%;
    margin-top: 60px;
  }
  .itemList .item:nth-child(n) {
    margin-left: 0;
  }
  .itemList .item:not(:nth-child(4n+1)) {
    margin-left: 1.4%;
  }
  .itemList .itemImg {
    background: #F6F6F6;
  }
  .itemList .itemImg img {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .itemList .soldout_cover {
    font-size: 1.5rem;
  }
  .itemList .itemTitle {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .itemList .itemPrice,
  .itemList .discountPrice {
    font-size: 1.125rem;
  }
  .itemList .discountPrice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .itemList .discountPrice__ratio {
    margin-bottom: 0;
    margin-right: 4px;
  }
  .itemList a:hover {
    opacity: 1;
  }
  .itemList a:hover .itemImg img {
    opacity: 0.6;
  }
  .itemList a:hover .itemTitle {
    opacity: 0.6;
  }
}
@media (min-width: 1200px) {
  .itemList .item {
    width: 19.2%;
    margin-top: 60px;
  }
  .itemList .item:nth-child(n) {
    margin-left: 0;
  }
  .itemList .item:not(:nth-child(5n+1)) {
    margin-left: 1%;
  }
}

.itemMore {
  margin-top: 30px;
  text-align: center;
}
.itemMore__btn {
  display: inline-block;
  width: 90%;
  max-width: 250px;
  height: 3.2em;
  padding: 0 40px;
  border: 1px solid var(--lineColor1, #111);
  border-radius: 4px;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none;
  line-height: 3.2em;
}
@media (min-width: 576px) {
  .itemMore {
    margin-top: 50px;
  }
  .itemMore__btn {
    font-size: 1rem;
  }
}

.itemLoading {
  min-height: calc(30px + 3.0625em);
}
@media (min-width: 576px) {
  .itemLoading {
    min-height: calc(50px + 3.5em);
  }
}

/* PageContents */
.PageContents {
  width: 90%;
  max-width: 900px;
  margin: calc(2vw + 35px) auto 0;
}

/* About */
.aboutImg {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.aboutImg img {
  max-width: 100%;
}

.aboutSection {
  font-size: 0.875rem;
}
.aboutSection__free {
  margin-top: 30px;
  line-height: 1.7;
}
.aboutSection__free img {
  max-width: 100%;
}
.aboutSection__map {
  margin-top: 35px;
  line-height: 1.7;
}
.aboutSection__map iframe {
  width: 100%;
}
@media (min-width: 992px) {
  .aboutSection {
    max-width: 720px;
    margin: 0 auto;
  }
}

/* Inquiry */
.inquirySection {
  padding-bottom: 0;
  font-size: 0.875rem;
  text-align: center;
}
.inquirySection > p {
  margin: 0.625em 0 0;
}
.inquirySection form {
  margin: 40px -3% 0;
  padding: 10px 5% 40px;
  border: 2px solid #f5f5f5;
  color: #111;
  background: #FFF;
}
.inquirySection dt {
  margin: 1.5em 0 0.5em;
  font-size: 1rem;
  text-align: left;
}
.inquirySection dt span {
  display: inline-block;
  margin-left: 0.5em;
  color: #FF0000;
  font-size: 0.75rem;
}
.inquirySection dd {
  font-size: 1rem;
  text-align: left;
}
.inquirySection dd.error {
  color: #FF0000;
  font-size: 0.75rem;
}
.inquirySection dd.error .error-message {
  padding-bottom: 10px;
}
.inquirySection dd.error .error-message::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 0.25em;
  margin-bottom: 1px;
  background: url(https://basefile.akamaized.net/easy/6385773be6a2a/cautionicon.png) 0 0/100% auto;
  vertical-align: middle;
}
.inquirySection input[type=text],
.inquirySection textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
}
.inquirySection textarea {
  height: 160px;
}
@media (min-width: 576px) {
  .inquirySection {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .inquirySection form {
    margin: 30px 0 0;
    padding: 3% 10% calc(3% + 1.5em);
    color: #111;
    background: #FFF;
  }
}

.inquirySection #buttonLeave,
#inquiryCompleteSection a {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 360px;
  margin-top: 40px;
  background: #111;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 1rem;
  outline: none;
  padding: 1.25em 0.5em;
  text-decoration: none;
  text-align: center;
}
@media (min-width: 992px) {
  .inquirySection #buttonLeave,
  #inquiryCompleteSection a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .inquirySection #buttonLeave:hover,
  #inquiryCompleteSection a:hover {
    opacity: 0.6;
  }
}

#inquiryCompleteSection a {
  background-color: var(--bgColor1, #111);
  color: var(--textColor5, #FFF);
}

#inquiryConfirmSection dt {
  margin-bottom: 0.75em;
  padding-top: 1.5em;
  border-top: 1px solid #DDD;
}
#inquiryConfirmSection dd {
  padding-left: 1em;
}
#inquiryConfirmSection .control-panel {
  margin-top: 1.5em;
  border-top: 1px solid #DDD;
}

/* Privacy */
#privacy {
  font-size: 0.875rem;
}
#privacy dt {
  margin-top: 30px;
  padding: 0.625em;
  background: var(--bgColor2, rgba(0, 0, 0, 0.5));
  color: #FFF;
  font-size: 1rem;
  line-height: 1.3;
}
#privacy dd {
  margin-top: 17px;
  line-height: 1.7;
}
#privacy ul:not(:first-child) {
  margin-top: 17px;
}
#privacy li {
  margin-top: 14px;
}
@media (min-width: 576px) {
  #privacy dt {
    margin-top: 40px;
  }
}

/* Law */
#law {
  font-size: 0.875rem;
}
#law h3 {
  margin-top: 30px;
  padding: 0.625em;
  background: var(--bgColor2, rgba(0, 0, 0, 0.5));
  color: #FFF;
  font-size: 1rem;
  line-height: 1.3;
}
#law p {
  margin: 10px 0;
}
#law h3 + p {
  margin-top: 17px;
}
@media (min-width: 576px) {
  #law h3 {
    margin-top: 40px;
  }
}

/* App : informationBanner */
.informationBanner {
  text-decoration: none;
}

/* App : ageVerificatio */
.ageVerificationWarning {
  margin-bottom: 40px !important;
  padding: 5px;
  background: #FFF;
}

/* home */
@media (max-width: 991.98px) {
  .page-index_slide .is-top .navbar {
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .page-index_slide .main {
    border-top: none;
  }
}

.indexSlide {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 125%;
  background: #f6f6f6;
  opacity: 0;
}
.indexSlide.is-loaded {
  -webkit-animation: fadein 1s linear 0.5s both;
          animation: fadein 1s linear 0.5s both;
}
.indexSlide .swiper {
  position: absolute;
  top: 0;
  left: 0;
}
.indexSlide .swiper,
.indexSlide .swiper-wrapper,
.indexSlide .swiper-slide {
  width: 100%;
  height: 100%;
}
.indexSlide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (min-width: 992px) {
  .indexSlide {
    padding-top: 50%;
  }
}
@media (min-width: 992px) {
  .indexSlide {
    font-size: 1rem;
  }
  .indexSlide .swiper-slide a:hover {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.indexContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: calc(-4vw - 30px);
}
.shopclose + .indexContainer {
  margin-top: 0;
}
.indexContainer .title2 {
  margin-bottom: calc(2vw + 30px);
}
@media (min-width: 1500px) {
  .indexContainer {
    margin-top: -90px;
  }
  .indexContainer .title2 {
    margin-bottom: 60px;
  }
}

.pinnedBlog {
  font-size: 0.875rem;
  text-align: center;
}
.pinnedBlog a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 0.75em;
  margin-bottom: 1px;
  background-image: url(https://basefile.akamaized.net/easy/63e5f89cbb789/cautionicon_black.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}
@media (min-width: 576px) {
  .pinnedBlog {
    font-size: 1rem;
  }
}

.indexRecomend__item {
  margin-top: calc(2vw + 30px);
  line-height: 1.5;
}
.indexRecomend__item:first-child {
  margin-top: 0;
}
.indexRecomend a {
  display: block;
  text-decoration: none;
}
.indexRecomend__img {
  position: relative;
  width: 100%;
  padding-top: 66.66%;
}
.indexRecomend__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (min-width: 992px) {
  .indexRecomend__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .indexRecomend__item {
    width: 31%;
    margin-top: 0;
  }
  .indexRecomend__item:nth-child(2), .indexRecomend__item:nth-child(3) {
    margin-left: 3.5%;
  }
  .indexRecomend__img {
    background: #F6F6F6;
  }
  .indexRecomend__img img {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .indexRecomend a:hover {
    opacity: 1;
  }
  a:hover .indexRecomend__img img {
    opacity: 0.6;
  }
}

.indexBlog__item {
  margin-top: calc(2vw + 30px);
  line-height: 1.5;
}
.indexBlog__item:first-child {
  margin-top: 0;
}
.indexBlog a {
  position: relative;
  display: block;
  height: 100%;
  padding-bottom: 1.5em;
  text-decoration: none;
}
.indexBlog__img {
  position: relative;
  width: 100%;
  padding-top: 66.66%;
  background: #eeeeee;
}
.indexBlog__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.indexBlog__date {
  margin-top: 15px;
  font-size: 0.75rem;
}
.indexBlog__title {
  margin-top: 0.5em;
}
.indexBlog__more {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.75rem;
  text-decoration: underline;
}
@media (min-width: 576px) {
  .indexBlog a {
    padding-bottom: 2em;
  }
  .indexBlog__date {
    margin-top: 20px;
  }
  .indexBlog__title {
    font-size: 1.125rem;
  }
  .indexBlog__more {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .indexBlog__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .indexBlog__item {
    width: 31%;
    margin-top: 0;
  }
  .indexBlog__item:nth-child(2), .indexBlog__item:nth-child(3) {
    margin-left: 3.5%;
  }
  .indexBlog__img img {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .indexBlog__title {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .indexBlog a:hover {
    opacity: 1;
  }
  a:hover .indexBlog__img img {
    opacity: 0.6;
  }
  a:hover .indexBlog__title {
    opacity: 0.6;
  }
}

.indexCategory {
  padding: 40px 0;
  background: var(--bgColor3, rgba(0, 0, 0, 0.1));
}
.indexCategory .title2 {
  margin-bottom: 20px;
}
.indexCategory a {
  padding: 0.6em 1em;
}
@media (min-width: 576px) {
  .indexCategory {
    padding: 60px 0;
  }
  .indexCategory .title2 {
    margin-bottom: 30px;
  }
  .indexCategory a {
    padding: 1em 2em;
  }
}

.indexPickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 125vw;
}
.indexPickup__img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.indexPickup__img::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.indexPickup__img img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.indexPickup__detail {
  position: relative;
  z-index: 2;
  padding: 50px 10%;
  color: #FFF;
}
.indexPickup__title {
  margin-bottom: 0.5em;
  font-size: 0.75rem;
  line-height: 1.3;
}
.indexPickup__name {
  font-size: 1.25rem;
  line-height: 1.3;
}
.indexPickup__txt {
  margin-top: 1em;
  font-size: 0.75rem;
}
.indexPickup__btn {
  margin-top: 30px;
}
.indexPickup__btn a {
  position: relative;
  display: inline-block;
  width: 90%;
  max-width: 250px;
  height: 3.2em;
  padding: 0 40px;
  border-radius: 4px;
  background: #FFF;
  color: #111;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none;
  line-height: 3.2em;
}
.indexPickup__btn a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 5px);
  right: 22px;
}
@media (min-width: 576px) {
  .indexPickup__title {
    margin-bottom: 0.75em;
    font-size: 0.875rem;
  }
  .indexPickup__name {
    font-size: 1.5rem;
  }
  .indexPickup__txt {
    margin-top: 2em;
    font-size: 0.875rem;
  }
  .indexPickup__btn {
    margin-top: 40px;
  }
  .indexPickup__btn a {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .indexPickup {
    min-height: 50vw;
  }
  .indexPickup__detail {
    margin-left: auto;
    margin-right: 50%;
    padding: 50px 0;
    width: 45%;
    max-width: 660px;
  }
  .indexPickup__detail_right {
    margin-left: 50%;
    margin-right: auto;
  }
}

.indexItemList .title2 {
  margin-left: 5%;
  margin-right: 5%;
}
.indexItemList a {
  display: block;
  text-decoration: none;
}
.indexItemList__img {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.indexItemList__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.indexItemList__txt {
  margin-top: 0.5em;
  padding: 0 5px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.indexItemList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 5%;
  margin-right: 5%;
}
.indexItemList__item {
  width: 32%;
  margin-top: 40px;
}
.indexItemList__item:nth-child(1), .indexItemList__item:nth-child(2) {
  width: 49%;
  margin-top: 0;
}
.indexItemList__item:nth-child(2), .indexItemList__item:nth-child(4), .indexItemList__item:nth-child(5) {
  margin-left: 2%;
}
.indexItemList__carousel {
  position: relative;
}
.indexItemList .swiper-button-next,
.indexItemList .swiper-button-prev {
  top: calc(33vw - 20px);
  width: 40px;
  height: 40px;
  margin-top: 0;
  border: 1px solid #FFF;
  border-radius: 20px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.4);
}
.indexItemList .swiper-button-next {
  right: 5px;
  padding-left: 2px;
}
.indexItemList .swiper-button-prev {
  left: 5px;
  padding-right: 2px;
}
.indexItemList .swiper-button-next::after,
.indexItemList .swiper-button-prev::after {
  font-size: 12px;
}
.indexItemList .swiper-button-next.swiper-button-disabled,
.indexItemList .swiper-button-prev.swiper-button-disabled {
  display: none;
}
@media (min-width: 576px) {
  .indexItemList__txt {
    margin-top: 0.75em;
    font-size: 0.875rem;
  }
  .indexItemList .swiper-button-next {
    right: 10px;
  }
  .indexItemList .swiper-button-prev {
    left: 10px;
  }
}
@media (min-width: 992px) {
  .indexItemList__list {
    width: 90%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
  }
  .indexItemList__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .indexItemList__item {
    margin-top: 0;
  }
  .indexItemList__item:nth-child(n) {
    width: 19.2%;
    margin-left: 1%;
  }
  .indexItemList__item:nth-child(1) {
    margin-left: 0;
  }
  .indexItemList .swiper-button-next,
  .indexItemList .swiper-button-prev {
    top: 18.31vw;
  }
  .indexItemList__img {
    background: #F6F6F6;
  }
  .indexItemList__img img {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .indexItemList a:hover {
    opacity: 1;
  }
  a:hover .indexItemList__img img {
    opacity: 0.6;
  }
  a:hover .indexItemList__txt {
    opacity: 0.6;
  }
}

.indexInformation__list {
  border-top: 1px solid var(--lineColor2, rgba(0, 0, 0, 0.1));
  font-size: 0.875rem;
  line-height: 1.5;
}
.indexInformation li {
  padding: 1.35em 0 1em;
  border-bottom: 1px solid var(--lineColor2, rgba(0, 0, 0, 0.1));
}
.indexInformation__date {
  display: block;
  margin-bottom: 0.5em;
}
.indexInformation__detail {
  display: block;
  padding: 0.1em 0 0.35em;
}
@media (min-width: 576px) {
  .indexInformation li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .indexInformation__date {
    width: 160px;
    margin: 0;
  }
  .indexInformation__detail {
    width: calc(100% - 170px);
    margin-left: 10px;
    padding-top: 0;
  }
}

/* itemDetail */
.itemDetail {
  position: relative;
}
.itemDetail .itemImg {
  width: 100%;
}
.itemDetail .itemImg .swiper-button-next,
.itemDetail .itemImg .swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border: 1px solid #FFF;
  border-radius: 20px;
  color: #FFF;
  background: rgba(80, 80, 80, 0.4);
}
.itemDetail .itemImg .swiper-button-next {
  right: 5px;
}
.itemDetail .itemImg .swiper-button-prev {
  left: 5px;
}
.itemDetail .itemImg .swiper-button-next::after,
.itemDetail .itemImg .swiper-button-prev::after {
  font-size: 12px;
}
.itemDetail .itemImg .swiper-button-next.swiper-button-disabled,
.itemDetail .itemImg .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.itemDetail .itemImgSlide {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.itemDetail .itemImgSlide .swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.itemDetail .itemImgSlide .swiper-slide {
  background: #F6F6F6;
}
.itemDetail .itemImgSlide img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.itemDetail .itemImg_single .itemImgSlide {
  background: #F6F6F6;
}
.itemDetail .itemImg_single .itemImgSlide img {
  position: absolute;
  top: 0;
  left: 0;
}
.itemDetail .itemImgSlidePager {
  position: relative;
  margin-top: 5%;
  padding: 0 8%;
}
.itemDetail .itemImgSlidePager img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.itemDetail .itemImgSlidePager .swiper-slide {
  position: relative;
  padding-top: calc(20% - 1px);
}
.itemDetail .itemImgSlidePager .swiper-slide-thumb-active::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--lineColor1, #111);
}
.itemDetail .itemImg_noswipe .itemImgSlidePager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 5%;
}
.itemDetail .itemImg_noswipe .itemImgSlidePager__thumb {
  position: relative;
  width: calc(20% - 1px);
  padding-top: calc(20% - 1px);
  margin: 0 1px 1px 0;
}
.itemDetail .itemImg_noswipe .itemImgSlidePager__thumb.is-active::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--lineColor1, #111);
}
.itemDetail .purchase {
  margin: calc(5% + 10px) 5% 0;
}
.itemDetail .itemTitle {
  padding-top: 5px;
  font-size: 1rem;
  line-height: 1.3;
}
.itemDetail .itemPrice {
  margin-top: 0.7em;
  margin-bottom: 0.25em;
  line-height: 1.5;
}
.itemDetail .price {
  display: block;
  font-size: 1.375rem;
}
.itemDetail .discount {
  display: block;
  margin-bottom: 0.75em;
  font-size: 1.375rem;
  line-height: 1.5;
}
.itemDetail .discount__default {
  display: inline-block;
  font-size: 0.75rem;
  text-decoration: line-through;
}
.itemDetail .discount__ratio {
  display: inline-block;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  background: #FF0000;
  color: #FFF;
  font-size: 0.75rem;
  line-height: 1;
  vertical-align: middle;
  margin-bottom: 4px;
}
.itemDetail .initialPrice {
  margin-top: 1em;
  padding: 10px 15px 5px;
  border: 1px solid var(--lineColor2, rgba(0, 0, 0, 0.1));
  border-radius: 3px;
  line-height: 1.5;
}
.itemDetail .initialPrice__title {
  display: block;
  font-size: 0.875rem;
}
.itemDetail .initialPrice__title span {
  display: inline-block;
  padding: 0.5em 0.5em 0.25em;
  border-radius: 3px;
  background-color: var(--bgColor3, rgba(0, 0, 0, 0.2));
  color: var(--textColor1, #111);
  line-height: 1;
}
.itemDetail .initialPrice .price {
  font-size: 1.625rem;
}
.itemDetail .initialPrice .discount {
  margin-top: -0.25em;
  margin-bottom: 0;
}
.itemDetail .repeatPrice {
  margin-top: 0.5em;
  margin-bottom: 1em;
  line-height: 1.5;
}
.itemDetail .repeatPrice__title {
  font-size: 0.875rem;
  font-weight: bold;
}
.itemDetail .repeatPrice .price {
  display: inline-block;
  font-size: 1.25rem;
}
.itemDetail .repeatPrice .discount {
  margin-top: -0.125em;
}
.itemDetail .soldout,
.itemDetail .comingSoon {
  margin-top: 0.5em;
  font-size: 0.875rem;
}
.itemDetail .soldout span,
.itemDetail .comingSoon span {
  display: inline-block;
  padding: 0.5em 0.875em;
  border-radius: 3px;
  font-size: 0.75em;
  line-height: 1;
}
.itemDetail .soldout span,
.itemDetail .comingSoon span {
  background-color: var(--bgColor3, rgba(0, 0, 0, 0.2));
  color: var(--textColor1, #111);
}
.itemDetail #itemAttention {
  margin: 15px 0 25px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.itemDetail .community {
  margin: 15px 0;
}
.itemDetail .communityLabel {
  margin-top: 10px;
  border-radius: 3px;
}
.itemDetail .communityLabel p {
  line-height: 1.3;
}
.itemDetail .preOrder,
.itemDetail .lottery,
.itemDetail .takeout,
.itemDetail .salesPeriod--term,
.itemDetail .salesPeriod--willStart,
.itemDetail .salesPeriod--available,
.itemDetail .salesPeriod--finish {
  margin: 15px 0;
  padding: 15px;
  border: 1px solid var(--lineColor2, rgba(0, 0, 0, 0.1));
  border-radius: 3px;
}
.itemDetail .preOrder__label,
.itemDetail .lottery__label,
.itemDetail .takeout__label {
  display: inline-block;
  margin-bottom: 3px;
  padding: 0.375em 0.875em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  color: #FFF;
  line-height: 1;
}
.itemDetail .preOrder__label {
  background-color: #599133;
}
.itemDetail .lottery__label {
  background-color: #00689e;
}
.itemDetail .takeout__label {
  background-color: #ff6325;
}
.itemDetail .preOrder__data,
.itemDetail .lottery__data,
.itemDetail .takeout__data {
  display: block;
  margin-top: 5px;
}
.itemDetail .salesPeriod--finish {
  text-align: center;
}
.itemDetail .attention {
  margin-top: 10px;
}
.itemDetail .purchaseElement,
.itemDetail .itemOptionElement {
  overflow: hidden;
  max-width: 100%;
  margin-top: 15px;
}
.itemDetail #purchase_form input,
.itemDetail #purchase_form select {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
}
.itemDetail #purchase_form input[type=text] {
  width: 100%;
}
.itemDetail #itemSelect input::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #CCCCCC;
}
.itemDetail #itemSelect input::-moz-placeholder {
  font-size: 0.875rem;
  color: #CCCCCC;
}
.itemDetail #itemSelect input:-ms-input-placeholder {
  font-size: 0.875rem;
  color: #CCCCCC;
}
.itemDetail #itemSelect input::-ms-input-placeholder {
  font-size: 0.875rem;
  color: #CCCCCC;
}
.itemDetail #itemSelect input::placeholder {
  font-size: 0.875rem;
  color: #CCCCCC;
}
.itemDetail #purchase_form label {
  display: block;
  margin: 5px 0 8px;
  font-size: 0.875rem;
}
.itemDetail .itemOption__caption {
  font-size: 0.875rem;
  margin: 8px 0;
  line-height: 1.3;
}
.itemDetail .itemOption__bottomCaptionBlock {
  overflow: hidden;
  padding-bottom: 15px;
}
.itemDetail .itemOption__caption--error {
  float: left;
  font-size: 0.75rem;
  display: block;
  padding: 5px;
  color: #fff;
  background: #FF0000;
}
.itemDetail .itemOption__caption--error:empty {
  padding: 0;
}
.itemDetail .itemOption__count {
  float: right;
  padding: 5px;
  font-size: 0.75rem;
  display: block;
  color: #fff;
  background: #999;
}
.itemDetail .itemOption__count--error {
  color: #fff;
  background: #FF0000;
}
.itemDetail .itemOption__input[data-dirty=true][data-has-error=true] {
  border: #FF0000 1px solid;
}
@media screen and (max-width: 480px) {
  .itemDetail .communityModal {
    max-height: 85%;
    overflow: auto;
  }
  .itemDetail .communityTitle {
    width: 252px;
  }
}
.itemDetail .purchaseButton {
  margin: 25px 0 0;
}
.itemDetail .purchaseButton__btn {
  display: block;
  width: 100%;
  background: var(--bgColor1, #111);
  border: none;
  border-radius: 4px;
  color: var(--textColor5, #fff);
  font-size: 1rem;
  outline: none;
  padding: 1.25em 0.5em;
  text-align: center;
  text-decoration: none;
}
.itemDetail .purchaseButton__btn--requestRestockMail,
.itemDetail .purchaseButton__btn--outOfStock,
.itemDetail .purchaseButton__btn--soldOut,
.itemDetail .purchaseButton__btn--endOfSale,
.itemDetail .purchaseButton__btn--notApplying,
.itemDetail .purchaseButton__btn:disabled,
.itemDetail .purchaseButton__btn--disabled {
  border: 1px solid var(--soldoutBtnLineColor, rgba(0, 0, 0, 0.3));
  background: var(--soldoutBtnBgColor, #FFF);
  color: var(--soldoutBtnTextColor, #666);
}
.itemDetail .purchaseButton__btn--comingSoonStay:disabled,
.itemDetail .purchaseButton__btn--comingSoonStay,
.itemDetail .purchaseButton__btn--notApplying:disabled,
.itemDetail .purchaseButton__btn:disabled,
.itemDetail .purchaseButton__btn--disabled {
  color: var(--soldoutBtnTextColordisabled, #AAA);
  cursor: not-allowed;
  opacity: 1;
}
.itemDetail .purchaseButton__btn--requestRestockMail {
  padding: 1.125em 0.5em;
}
.itemDetail .purchaseButton__btn--requestRestockMail::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -1px 10px 1px 0;
  background: url(https://basefile.akamaized.net/easy/638086cdc77b7/mailicon.png) no-repeat 0 0/100% auto;
  vertical-align: middle;
}
.itemDetail .purchaseButton .communityBox {
  margin-top: 40px;
}
.itemDetail .easyOverseasSales__label,
.itemDetail .easyOverseasSalesArea__link {
  color: var(--textColor1, #111);
}
.itemDetail .communitySignin {
  background-color: #FFF;
  color: #111;
}
.itemDetail .itemDescription {
  margin: 60px 5% 0;
  font-size: 0.875rem;
}
.itemDetail .itemDescription > p {
  line-height: 2;
}
.itemDetail #appsItemDetailCustom {
  margin-top: 50px;
}
.itemDetail .shareButtons {
  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;
  margin-top: 50px;
}
.itemDetail .shareButtons > div {
  margin-right: 4px;
}
.itemDetail .shareButtons .twitter {
  margin-bottom: -3px;
}
.itemDetail #widget {
  margin: 0 !important;
}
.itemDetail #reportBtn {
  font-size: 0.75rem;
  text-align: center;
}
.itemDetail #twitter-widget-0 {
  width: 75px;
}
.itemDetail #twitter-widget-1 {
  width: 75px;
}
@media (min-width: 576px) {
  .itemDetail .itemImgSlidePager .swiper-button-next {
    right: 10px;
  }
  .itemDetail .itemImgSlidePager .swiper-button-prev {
    left: 10px;
  }
  .itemDetail .itemTitle {
    font-size: 1.25rem;
  }
  .itemDetail .initialPrice .price {
    font-size: 1.75rem;
  }
  .itemDetail .repeatPrice .price {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .itemDetail {
    width: 90%;
    max-width: 1320px;
    margin-top: calc(2vw + 35px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -40px;
  }
  .itemDetail .item {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 50% 45%;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    grid-template-areas: "itemDetailAreaImg itemDetailAreaData" "itemDetailAreaImg itemDetailAreaTxt";
    width: 100%;
  }
  .itemDetail .itemImg {
    grid-area: itemDetailAreaImg;
    overflow: visible;
  }
  .itemDetail .itemImgSlidePager {
    margin-top: 20px;
    padding: 0;
  }
  .itemDetail .itemImg_noswipe .itemImgSlide {
    padding-top: 0;
  }
  .itemDetail .itemImg_noswipe .swiper {
    position: static;
    height: auto;
  }
  .itemDetail .itemImg_noswipe .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .itemDetail .itemImg_noswipe .swiper-slide a:hover {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .itemDetail .itemImg_noswipe .swiper-slide:first-child img {
    max-height: 1500px;
  }
  .itemDetail .itemImg_noswipe .swiper-slide:nth-child(n+2) {
    position: relative;
    width: 49.1%;
    padding-top: 49.1%;
    margin-top: 1.8%;
  }
  .itemDetail .itemImg_noswipe .swiper-slide:nth-child(n+2):nth-child(2n) {
    margin-right: 1.8%;
  }
  .itemDetail .itemImg_noswipe .swiper-slide:nth-child(n+2) img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .itemDetail .itemImg_noswipe .swiper-button-next,
  .itemDetail .itemImg_noswipe .swiper-button-prev {
    display: none;
  }
  .itemDetail .itemImg_noswipe .itemImgSlidePager {
    display: none;
  }
  .itemDetail .itemTitle {
    padding-top: 10px;
  }
  .itemDetail .purchase {
    grid-area: itemDetailAreaData;
    margin: 0;
  }
  .itemDetail #communityPurchase .communitySignin:last-child {
    margin-bottom: 0 !important;
  }
  .itemDetail .purchaseButton__btn {
    max-width: 400px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .itemDetail .easyOverseasSales .purchaseButton__btn {
    max-width: none;
  }
  .itemDetail .purchaseButton__btn:hover {
    background: var(--bgColor1hover, #444);
    opacity: 1;
  }
  .itemDetail .purchaseButton__btn--requestRestockMail:hover,
  .itemDetail .purchaseButton__btn--outOfStock:hover,
  .itemDetail .purchaseButton__btn--soldOut:hover,
  .itemDetail .purchaseButton__btn--endOfSale:hover,
  .itemDetail .purchaseButton__btn--notApplying:hover,
  .itemDetail .purchaseButton__btn:disabled:hover,
  .itemDetail .purchaseButton__btn--disabled:hover {
    background: var(--soldoutBtnBgColorhover, #f6f6f6);
  }
  .itemDetail .purchaseButton__btn--comingSoonStay:disabled:hover,
  .itemDetail .purchaseButton__btn--comingSoonStay:hover,
  .itemDetail .purchaseButton__btn--notApplying:disabled:hover,
  .itemDetail .purchaseButton__btn:disabled:hover,
  .itemDetail .purchaseButton__btn--disabled:hover {
    background: var(--soldoutBtnBgColor, #FFF);
  }
  .itemDetail .itemDescription {
    grid-area: itemDetailAreaTxt;
    margin: 60px 0 0;
  }
  .itemDetail .shareButtons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .itemDetail #reportBtn {
    text-align: left;
  }
}
@media (min-width: 1500px) {
  .itemDetail {
    margin-top: 60px;
  }
}

/* modal text color (for DarkColor) */
.communityModal,
.communityModal a,
.purchaseButtonModal__container,
.purchaseButtonModal__container a {
  color: #3d3d3d;
}

/* reviewWrap */
.reviewWrap {
  padding: 10px 5%;
  background: #FFF;
  color: #111;
}
.reviewWrap .review01__title {
  padding-top: 0;
}
@media (min-width: 576px) {
  .reviewWrap {
    width: 90%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .reviewWrap .review01__title {
    padding-bottom: 15px;
  }
}
@media (min-width: 828px) {
  .reviewWrap {
    padding: 60px;
  }
}

/* App : blog */
.blogListMain {
  margin-top: calc(2vw + 35px);
}
.main .blogListMain#about .blog_inner {
  margin-top: 40px;
  padding: 0 5% 45px;
  border-color: var(--lineColor3, rgba(0, 0, 0, 0.1));
}
.blogListMain h2 {
  font-size: 1.25rem;
}
.blogListMain h2 a {
  text-decoration: none;
}
.main .blogListMain#about .blog_inner .blog_publish {
  margin: 5px 0 30px;
  color: var(--textColor2, #555);
  font-size: 0.875rem;
}
.main .blogListMain#about .blog_inner .blog_contents {
  margin-top: 15px;
  height: auto;
  overflow: hidden;
  font-size: 0.875rem;
}
.main .blogListMain#about .blog_inner .blog_contents .read_more {
  position: static;
  background: none;
  text-align: center;
}
.main .blogListMain#about .blog_inner .blog_contents .read_more a {
  color: var(--textColor1, #111);
}
.blogListMain .read_more a {
  position: relative;
  display: inline-block;
  width: 90%;
  height: 3.2em;
  padding: 0 40px;
  border: 1px solid var(--lineColor1, #111);
  border-radius: 4px;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none;
  line-height: 3.2em;
}
.blogListMain .read_more a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--lineColor1, #111);
  border-right: 1px solid var(--lineColor1, #111);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 5px);
  right: 22px;
}
.blogListMain .paginate-wrp {
  width: 90%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.blogListMain .paginate {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blogListMain .paginate li {
  border: none;
  background: transparent;
}
.blogListMain .paginate a {
  background: transparent;
  border: 1px solid var(--lineColor1, #111);
  border-radius: 3px;
  color: var(--textColor1, #111);
  text-decoration: none;
}
.blogListMain .paginate li.current {
  border: none;
  background: transparent;
}
.blogListMain .paginate li.current a {
  border: none;
  background: transparent;
  color: var(--textColor1, #111);
}
.blogListMain .paginate li.current a:hover {
  opacity: 1;
}
@media (min-width: 576px) {
  .blogListMain {
    width: 90%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .main .blogListMain#about .blog_inner {
    display: grid;
    grid-template-rows: auto auto 1fr;
    grid-template-columns: 35% 60%;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    grid-template-areas: "blogListAreaImg blogListAreaTitle" "blogListAreaImg blogListAreaPublish" "blogListAreaImg blogListAreaContents";
    margin-top: calc(3.5% + 20px);
    padding: 0 0 calc(3.5% + 20px);
  }
  .blogListMain .blog_title {
    grid-area: blogListAreaTitle;
    padding-top: 10px;
  }
  .main .blogListMain#about .blog_inner .blog_publish {
    grid-area: blogListAreaPublish;
    margin: 5px 0 10px;
  }
  .blogListMain .blog_head_image {
    grid-area: blogListAreaImg;
  }
  .main .blogListMain#about .blog_inner .blog_contents {
    grid-area: blogListAreaContents;
  }
  .main .blogListMain#about .blog_inner .blog_contents .read_more {
    text-align: right;
  }
  .main .blogListMain#about .blog_inner .blog_contents .read_more a {
    max-width: 250px;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .blogListMain .blog_head_image a {
    display: block;
    background: #F6F6F6;
  }
  .blogListMain .blog_head_image a:hover {
    opacity: 1;
  }
  .blogListMain .blog_head_image a img {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .blogListMain .blog_head_image a:hover img {
    opacity: 0.6;
  }
}

.blogDetail {
  width: 90%;
  max-width: 900px;
  margin: calc(2vw + 35px) auto 0;
}
.main .blogDetail#about .blog_inner {
  padding: 0 0 40px;
  border: none;
}
.blogDetail h2 {
  font-size: 1.375rem;
}
.blogDetail h2 a {
  text-decoration: none;
}
.main .blogDetail#about .blog_inner .blog_publish {
  margin: 5px 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid var(--lineColor1, #111);
  color: var(--textColor2, #555);
  font-size: 0.875rem;
}
.blogDetail#about .publish_date {
  margin: 0;
  font-size: 1em;
}
.blogDetail .blog_body {
  margin-top: 15px;
  height: auto;
  overflow: hidden;
  font-size: 0.875rem;
}
.blogDetail .youtube,
.blogDetail .vimeo {
  max-width: 100% !important;
  min-width: none !important;
}
@media (min-width: 576px) {
  .blogDetail h2 {
    font-size: 1.5rem;
  }
}

/* App : community */
.communityData .communityMain {
  width: 100%;
  padding: 0;
}
.communityData .communityContent {
  background-color: #FFF;
  color: #111;
}
.communityData .communityMain #limitedItem {
  width: 100%;
  margin-top: 75px;
}
.communityData .communityMain .communityItemHeader {
  margin-top: 50px;
}
.communityData .communityItems {
  margin-top: -30px;
}
.communityData .communityItem {
  width: 49%;
  margin-top: 40px;
}
.communityData .communityMain .communityItems .communityItem:nth-child(n) {
  margin-left: 2%;
}
.communityData .communityMain .communityItems .communityItem:nth-child(2n+1) {
  margin-left: 0;
}
.communityData .communityMain .communityItems .communityItem .communityImageContainer {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 100%;
}
.communityData .communityImageContainer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.communityData .communityMain .communityItems .communityItem .communityItemTitle {
  width: inherit;
  max-height: none;
  margin: 1em 0 0.5em 5px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.communityData .communityMain .communityItems .communityItem .communityItemPrice {
  margin-left: 5px;
  font-size: 0.875rem;
}
.communityData .communityMain .communityItems .communityItem .communityItemPrice .discount {
  padding: 2px 4px;
  background-color: #FF0000;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.625rem;
  line-height: 1;
  font-weight: normal;
}
.communityData .communityMain .communityItems .communityItem .communityItemPrice.discount {
  margin-top: 0.1em;
  color: var(--textColor1, #111);
}
.communityData .communityMain .communityItems .communityItem .communityItemLabel {
  margin-top: 5px;
  margin-left: 5px;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 0.625rem;
}
.communityData .communityMain .communityItems .communityItem .communityItemLabel.comingSoon {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #555555;
  color: #FFF;
}
.communityData .communityMain .communityItems .communityItem .communityItemLabel.soldOutText {
  border: 1px solid #FF0000;
  color: #FF0000;
  background: #FFF;
}
.communityData .communityMain .communityItems .communityItem .communityItemMetaSub {
  margin-top: 5px;
}
.communityData .communityMain .communityItems .communityItem .communityItemLabelBlock {
  display: inline-block;
  margin-top: 5px;
  margin-left: 5px;
  padding: 3px 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1;
}
.communityData .communityMain .communityItems .communityItem .communityItemLabelBlock.preOrder {
  background-color: #599133;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.communityData .communityMain .communityItems .communityItem .communityItemLabelBlock.lottery {
  background-color: #00689e;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.communityData .communityMain .communityItems .communityItem .communityItemLabelBlock.takeout {
  background-color: #ff6325;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.communityData .communityMain .communityItems .communityItem .communityItemLabelBlock.community {
  background-color: #f2bb31;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.communityData .communityMain #limitedUrl {
  width: 100%;
}
.communityData .communityMain #productsLimitedUrl .urlBox {
  width: 100%;
  border-color: #DDD;
  background: #EEE;
  color: #111;
  line-height: 1.3;
}
.communityData .communityMain #productsLimitedUrl .urlBox:nth-child(2n) {
  margin-left: 0;
}
.communityData .communityMain #productsLimitedUrl .urlBox:last-child {
  margin-bottom: 0;
}
.communityData .urlBox a {
  color: #111;
}
.communityData .communityModalTextNotice {
  margin-top: 50px;
  margin-bottom: 0;
  line-height: 1;
}
.communityData .communityModalTextNotice a {
  display: block;
  padding: 1em 1.5em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background: #FFF;
  color: #111;
  text-align: center;
}
.communityData .communityMain .openLeaveModal {
  margin: 50px 0 0 0;
  padding: 1em 1.5em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background: #FFF;
  color: #111;
  text-align: center;
  line-height: 1;
}
@media (min-width: 576px) {
  .communityData .communityMain .communityContent {
    padding: 6%;
  }
  .communityData .communityItem {
    width: 32%;
    margin-top: 50px;
  }
  .communityData .communityMain .communityItems .communityItem:nth-child(n) {
    margin-left: 0;
  }
  .communityData .communityMain .communityItems .communityItem:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }
  .communityData .communityMain .communityItems .communityItem .communityItemTitle {
    font-size: 0.875rem;
  }
  .communityData .communityMain .communityItems .communityItem .communityItemPrice {
    font-size: 1rem;
  }
  .communityData .communityMain .communityItems .communityItem .communityItemLabel,
  .communityData .communityMain .communityItems .communityItem .communityItemLabelBlock {
    font-size: 0.75rem;
  }
  .communityData .communityModalTextNotice {
    display: inline-block;
  }
  .communityData .communityMain .openLeaveModal {
    display: inline-block;
    margin-left: 5px;
  }
}
@media (max-width: 991.98px) {
  .communityData .communityMain .communityContent {
    display: block;
  }
  .communityData .communityMain .communityOverview {
    width: 100%;
  }
  .communityData .communityMain .communityNav {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .communityData .communityMain .communityNav {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 40px;
  }
  .communityData .communityImageContainer {
    background: #F6F6F6;
  }
  .communityData .communityImageContainer img {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .communityData .communityItemTitle {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .communityData .communityItem a:hover {
    opacity: 1;
  }
  .communityData .communityItem a:hover .communityImageContainer img {
    opacity: 0.6;
  }
  .communityData .communityItem a:hover .communityItemTitle {
    opacity: 0.6;
  }
  .communityData .communityMain .communityItems .communityItem .communityItemPrice {
    font-size: 1.125rem;
  }
  .communityData .communityMain #productsLimitedUrl .urlBox {
    width: 48%;
  }
  .communityData .communityMain #productsLimitedUrl .urlBox:nth-child(2n) {
    margin-left: 4%;
  }
  .communityData .communityMain .openLeaveModal {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .communityData .communityMain .openLeaveModal:hover {
    opacity: 0.6;
  }
}

/* App : membership */
.membership .guide .register,
.membership .mypage .card,
.membership .mypage .content .definition-description .mail-address, .membership .mypage .content .definition-description .point-amount,
.membership .draft .content .definition-description {
  color: #252525;
}

.main .membership .mypage .content .customer-info-wrapper .edit-wrapper .edit,
.main .membership .point-history .content .point-history-summary .point-name,
.main .membership .point-history .content .point-history-summary .description,
.main .membership .point-history .content .point-history-list .card .caption,
.main .membership .point-history .content .point-history-list .card .order-header-unique-key,
.main .membership .point-history .content .point-history-list .card .point,
.main .membership .point-history .content .point-history-list .card .reward-name {
  color: var(--textColor1, #252525);
}

.main .membership .login .register-link,
.main .membership .draft .content .point-info-login-link,
.main .membership .mypage .content .about-wrapper .about {
  color: var(--textColor1, #000);
}

.main .membership .guide .mypage-link .link,
.main .membership .login .link {
  background-color: var(--bgColor1, #252525);
  color: var(--textColor5, #FFF);
}

@media (max-width: 768px) {
  .main .membership .guide .img-wrapper .img,
  .main .membership .mypage .img-wrapper .img {
    max-height: 360px;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
  }
}
/* App : mailMagazine */
.mailMagazine {
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid var(--lineColor2, rgba(0, 0, 0, 0.1));
  border-bottom: 1px solid var(--lineColor2, rgba(0, 0, 0, 0.1));
}
@media (min-width: 992px) {
  .mailMagazine {
    grid-area: footerMailMagazine;
    margin: 0;
    padding: 2px 0 0;
    border: none;
  }
}

.mailMagazine__description {
  margin-bottom: 10px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.mailMagazineSubscribe_confirm {
  margin: 15px 0;
  font-size: 0.75rem;
  line-height: 1.5;
}
.mailMagazineSubscribe_confirm:last-child {
  margin-bottom: 0;
}
.mailMagazineSubscribe_confirm:empty {
  margin-top: 0;
}
.mailMagazineSubscribe_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mailMagazineSubscribe_input {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 300px;
          flex: 0 1 300px;
  margin: 0 !important;
  padding: 8px;
  background: #f6f6f6;
  font-size: 16px;
  line-height: 24px;
}
.mailMagazineSubscribe_submit {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5em;
          flex: 0 0 5em;
  margin: 0 0 0 5px;
  padding: 8px 0;
  border: none;
  border-radius: 3px;
  background: var(--bgColor1, #111);
  color: var(--textColor5, #fff);
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
@media (min-width: 576px) {
  .mailMagazineSubscribe_field {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}