*, ::before, ::after {box-sizing: border-box;border-style: solid;border-width: 0;}html {line-height: 1.15;-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: transparent;}body {margin: 0;}main {display: block;}p, table, blockquote, address, pre, iframe, form, figure, dl {margin: 0;}h1, h2, h3, h4, h5, h6 {font-size: inherit;font-weight: inherit;margin: 0;}ul, ol {margin: 0;padding: 0;list-style: none;}dt {font-weight: bold;}dd {margin-left: 0;}hr {box-sizing: content-box;height: 0;overflow: visible;border-top-width: 1px;margin: 0;clear: both;color: inherit;}pre {font-family: monospace, monospace;font-size: inherit;}address {font-style: inherit;}a {background-color: transparent;text-decoration: none;color: inherit;}abbr[title] {text-decoration: underline dotted;}b, strong {font-weight: bolder;}code, kbd, samp {font-family: monospace, monospace;font-size: inherit;}small {font-size: 80%;}sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}sub {bottom: -0.25em;}sup {top: -0.5em;}svg, img, embed, object, iframe {vertical-align: bottom;}button, input, optgroup, select, textarea {-webkit-appearance: none;appearance: none;vertical-align: middle;color: inherit;font: inherit;background: transparent;padding: 0;margin: 0;border-radius: 0;text-align: inherit;text-transform: inherit;}[type="checkbox"] {-webkit-appearance: checkbox;appearance: checkbox;}[type="radio"] {-webkit-appearance: radio;appearance: radio;}button, [type="button"], [type="reset"], [type="submit"] {cursor: pointer;}button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {cursor: default;}:-moz-focusring {outline: auto;}select:disabled {opacity: inherit;}option {padding: 0;}fieldset {margin: 0;padding: 0;min-width: 0;}legend {padding: 0;}progress {vertical-align: baseline;}textarea {overflow: auto;}[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}[type="search"] {outline-offset: -2px;}[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}::-webkit-file-upload-button {-webkit-appearance: button;font: inherit;}label[for] {cursor: pointer;}details {display: block;}summary {display: list-item;}[contenteditable]:focus {outline: auto;}table {border-color: inherit;border-collapse: collapse;}caption {text-align: left;}td, th {vertical-align: top;padding: 0;}th {text-align: left;font-weight: bold;}

*:focus { outline: none; }
a { -webkit-tap-highlight-color: rgba(0,0,0,0); cursor: pointer; }

/* base
------------------------------------------*/
html {
  font-size: var(--htmlFontSize);
  scroll-padding-top: 90px;
}
@media (max-width: 768px) {
  html {
    scroll-padding-top: 70px;
  }
}

body {
  color: var(--textColorMain);
  font-size: 1.4rem;
  font-family: var(--bodyFontEn), var(--bodyFontJa), sans-serif;
  line-height: 1.3;
  letter-spacing: 0.08em;
  word-break: break-word;
  overflow-wrap: break-word;
}
h1, h2, .scrollitem-main h3 {
  font-family: var(--headFontEn), var(--headFontJa), sans-serif;
}
h1,
h2,
.logo-area h1,
.logo-area p,
.scrollitem-main h3,
p.appsItemDetailCustomTag_heading,
.about-message-title,
.about-other-title,
#privacy h2,
#law h2 {
  font-weight: var(--headFontWeight);
  font-family: var(--headFontEn), var(--headFontJa), sans-serif;
}
a {
  color: var(--textColorMain);
  transition: all 0.3s ease;
}
p {
  line-height: 1.8;
}
img {
  max-width: 100%;
}
label[for] {
  cursor: default;
}

.content {
  margin: 0 auto;
  padding: 0 5vw 7vh 5vw;
  max-width: calc(1600px + 10vw);
}
.home .content,
.about .content {
  padding: 0;
  max-width: 100%;
}

.fadein {
  opacity: 0;
  transition: all 1s ease;
}
.fadein.viewed {
  opacity: 1;
}

.header-search input,
.drawer-search input,
.sidebar-search input,
.inquirySection dl dd input,
.inquirySection dl dd textarea,
input.x_mailMagazineSubscribe_input,
input.itemOption__input,
select.x_i18nSelectBox,
select#valiationSelect,
select.itemOption__select,
select.amountSelect {
  outline: none !important;
  display: block;
  margin: 0 !important;
  padding: 10px !important;
  width: 100% !important;
  min-width: auto !important;
  color: #222 !important;
  font-family: var(--bodyFontEn), var(--bodyFontJa), sans-serif !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  background: #fff !important;
  border: none !important;
  border-radius: var(--inputBorderRadius) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5) !important;
  transition: all 0.3s ease !important;
  appearance: none !important;
}
select.x_i18nSelectBox,
select#valiationSelect,
select.itemOption__select,
select.amountSelect {
  padding: 10px 24px 10px 10px !important;
  background:
    linear-gradient(45deg, #fff 50%, #222 50%) no-repeat center right 14px / 4px 4px,
    linear-gradient(-45deg, #fff 50%, #222 50%) no-repeat center right 10px / 4px 4px !important;
  background-color: #fff !important;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: none !important;
}

.header-search input::placeholder,
.drawer-search input::placeholder,
.sidebar-search input::placeholder,
input.x_mailMagazineSubscribe_input::placeholder,
input.itemOption__input::placeholder {
  opacity: 0.4 !important;
  color: #222 !important;
}

/* base overwrite
------------------------------------------*/
.msg_postBox__control__submit {
  text-align: center;
}
.purchaseButtonModal__input,
.purchaseButtonModal__inputArea,
.purchaseButtonModal__ageVerificationWarningText,
.communityModal,
.communityModal h1,
.communityModal a,
.msg_postBox__control__input,
#salesPeriodModal .salesPeriodModal__input {
  color: #222 !important;
}
.communityModal {
  overflow: auto;
  max-height: 90%;
}
.telnumValid__txt {
  color: var(--textColorMain) !important;
  background: var(--textColorMain10) !important;
}
.centeringFixForPostageInfo {
  position: fixed !important;
}

/* fancybox
------------------------------------------*/
.fancybox-white .fancybox-bg {
  background: #fff;
}
.fancybox-white .fancybox-button {
  background: none;
}
.fancybox-white .fancybox-button div {
  background: rgba(255, 255, 255, 0.6);
}
.fancybox-white .fancybox-button svg {
  color: #666;
}
.fancybox-white .fancybox-button:disabled svg {
  color: #ccc;
}

/* drawer
------------------------------------------*/
.drawer-bg {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.6s 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 10002;
}
.drawer-bg.open {
  opacity: 1;
  visibility: visible;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.drawer {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: min(80%, 320px);
  height: 100vh;
  color: var(--drawerMenuTextColor);
  background: var(--drawerMenuBgColor);
  z-index: 10003;
  transform: translateX(-100%);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.drawer.open {
  transform: translateX(0);
  transition: all 0.6s 0.1s cubic-bezier(0.77, 0, 0.175, 1);
}
.drawer::-webkit-scrollbar{
  width: 5px;
}
.drawer::-webkit-scrollbar-thumb{
  background-color: var(--drawerMenuTextColor10);
}
.drawer-close {
  cursor: pointer;
  position: relative;
  height: 50px;
  border-bottom: var(--drawerMenuTextColor10) 1px solid;
}
.drawer-close:before,
.drawer-close:after {
  content: '';
  position: absolute;
  top: 25px;
  right: 20px;
  width: 20px;
  height: 1px;
  background: var(--drawerMenuTextColor);
  transform: rotate(45deg);
}
.drawer-close:after {
  transform: rotate(-45deg);
}
.drawer-search-wrap {
  padding: 25px;
  border-bottom: var(--drawerMenuTextColor10) 1px solid;
}
.drawer-search {
  display: flex;
  justify-content: space-between;
  padding: 5px 5px 5px 15px;
  width: 100%;
  background: var(--drawerMenuSearchBgColor);
  border-radius: 3px;
  transition: all 0.3s ease;
}
.drawer-search input {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  width: calc(100% - 34px) !important;
  height: auto !important;
  color: var(--drawerMenuSearchTextColor) !important;
  font-size: 1.2rem !important;
  line-height: 1 !important;
  background: none !important;
  box-shadow: none !important;
}
.drawer-search input::placeholder {
  color: inherit !important;
}
.drawer-search button {
  width: 32px;
  height: 32px;
  text-align: center;
}
.drawer-search button svg {
  margin: 0 auto;
  width: 18px;
  fill: var(--drawerMenuTextColor);
}
.drawer a {
  display: block;
  position: relative;
  padding: 8px 0;
  color: var(--drawerMenuTextColor);
  font-size: 1.3rem;
}
@media (hover: hover) {
  .drawer a:hover {
    opacity: 0.7;
  }
}

.drawer-category #appsItemCategoryTag {
  padding: 25px;
  border-bottom: var(--drawerMenuTextColor10) 1px solid;
}
.drawer-category .appsItemCategoryTag_lowerchild {
  margin: 0 3px;
}
.drawer-category .appsItemCategoryTag_lowerchild:before,
.drawer-category .appsItemCategoryTag_lowerchild:after {
  content: '';
  display: block;
  height: 8px;
}
.drawer-category.fold .hasChild a {
  padding: 8px 30px 8px 0;
}
.drawer-category .appsItemCategoryTag_lowerLink {
  padding: 8px 0 8px 15px !important;
  font-size: 1.1rem;
  border-left: var(--drawerMenuTextColor10) 1px solid;
}
.drawer-category.fold .appsItemCategoryTag_child {
  position: relative;
}
.drawer-category.fold .appsItemCategoryTag_lowerchild {
  display: none;
}
.drawer-category.fold span.open {
  content: '';
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: -4px;
  width: 25px;
  height: 25px;
  border-radius: 1px;
  transition: all 0.3s ease;
}
.drawer-category.fold span.open:before,
.drawer-category.fold span.open:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 6px;
  width: 13px;
  height: 1px;
  background: var(--drawerMenuTextColor);
  transition: all 0.3s ease;
}
.drawer-category.fold span.open:after {
  top: 6px;
  left: 12px;
  width: 1px;
  height: 13px;
}
.drawer-category.fold span.open.close:after {
  display: none;
}

.drawer-nav {
  padding: 25px;
  border-bottom: var(--drawerMenuTextColor10) 1px solid;
}
.drawer-copyright {
  opacity: 0.5;
  padding: 25px;
  font-size: 1rem;
  text-align: center;
}

/* header
------------------------------------------*/
.header-search-bg {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 10002;
}
.header-search-bg.open {
  opacity: 1;
  visibility: visible;
}
.header-search-modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: -80px;
  left: 0;
  width: 100%;
  height: 80px;
  background: var(--headerBgColor);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 10003;
}
.header-search-modal.open {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.header-search-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 5vw;
  max-width: 800px;
  height: 100%;
}
.header-search {
  display: flex;
  justify-content: space-between;
  padding: 5px 5px 5px 15px;
  width: 100%;
  background: var(--headerTextColor10);
  border-radius: 3px;
  transition: all 0.3s ease;
}
.header-search input {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  width: calc(100% - 34px) !important;
  height: auto !important;
  color: var(--headerTextColor) !important;
  font-size: 1.2rem !important;
  line-height: 1 !important;
  background: none !important;
  box-shadow: none !important;
}
.header-search input::placeholder {
  color: inherit !important;
}
.header-search button {
  width: 32px;
  height: 32px;
  text-align: center;
}
.header-search button svg {
  margin: 0 auto;
  width: 18px;
  fill: var(--headerTextColor);
}
.header-search-wrap .close {
  cursor: pointer;
  position: relative;
  margin: 0 0 0 10px;
  width: 41px;
  height: 41px;
}
.header-search-wrap .close:before,
.header-search-wrap .close:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 6px;
  width: 25px;
  height: 1px;
  background: var(--headerTextColor);
  transform: rotate(45deg);
}
.header-search-wrap .close:after {
  transform: rotate(-45deg);
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  padding: 0 min(5vw, 30px);
  width: 100%;
  height: 80px;
  background: var(--headerBgColor);
  z-index: 1001;
}
.home .header {
  background: none;
}
.home .header:before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--headerBgColor);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.home .header.on:before {
  opacity: 1;
  height: 100%;
}
.home .header-type3:after {
  content: '';
  opacity: 0.15;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--homeHeaderTextColor);
  transition: all 0.3s ease;
}
.home .header-type3.on:after {
  opacity: 0;
}
.drawer-open-wrap {
  width: 30%;
}
@media (min-width: 1000px) {
  .header-type2 .drawer-open-wrap {
    padding: 0 15px 0 0;
    width: auto;
  }
}
.drawer-open {
  cursor: pointer;
  display: block;
  position: relative;
  width: 38px;
  height: 38px;
}
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  content: '';
  position: absolute;
  top: 19px;
  left: 8px;
  width: 22px;
  height: 1px;
  background: var(--headerTextColor);
  transition: all 0.3s ease;
}
.home .drawer-open span,
.home .drawer-open span:before,
.home .drawer-open span:after {
  background: var(--homeHeaderTextColor);
}
.home .header.on .drawer-open span,
.home .header.on .drawer-open span:before,
.home .header.on .drawer-open span:after {
  background: var(--headerTextColor);
}
.drawer-open span:before {
  top: -6px;
  left: 0;
}
.drawer-open span:after {
  top: 6px;
  left: 0;
}
@media (hover: hover) {
  .drawer-open:hover span,
  .drawer-open:hover span:before,
  .drawer-open:hover span:after {
    left: 6px;
  }
}
.logo-area {
  position: relative;
  max-width: 250px;
}
.logo-area h1,
.logo-area p {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: 2.6rem;
  line-height: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  transition: all 0.3s ease;
}
.logo-area p {
  position: absolute;
  top: 0;
  left: 0;
}
.logo-area a {
  display: block;
  width: 100%;
  text-align: center;
}
.header.on .logo-area p {
  opacity: 0;
}
.home .logo-area h1 {
  opacity: 0;
}
.home .header.on .logo-area h1 {
  opacity: 1;
}
.logo-area img {
  object-fit: contain;
  margin: 0 auto;
  max-width: 180px;
  height: 40px;
  transform: scale(var(--headerLogoScale));
  object-position: center center;
  transform-origin: center center;
}
.logo-area .logoText {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 1000px) {
  .header-type2 .logo-area a {
    text-align: left;
  }
  .header-type2 .logo-area img {
    object-position: center left;
    transform-origin: center left;
  }
}

.header-nav {
  display: none;
}
.header-nav > li {
  position: relative;
  margin: 0 15px;
  font-size: 1.2rem;
}
.header-nav > li > a,
.header-category span {
  cursor: pointer;
  display: block;
  position: relative;
  padding: 8px 0;
  color: var(--headerTextColor);
  transition: all 0.3s ease;
}
.home .header-nav > li > a,
.home .header-category span {
  color: var(--homeHeaderTextColor);
}
.home .header.on .header-nav > li > a,
.home .header.on .header-category span {
  color: var(--headerTextColor);
}
.header-nav > li > a:after,
.header-category span:after  {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: var(--headerTextColor);
  transition: all 0.3s ease;
}
.home .header-nav > li > a:after,
.home .header-category span:after {
  background: var(--homeHeaderTextColor);
}
.home .header.on .header-nav > li > a:after,
.home .header.on .header-category span:after {
  background: var(--headerTextColor);
}
.header-nav > li > a:hover:after,
.header-category span:hover:after {
  width: 100%;
}
.header-category > ul {
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 20px);
  left: calc(50% - 100px);
  padding: 20px;
  width: 200px;
  max-height: 600px;
  background: var(--headerCategoryBgColor);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  transition: all 0.3s ease;
}
.header-category > ul::-webkit-scrollbar{
  width: 5px;
}
.header-category > ul::-webkit-scrollbar-thumb{
  background-color: var(--headerCategoryTextColor10);
}
.header-category > ul.open {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-category a {
  display: block;
  position: relative;
  padding: 8px 0;
  color: var(--headerCategoryTextColor);
  font-size: 1.3rem;
}
@media (hover: hover) {
  .header-category a:hover {
    opacity: 0.7;
  }
}
.header-category .appsItemCategoryTag_lowerchild {
  margin: 0 3px;
}
.header-category .appsItemCategoryTag_lowerchild:before,
.header-category .appsItemCategoryTag_lowerchild:after {
  content: '';
  display: block;
  height: 8px;
}
.header-category .appsItemCategoryTag_lowerLink {
  padding: 8px 0 8px 15px !important;
  font-size: 1.1rem;
  border-left: var(--headerCategoryTextColor10) 1px solid;
}
.header-category.fold .appsItemCategoryTag_lowerchild {
  display: none;
}
.header-category.fold span.open {
  display: none;
}
@media (min-width: 1000px) {
  .header-type2 .header-nav {
    display: flex;
    margin: 0 10px 0 auto;
  }
  .home .header-type3 .header-nav {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
  }
  .home .header-type3.on .header-nav {
    opacity: 0;
    top: 80px;
    visibility: hidden;
  }
  .home .header-type3.on .header-nav > li > a,
  .home .header-type3.on .header-category span {
    color: var(--homeHeaderTextColor);
  }
}

.header-btn {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  width: 30%;
  z-index: 1;
}
@media (min-width: 1000px) {
  .header-type2 .header-btn {
    padding: 0 0 0 10px;
    width: auto;
  }
}
.header-btn div {
  width: 32px;
  height: 32px;
}
.header-btn div a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .header-btn div a:hover {
    opacity: 0.7;
  }
}
.header-btn svg {
  height: 21px;
  fill: var(--headerTextColor);
  transition: all 0.3s ease;
}
.home .header-btn svg {
  fill: var(--homeHeaderTextColor);
}
.home .header.on .header-btn svg {
  fill: var(--headerTextColor);
}

@media (max-width: 768px) {
  .header {
    padding: 0 3vw;
    height: 60px;
  }
  .logo-area {
    max-width: 180px;
  }
  .logo-area img {
    max-width: 140px;
    height: 32px;
  }
  .logo-area .logoText {
    font-size: 2rem;
  }
}
.header-btn .cart {
  position: relative;

  .cart-badge {
    display: block !important;

    .cart-qty {
      position: absolute;
      inset: -3px -7px auto auto;
      width: 18px;
      height: 18px;
      color: var(--homeHeaderTextColor);
      font-size: 10px;
      text-align: center;
      line-height: 18px;
      background: none;
      border-radius: 10px;
      transition: all 0.3s ease;

      .home .header.on & {
        color: var(--headerBgColor);
        background: var(--headerTextColor);
      }
    }
  }
}

/* mainvisual
------------------------------------------*/
.mainvisual {
  min-height: 17vh;
}
.mainvisual-slick {
  opacity: 0;
  margin: -80px auto 0 auto;
  width: 100%;
  transition: all 0.3s ease;
}
.fullscreen .mainvisual-slick {
  height: 100vh;
}
.header-on .mainvisual-slick {
  margin: 0 auto;
}
.fullscreen.header-on .mainvisual-slick {
  height: calc(100vh - 80px);
}
.mainvisual-slick.slick-initialized {
  opacity: 1;
}
.mainvisual-slick .slick-list,
.mainvisual-slick .slick-track,
.mainvisual-slick .slick-slide,
.mainvisual-slick .slick-slide .bg {
  width: 100%;
  height: 100%;
}
.mainvisual-slick .slick-slide .bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mainvisual-slick .slick-slide .bg img.sp {
  display: none;
}
.slick-animation .bg img {
  animation: var(--mainvisualEffect);
}
@keyframes zoomBg {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.mainvisual-slick-item {
  position: relative;
}
.mainvisual-slick-item .image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 20px));
  max-width: 60%;
  max-height: 50%;
}
.slick-animation .image {
  animation: zoomImg 1.5s ease 1.5s both;
}
@keyframes zoomImg {
  0% {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 20px)) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, calc(-50% + 20px)) scale(1);
  }
}
@media (hover: hover) {
  .mainvisual-slick-item .image a:hover {
    opacity: 0.7;
  }
}
.mainvisual-slick .slick-dots {
  display: none !important;
  gap: 10px;
  position: absolute;
  bottom: 2.5vh;
  left: 50%;
  transform: translateX(-50%);
}
.viewdots .mainvisual-slick .slick-dots {
  display: flex !important;
}
.mainvisual-slick .slick-dots li button {
  opacity: 0.3;
  width: 8px;
  height: 8px;
  font-size: 0;
  background: #fff;
  border-radius: 50%;
  transition: all 1s ease;
}
.mainvisual-slick .slick-dots li.slick-active button {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .mainvisual-slick {
    margin: -60px auto 0 auto;
  }
  .fullscreen.header-on .mainvisual-slick {
    height: calc(100vh - 60px);
  }
  .mainvisual-slick .slick-slide .bg img.pc {
    display: none;
  }
  .mainvisual-slick .slick-slide .bg img.sp {
    display: block;
  }
  .mainvisual-slick-item .image {
    transform: translate(-50%, calc(-50% + 10px));
  }
}

/* footer
------------------------------------------*/
.footer-wrap {
  background: var(--footerBgColor);
}
.footer {
  margin: 0 auto;
  padding: min(5vw, 80px) 5vw;
  max-width: calc(1600px + 10vw);
  color: var(--footerTextColor);
  font-size: 1.2rem;
}
.x_message_view .footer {
  padding: min(5vw, 80px) 5vw 10vh 5vw;
}
.footer-top {
  display: flex;
  position: relative;
  margin: 0 auto min(3vw, 50px) auto;
  padding: 0 0 min(5vw, 80px) 0;
  border-bottom: var(--footerTextColor10) 1px solid;
}
.footer-top h3 {
  margin: 0 0 25px 0;
  font-weight: bold;
}

.footer-about {
  width: 46%;
}
.footer-about-text {
  line-height: 1.8;
  white-space: pre-line;
}

.footer-menu {
  padding: 0 50px;
  width: 32%;
}
.footer-menu ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-menu ul li a {
  color: var(--footerTextColor);
}

.mailmagazine {
  width: 32%;
}
.mailmagazine-form {
  margin: 25px auto 0 auto;
  text-align: left;
}
.x_mailMagazineSubscribe_field {
  display: flex;
  justify-content: center;
}
input.x_mailMagazineSubscribe_input {
  margin: 0 !important;
  padding: 12px !important;
  width: calc(100% - 70px) !important;
  color: var(--footerTextColor) !important;
  font-size: 1.2rem !important;
  background: var(--footerBgColor) !important;
  border: var(--footerTextColor) 1px solid !important;
  border-right: none !important;
  border-radius: var(--inputBorderRadius) 0 0 var(--inputBorderRadius) !important;
  box-shadow: none !important;
}
input.x_mailMagazineSubscribe_input::placeholder {
  color: inherit !important;
}
.x_mailMagazineSubscribe_field button {
  display: block;
  margin: 0;
  padding: 12px;
  width: 70px;
  height: auto;
  color: var(--footerBgColor);
  font-size: 0;
  font-weight: bold;
  font-family: var(--bodyFontEn), var(--bodyFontJa), sans-serif;
  text-align: center;
  background: var(--footerTextColor);
  border: var(--footerTextColor) 1px solid;
  border-radius: 0 var(--inputBorderRadius) var(--inputBorderRadius) 0 !important;
  transition: all 0.3s ease;
}
.x_mailMagazineSubscribe_field button:after {
  content: '登 録';
  font-size: 1.2rem;
}
@media (hover: hover) {
  .x_mailMagazineSubscribe_field button:hover {
    opacity: 0.7;
  }
}
.x_mailMagazineSubscribe_confirm {
  font-weight: bold;
}

.footer-bottom{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.footer-sns {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-sns > div > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}
@media (hover: hover) {
  .footer-sns > div > a:hover {
    opacity: 0.7;
  }
}
.footer-sns > div > a img {
  max-width: 28px;
  max-height: 28px;
}
.footer-sns > div.twitter > a img {
  padding: 3px;
  background: #fff;
  border-radius: 4px;
}
#baseMenu .base a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}
@media (hover: hover) {
  #baseMenu .base a:hover {
    opacity: 0.7;
  }
}
#baseMenu .base img {
  max-width: 32px;
  max-height: 32px;
}
#baseMenu .cart {
  display: none;
}
.apps-i18n #i18 {
  display: flex;
  gap: 5px;
  margin: 0 0 0 10px;
}
.apps-i18n #i18 > div select {
  padding: 0 24px 0 10px !important;
  min-width: 88px !important;
  height: 32px !important;
  color: var(--footerTextColor) !important;
  font-size: 1.2rem !important;
  line-height: 32px !important;
  background:
    linear-gradient(45deg, var(--footerTextColor10) 50%, var(--footerTextColor) 50%) no-repeat center right 14px / 4px 4px,
    linear-gradient(-45deg, var(--footerTextColor10) 50%, var(--footerTextColor) 50%) no-repeat center right 10px / 4px 4px !important;
  background-color: var(--footerTextColor10) !important;
  box-shadow: none !important;
}
.apps-i18n #i18 > div.currency select {
  min-width: 65px !important;
}
.footer-nav {
  display: flex;
  gap: 10px;
  margin-right: auto;
}
.footer-nav li a {
  color: var(--footerTextColor);
  font-size: 1rem;
}
.copyright {
  opacity: 0.5;
  margin: 5px 0 0 0;
  color: var(--footerTextColor);
  font-size: 1rem;
}

@media (max-width: 768px) {
  .footer {
    padding: 7vh;
  }
  .x_message_view .footer {
    padding: 7vh 7vh 12vh 7vh;
  }
  .footer h3 {
    position: relative;
  }
  .footer h3:before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: -22px;
    width: 10px;
    height: 1px;
    background: var(--footerTextColor);
  }
  .footer-top {
    flex-direction: column;
    gap: 6vh;
    margin: 0 0 7vh 0;
    padding: 0 0 7vh 0;
  }
  .footer-about {
    width: 100%;
  }
  .footer-menu {
    padding: 0;
    width: 100%;
  }
  .mailmagazine {
    width: 100%;
  }
  .footer-bottom{
    display: block;
    text-align: center;
  }
  .footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-right: auto;
  }
  .footer-nav li a {
    color: var(--footerTextColor);
    font-size: 1rem;
  }
  .copyright {
    opacity: 0.5;
    margin: 15px 0 0 0;
    color: var(--footerTextColor);
    font-size: 1rem;
  }
  .footer-sns {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2vh 5px;
    margin: 0 0 5vh 0;
  }
  .footer-sns > div > a img {
    max-width: 24px;
    max-height: 24px;
  }
  #baseMenu .base img {
    max-width: 26px;
    max-height: 26px;
  }
  .apps-i18n {
    width: 100%;
  }
  .apps-i18n #i18 {
    justify-content: center;
    margin: 0;
  }
  .footer-nav {
    justify-content: center;
    margin: 0 auto 1vh auto;
  }
}

/* index
------------------------------------------*/
.fixblog-wrap {
  color: var(--fixblogTextColor);
  background: var(--fixblogBgColor);
}
.fixblog {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 20px 5vw;
  max-width: calc(1600px + 10vw);
}
.fixblog h2 {
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  width: fit-content;
  max-width: 40%;
  color: var(--fixblogTextColor);
  font-weight: bold;
  line-height: 1.6;
  text-align: right;
  border-right: var(--fixblogTextColor) 1px solid;
}
.fixblog p {
  width: fit-content;
  line-height: 1.6;
}
.fixblog p a {
  color: var(--fixblogTextColor);
}
@media (hover: hover) {
  .fixblog p a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .fixblog {
    font-size: 1.2rem;
  }
}

.slidebanner {
  background: var(--slidebannerBgColor);
}
.slidebanner-slick {
  margin: 0 auto;
  padding: 5vh 5vw;
  max-width: calc(1600px + 10vw);
}
.slidebanner-slick-item {
  padding: 0 10px;
}
.slidebanner-slick-item a {
  overflow: hidden;
  display: block;
}
.slidebanner-slick-item img {
  border-radius: var(--slidebannerBorderRadius);
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .slidebanner-slick-item a:hover img {
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  .slidebanner-slick {
    padding: 3vh 0;
  }
  .slidebanner-slick-item {
    padding: 0 8px;
  }
}

.sidebar {
  display: none;
}
@media (min-width: 1000px) {
  .twocolumn {
    display: flex;
    justify-content: space-between;
    max-width: calc(1600px + 10vw);
  }
  .home .twocolumn {
    margin: 0 auto;
    padding: 7vh 5vw;
  }
  .twocolumn .sidebar {
    display: block;
    width: 210px;
  }
  .twocolumn .sidebar.fixed .sidebar-inner {
    position: sticky;
    top: 100px;
  }
  .twocolumn .sidebar.fixed.scroll .sidebar-inner {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 10px 0 0;
    max-height: calc(100vh - 120px);
  }
  .twocolumn .sidebar.fixed.scroll .sidebar-inner::-webkit-scrollbar{
    width: 5px;
  }
  .twocolumn .sidebar.fixed.scroll .sidebar-inner::-webkit-scrollbar-thumb{
    background-color: var(--textColorMain20);
    border-radius: 3px;
  }
  .twocolumn .main {
    width: calc(100% - 240px);
  }
}

.sidebar-search {
  display: flex;
  justify-content: space-between;
  margin: 0 0 25px 0;
  padding: 5px 5px 5px 15px;
  width: 100%;
  background: var(--textColorMain10);
  border-radius: 3px;
  transition: all 0.3s ease;
}
.sidebar-search input {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  width: calc(100% - 34px) !important;
  height: auto !important;
  color: var(--textColorMain) !important;
  font-size: 1.2rem !important;
  line-height: 1 !important;
  background: none !important;
  box-shadow: none !important;
}
.sidebar-search input::placeholder {
  color: inherit !important;
}
.sidebar-search button {
  width: 32px;
  height: 32px;
  text-align: center;
}
.sidebar-search button svg {
  margin: 0 auto;
  width: 18px;
  fill: var(--textColorMain);
}
.sidebar a {
  display: block;
  position: relative;
  padding: 8px 0;
  color: var(--textColorMain);
  font-size: 1.3rem;
}
@media (hover: hover) {
  .sidebar a:hover {
    opacity: 0.7;
  }
}

.sidebar-category {
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
  border-bottom: var(--textColorMain10) 1px solid;
}
.sidebar-category .appsItemCategoryTag_lowerchild {
  margin: 0 3px;
}
.sidebar-category .appsItemCategoryTag_lowerchild:before,
.sidebar-category .appsItemCategoryTag_lowerchild:after {
  content: '';
  display: block;
  height: 8px;
}
.sidebar-category.fold .hasChild a {
  margin: 0 30px 0 0;
}
.sidebar-category .appsItemCategoryTag_lowerLink {
  padding: 8px 0 8px 15px !important;
  font-size: 1.1rem;
  border-left: var(--textColorMain10) 1px solid;
}
.sidebar-category.fold .appsItemCategoryTag_child {
  position: relative;
}
.sidebar-category.fold .appsItemCategoryTag_lowerchild {
  display: none;
}
.sidebar-category.fold span.open {
  content: '';
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: -4px;
  width: 25px;
  height: 25px;
  border-radius: 1px;
  transition: all 0.3s ease;
}
.sidebar-category.fold span.open:before,
.sidebar-category.fold span.open:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 6px;
  width: 13px;
  height: 1px;
  background: var(--textColorMain);
  transition: all 0.3s ease;
}
.sidebar-category.fold span.open:after {
  top: 6px;
  left: 12px;
  width: 1px;
  height: 13px;
}
.sidebar-category.fold span.open.close:after {
  display: none;
}

.sidebanner {
  margin: 15px 0 0 0;
}
.sidebanner a {
  padding: 0;
}
.sidebanner img {
  width: 100%;
}
.sidebanner:first-child {
  margin: 0 0 25px 0;
}
.sidebar-nav + .sidebanner {
  margin: 25px 0 0 0;
}

.slideitem {
  overflow: hidden;
}
.home .slideitem {
  margin: 0 auto;
  padding: 7vh 5vw;
  max-width: calc(1600px + 10vw);
}
@media (min-width: 1000px) {
  .twocolumn .slideitem {
    padding: 7vh 0;
  }
  .twocolumn .slideitem:first-child {
    padding: 0 0 7vh 0;
  }
}
.slideitem h2 {
  font-size: var(--headFontSize);
  text-align: center;
  text-indent: 0.08em;
}
.slideitem-hero {
  margin: 3px 0 4vh 0;
  font-size: 1.3rem;
  text-align: center;
  text-indent: 0.08em;
}
.slideitem-slick-wrap {
  display: none;
}
.slideitem-slick {
  position: relative;
  padding: 0 0 4vh 0;
  margin: 0 -10px;
}
.slideitem-slick-category-fail {
  text-align: center;
}
.slideitem-slick .slick-slide {
  padding: 0 10px;
  text-align: center;
}
.slideitem-slick .slick-slide a {
  overflow: hidden;
  display: block;
  margin: 0 0 20px 0;
  border-radius: var(--imageBorderRadius);
}
.slideitem-slick .slick-slide a img {
  aspect-ratio: var(--itemListItemAspect);
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .slideitem-slick .slick-slide a:hover img {
    transform: scale(1.1);
  }
}
.slideitem-slick .slick-slide .price {
  margin: 8px 0 0 0;
}
.slideitem-slick .slick-dots {
  display: flex;
  gap: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.slideitem-slick .slick-dots li button {
  opacity: 0.1;
  width: 4px;
  height: 4px;
  font-size: 0;
  background: var(--textColorMain);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.slideitem-slick .slick-dots li.slick-active button {
  opacity: 0.5;
}
.slideitem-slick .slick-arrow {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 10px;
  width: 60px;
  height: 100%;
  font-size: 0;
  transition: all 0.3s ease;
  z-index: 1;
}
.slideitem-slick .slick-next {
  left: auto;
  right: 10px;
}
@media (hover: hover) {
  .slideitem-slick .slick-arrow:hover {
    opacity: 1;
  }
  .slideitem-slick .slick-arrow.slick-disabled:hover {
    opacity: 0;
  }
}
.slideitem-slick .slick-arrow:before,
.slideitem-slick .slick-arrow:after {
  content: '';
  position: absolute;
  top: calc(50% - 22px);
  left: 29px;
  width: 2px;
  height: 26px;
  background: var(--reTextColorMain);
  transform: rotate(45deg);
}
.slideitem-slick .slick-arrow:after {
  top: calc(50% - 4px);
  transform: rotate(135deg);
}
.slideitem-slick .slick-next:before {
  transform: rotate(-45deg);
}
.slideitem-slick .slick-next:after {
  transform: rotate(-135deg);
}

@media (max-width: 768px) {
  .home .slideitem {
    padding: 7vh 0;
  }
  .slideitem h2 {
    font-size: 2.8rem;
  }
  .slideitem-slick {
    margin: 0;
  }
  .slideitem-slick .slick-arrow {
    display: none;
  }
}

.concept {
  position: relative;
  padding: 7vh;
  height: calc(100vh - 80px);
}
@media (min-width: 1000px) {
  .twocolumn .concept {
    height: 600px;
  }
}
.concept-image {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.concept-image:after {
  content: '';
  opacity: var(--conceptBgOpacity);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--conceptBgColor);
}
.concept-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: all 2s ease;
}
.fadein.viewed .concept-image img {
  transform: scale(1.01);
}
.concept-main {
  position: absolute;
  bottom: 7vh;
  left: 7vh;
  width: 30%;
}
.concept-main h2 {
  margin: 0 0 2vh 0;
  color: var(--conceptTextColor);
  font-size: var(--headFontSize);
}
.concept-main p {
  color: var(--conceptTextColor);
  white-space: pre-line;
}
.concept-main .btn {
  margin: 4vh 0 0 0;
  text-align: center;
}
.concept-main .btn a {
  display: block;
  padding: 12px;
  width: 150px;
  color: var(--conceptBgColor);
  font-size: 1.2rem;
  text-align: center;
  background: var(--conceptTextColor);
  border-radius: 100px; 
}
@media (hover: hover) {
  .concept-main .btn a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 1000px) {
  .concept {
    height: calc(100vh - 60px);
  }
  .concept-main {
    width: calc(100% - 14vh);
  }
}
@media (max-width: 768px) {
  .concept-main h2 {
    font-size: 2.8rem;
    text-align: center;
  }
  .concept-main .btn a {
    margin: 0 auto;
  }
}

.scrollitem {
  display: flex;
}
.scrollitem-fix-image {
  overflow: hidden;
  position: sticky;
  top: 80px;
  left: 0;
  width: 50%;
  height: calc(100vh - 80px);
}
.scrollitem-fix-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: all 2s ease;
}
.fadein.viewed .scrollitem-fix-image img {
  transform: scale(1);
}
.scrollitem-main {
  display: flex;
  flex-direction: column;
  gap: 8vh;
  padding: 7vh;
  width: 50%;
  text-align: left;
  background: var(--scrollitemBgColor);
}
.scrollitem-image {
  overflow: hidden;
  margin: 0 auto 4vh auto;
  width: 60%;
  max-width: 400px;
}
.circle .scrollitem-image {
  border-radius: 50%;
}
.circle .scrollitem-image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.scrollitem-main h3 {
  margin: 0 0 5px 0;
  color: var(--scrollitemTextColor);
  font-size: 2.4rem;
  text-align: center;
}
.scrollitem-hero {
  opacity: 0.7;
  margin: 0 0 2vh 0;
  color: var(--scrollitemTextColor);
  text-align: center;
}
.scrollitem-main p {
  margin: 0 auto;
  width: fit-content;
  max-width: 500px;
  color: var(--scrollitemTextColor);
  white-space: pre-line;
}
.scrollitem-btn {
  margin: 4vh 0 0 0;
  text-align: center;
}
.scrollitem-btn a {
  display: block;
  margin: 0 auto;
  padding: 12px;
  width: 150px;
  color: var(--scrollitemBgColor);
  font-size: 1.2rem;
  text-align: center;
  background: var(--scrollitemTextColor);
  border-radius: 100px;
}
@media (hover: hover) {
  .scrollitem-btn a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .scrollitem {
    display: block;
  }
  .scrollitem-fix-image {
    position: relative;
    top: auto;
    margin: 0;
    width: 100%;
    height: auto;
  }
  .scrollitem-main {
    width: 100%;
  }
  .scrollitem-main h3 {
    font-size: 2rem;
  }
}

.youtube-area {
  position: relative;
  padding: 14vh 7vh;
}
.youtube-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.youtube-image:after {
  content: '';
  opacity: var(--youtubeBgOpacity);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--youtubeBgColor);
}
.youtube-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: all 2s ease;
}
.fadein.viewed .youtube-image img {
  transform: scale(1);
}
.youtube-main {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
  z-index: 1;
}
.youtube-main h2 {
  margin: 0 0 2vh 0;
  color: var(--youtubeTextColor);
  font-size: var(--headFontSize);
}
.youtube-main p {
  color: var(--youtubeTextColor);;
  white-space: pre-line;
}
.youtube-movie {
  position: relative;
  margin: 4vh auto 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  backdrop-filter: blur(5px);
}
.youtube-movie:before {
  content: '';
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background: var(--youtubeBgColor);
  border-radius: 50%;
}
.youtube-movie a {
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 54px;
  height: 54px;
  background: var(--youtubeTextColor);
  border-radius: 50%;
}
.youtube-movie a:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 22px;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent var(--youtubeBgColor);
}
@media (hover: hover) {
  .youtube-movie a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .youtube-main h2 {
    font-size: 2.8rem;
  }
  .youtube-main p {
    text-align: left;
  }
}

.youtube-more {
  margin: 5vh 0 0 0;
  text-align: center;
}
.youtube-more a {
  display: block;
  margin: 0 auto;
  padding: 12px;
  width: 150px;
  color: var(--youtubeTextColor);
  font-size: 1.2rem;
  text-align: center;
  border: var(--youtubeTextColor) 1px solid;
  border-radius: 100px;
  backdrop-filter: blur(5px);
}
@media (hover: hover) {
  .youtube-more a:hover {
    opacity: 0.7;
  }
}

.onecolumn + .instagram-wrap,
.twocolumn + .instagram-wrap {
  border-top: var(--textColorMain10) 1px solid;
}
.instagram {
  margin: 0 auto;
  padding: 7vh 5vw;
  max-width: calc(1600px + 10vw);
}
.instagram h2 {
  position: relative;
  margin: 0 0 4vh 0;
  padding: 0 0 15px 0;
  font-size: var(--headFontSize);
  text-align: center;
  text-indent: 0.08em;
}
.instagram h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 2px;
  background: var(--textColorMain);
  transform: translateX(-50%);
}
.instagram-btn {
  margin: 4vh 0 0 0;
  text-align: center;
}
.instagram-btn a {
  display: block;
  margin: 0 auto;
  padding: 12px;
  width: 150px;
  color: var(--reTextColorMain);
  font-size: 1.2rem;
  text-align: center;
  background: var(--textColorMain);
  border-radius: 100px;
  transition: all 0.3s ease;
}

.onecolumn + .information-wrap,
.twocolumn + .information-wrap {
  border-top: var(--textColorMain10) 1px solid;
}
.instagram-wrap + .information-wrap {
  margin: -7vh 0 0 0;
}
.information {
  margin: 0 auto;
  padding: 7vh 5vw;
  max-width: calc(800px + 10vw);
}
.information h2 {
  position: relative;
  margin: 0 0 4vh 0;
  padding: 0 0 15px 0;
  font-size: var(--headFontSize);
  text-align: center;
  text-indent: 0.08em;
}
.information h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 2px;
  background: var(--textColorMain);
  transform: translateX(-50%);
}
.information ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.information ul li {
  display: flex;
}
.information-date {
  opacity: 0.7;
  width: 120px;
}
.information-text {
  width: calc(100% - 120px);
}
.information-text a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .information h2 {
    font-size: 2.8rem;
  }
  .information ul li {
    display: block;
    line-height: 1.6;
  }
  .information-date {
    margin: 0 0 3px 0;
    width: 100%;
    font-size: 1.2rem;
  }
  .information-text {
    width: 100%;
  }
}

.newblog-wrap {
  color: var(--newblogTextColor);
  background: var(--newblogBgColor);
}
.newblog {
  margin: 0 auto;
  padding: 7vh 5vw;
  max-width: calc(1600px + 10vw);
}
.newblog h2 {
  position: relative;
  margin: 0 0 4vh 0;
  padding: 0 0 15px 0;
  color: var(--newblogTextColor);
  font-size: var(--headFontSize);
  text-align: center;
  text-indent: 0.08em;
}
.newblog h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 2px;
  background: var(--newblogTextColor);
  transform: translateX(-50%);
}
.newblog-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.newblog-list-item .image {
  margin: 0 0 15px 0;
}
.newblog-list-item .image a {
  overflow: hidden;
  display: block;
  border-radius: var(--imageBorderRadius);
}
.newblog-list-item .image a img {
  aspect-ratio: var(--newblogImageAspect);
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .newblog-list-item .image a:hover img {
    transform: scale(1.1);
  }
}
.newblog-list-item .date {
  opacity: 0.7;
  margin: 3px 0 0 0;
  font-size: 1.2rem;
}
.newblog-more {
  margin: 4vh 0 0 0;
  text-align: center;
}
.newblog-more a {
  display: block;
  margin: 0 auto;
  padding: 12px;
  width: 150px;
  color: var(--newblogBgColor);
  font-size: 1.2rem;
  text-align: center;
  background: var(--newblogTextColor);
  border-radius: 100px;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .newblog-more a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .newblog h2 {
    font-size: 2.8rem;
  }
  .newblog-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vh 3vw;
    width: 100%;
  }
}

.not-shop-pablic {
  padding: 200px 0;
  text-align: center;
}
.home .item-list-wrap {
  margin: 0 auto;
  padding: 7vh 5vw;
  max-width: calc(1600px + 10vw);
}
@media (min-width: 1000px) {
  .home .twocolumn .item-list-wrap {
    padding: 7vh 0 0 0;
  }
  .home .twocolumn .item-list-wrap:first-child {
    padding: 0;
  }
}

.item-list-title {
  margin: 0 0 3vh 0;
}
.item-list-title h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--headFontSize);
  text-align: center;
  text-indent: 0.08em;
}
.item-list-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 20px;
  margin: 3px 0 0 0;
}
.item-list-category-1 li:nth-child(n + 2) { display: none; }
.item-list-category-2 li:nth-child(n + 3) { display: none; }
.item-list-category-3 li:nth-child(n + 4) { display: none; }
.item-list-category-4 li:nth-child(n + 5) { display: none; }
.item-list-category-5 li:nth-child(n + 6) { display: none; }

.item-list-category li a {
  display: block;
  position: relative;
  padding: 8px 0;
  font-size: 1.2rem;
}
.item-list-category li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: var(--textColorMain);
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .item-list-category li a:hover:after {
    width: 100%;
  }
}

.item-list {
  display: grid;
  grid-template-columns: repeat(var(--itemListItemNum), 1fr);
  gap: 4vh 20px;
}
.item-list-item {
  position: relative;
  text-align: center;
}
.item-list-item .label_image {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 40px;
  z-index: 2;
}
.slideitem .item-list-item .label_image {
  left: 22px;
}
.item-list-item .image {
  position: relative;
  margin: 0 0 20px 0;
}
.item-list-item .image .tags {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
}
.item-list-item .image .tags div {
  padding: 8px;
  color: var(--reTextColorMain);
  font-size: 1.1rem;
  background: var(--textColorMain);
}
.item-list-item .image .soldout {
  opacity: 0.7;
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: calc(100% - 24px);
  padding: 8px;
  color: var(--textColorMain);
  font-size: 1.1rem;
  background: var(--reTextColorMain);
  z-index: 1;
}
.item-list-item .image a {
  overflow: hidden;
  display: block;
  border-radius: var(--imageBorderRadius);
}
.item-list-item .image a img {
  aspect-ratio: var(--itemListItemAspect);
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.item-list-item .text a {
  display: block;
}
@media (hover: hover) {
  .item-list-item .image a:hover img {
    transform: scale(1.1);
  }
  .item-list-item .text a:hover {
    opacity: 0.7;
  }
}

.item-list-item .text .name {
  line-height: 1.5;
}
.item-list-item .text .price {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 8px 0 0 0;
}
.item-list-item .text .price .rate {
  padding: 3px 5px;
  color: #fff;
  font-size: 1rem;
  background: var(--noticeColor);
}
.item-list-item .text .price .current {
  color: var(--noticeColor);
}
.item-list-item .text .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 8px 0 0 0;
}
.item-list-item .text .tags div {
  padding: 5px;
  color: var(--textColorMain);
  font-size: 1rem;
  font-weight: bold;
  border: var(--textColorMain) 1px solid;
}
.item-list-more {
  display: none;
  justify-content: center;
  margin: 4vh 0 0 0;
}
.item-list-more.show {
  display: flex;
}
.item-list-more span {
  cursor: pointer;
  display: block;
  padding: 12px;
  width: 150px;
  color: var(--reTextColorMain);
  font-size: 1.2rem;
  text-align: center;
  background: var(--textColorMain);
  border-radius: 100px;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .item-list-more span:hover {
    opacity: 0.7;
  }
}
.item-list-loading {
  display: none;
  justify-content: center;
  gap: 6px;
  padding: 60px 0;
}
.item-list-loading.show {
  display: flex;
}
.item-list-loading span {
  opacity: 0.5;
  width: 8px;
  height: 8px;
  background: var(--textColorMain);
  animation: 0.9s bounce infinite alternate;
}
.item-list-loading span:nth-child(2) {
  animation-delay: 0.3s;
}
.item-list-loading span:nth-child(3) {
  animation-delay: 0.6s;
}
@keyframes bounce {
  to {
    opacity: 0.2;
    transform: translate3d(0, -5px, 0);
  }
}

@media (max-width: 768px) {
  .item-list-wrap h2 {
    font-size: 2.8rem;
  }
  .not-shop-pablic {
    padding: 50px 0;
    text-align: center;
  }
  .item-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vh 3vw;
  }
  .item-list-item .image {
    margin: 0 0 10px 0;
  }
}

/* item
------------------------------------------*/
.item {
  display: flex;
  padding: 4vh 0 0 0;
}
.item-image {
  position: relative;
  padding: 0 2.5vw 0 0;
  width: var(--itemDetailImageWidth);
  will-change: min-height;
}
.item-detail {
  padding: 0 0 0 2.5vw;
  width: calc(100% - var(--itemDetailImageWidth));
  will-change: min-height;
  z-index: 1;
}
.item-image-inner .label_image {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 50px;
  z-index: 1;
}
.item-image-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.item-image-type3 .item-image-list {
  overflow: hidden;
  opacity: 0;
  border-radius: var(--imageBorderRadius);
  transition: all 0.3s ease;
}
.item-image-type3 .item-image-list.slick-initialized {
  opacity: 1;
}
.item-image-type2 .item-image-list {
  grid-template-columns: repeat(2, 1fr);
}
.item-image-type2 .item-image-list div:only-child {
  grid-column: 1 / 3;
}
.item-image-list a img {
  border-radius: var(--imageBorderRadius);
}
.item-image-type3 .item-image-list a img {
  border-radius: 0;
}

.item-image-thumbnail {
  opacity: 0;
  transition: all 0.3s ease;
}
.item-image-type1 .item-image-thumbnail,
.item-image-type2 .item-image-thumbnail {
  display: none;
}
.item-image-thumbnail.slick-initialized {
  opacity: 1;
}
.item-image-thumbnail .slick-track {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 3px;
  margin: 10px 0 0 0;
  width: 100% !important;
  transform: unset !important;
}
.item-image-thumbnail .slick-track:before,
.item-image-thumbnail .slick-track:after {
  display: none;
}
.item-image-thumbnail .slick-slide {
  aspect-ratio: 1 / 1;
  cursor: pointer;
  opacity: 0.7;
  display: block !important;
  float: none !important;
  width: 100% !important;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .item-image-thumbnail .slick-slide:hover {
    opacity: 1;
  }
}
.item-image-thumbnail .slick-slide.slick-current {
  opacity: 1;
}
.item-image-thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.item-detail h1 {
  margin: 0 0 1.5vh 0;
  padding: 15px 0 0 0;
  font-size: var(--headFontSize);
  line-height: 1.2;
}
.item-detail h1.font-body {
  font-family: var(--bodyFontEn), var(--bodyFontJa), sans-serif;
}
.item-detail .price {
  margin: 0 0 2vh 0;
  padding: 0 0 1.8vh 0;
  border-bottom: var(--textColorMain10) 1px solid;
}
.item-detail .price .default {
  font-size: 2rem;
}
.item-detail .price .default span {
  opacity: 0.7;
  margin: 0 0 0 3px;
  font-size: 1.2rem;
}
.item-detail .price div:first-child {
  display: flex;
  align-items: center;
  gap: 5px;
}
.item-detail .price div:last-child {
  margin: 8px 0 0 0;
}
.item-detail .price .rate {
  padding: 3px 5px;
  color: #fff;
  font-size: 1rem;
  background: var(--noticeColor);
}
.item-detail .price .normal {
  opacity: 0.7;
  font-size: 1.2rem;
  text-decoration: line-through;
}
.item-detail .price .current {
  color: var(--noticeColor);
  font-size: var(--itemDetailPriceSize);
}
.item-detail .price .current span {
  opacity: 0.7;
  margin: 0 0 0 3px;
  font-size: 1.2rem;
}
.item-detail .soldout,
.item-detail .coming-soon {
  color: var(--noticeColor);
}
#itemAttention {
  margin: 2vh 0;
  font-size: 1.1rem;
}
#itemAttention p {
  line-height: 2;
}
#itemAttention .communityLabel,
#itemAttention .salesPeriod--term,
#itemAttention .preOrder,
#itemAttention .lottery,
#itemAttention .takeout {
  margin: 0 0 2vh 0;
  padding: 18px 20px 15px 20px;
  color: var(--textColorMain);
  font-weight: bold;
  background: var(--textColorMain10);
  border-radius: var(--inputBorderRadius);
}
#itemAttention .communityLabel__title,
#itemAttention .lottery__label,
#itemAttention .takeout__label {
  margin: 0 0 8px 0;
  font-size: 1.6rem !important;
  line-height: 1.3 !important;
}
#itemAttention .communityLabel .communityLabel__note {
  margin: 0;
  font-size: 1.1rem !important;
}
.item-detail .item-description {
  font-size: 1.3rem;
}
.item-detail #purchase_form {
  margin: 2vh 0 2.5vh 0;
}
.purchaseElement,
.itemOptionElement {
  margin: 0 0 2vh 0;
}
.purchaseElement label,
.itemOptionElement label {
  display: block;
  margin: 0 0 8px 0;
  font-weight: bold;
}
.itemOption__caption {
  margin: 3px 0 8px 0;
  font-size: 1rem;
}
.itemOption__caption--error {
  display: block;
  margin: 5px 0 0 0;
  color: #d00;
  font-size: 1.2rem;
}
.itemOption__count {
  margin: 3px 0 0 0;
  font-size: 1rem;
  text-align: right;
}
.ageVerificationWarning {
  opacity: 0.7;
  margin: 2vh 0 !important;
  color: var(--textColorMain) !important;
  font-size: var(--itemDetailPriceSizeAge) !important;
  line-height: 1.3 !important;
}
.easyOverseasSales {
  display: block;
  margin: 3rem 0 0 0;
  padding: 0;

  span.easyOverseasSales__label {
    display: block;
    color: var(--textColorMain);
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
  }

  .easyOverseasSalesArea {
    margin: 2rem 0 0 0;
    text-align: center;

    a.easyOverseasSalesArea__link {
      color: inherit;
      font-size: 1.3rem;
    }
  }
}
.purchaseButton button,
.purchaseButton a:not(.easyOverseasSalesArea__link) {
  display: block;
  margin: 2vh 0 0 0;
  padding: 20px;
  width: 100%;
  color: var(--reTextColorMain);
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  background: var(--textColorMain);
  border-radius: var(--inputBorderRadius);
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .purchaseButton button:hover,
  .purchaseButton a:hover {
    opacity: 0.7;
  }
}
.purchaseButton .purchaseButton button:disabled,
.purchaseButton .purchaseButton__btn--soldOut,
.purchaseButton .purchaseButton__btn--noItem,
.purchaseButton .purchaseButton__btn--disabled,
.purchaseButton .purchaseButton__btn--endOfSale {
  opacity: 0.5;
}
@media (hover: hover) {
  .purchaseButton .purchaseButton button:disabled:hover,
  .purchaseButton .purchaseButton__btn--soldOut:hover,
  .purchaseButton .purchaseButton__btn--noItem:hover,
  .purchaseButton .purchaseButton__btn--disabled:hover,
  .purchaseButton .purchaseButton__btn--endOfSale:hover {
    opacity: 0.5;
  }
}
#communityPurchase .communitySignin {
  margin: 4vh 0 !important;
  padding: 20px !important;
  background: var(--textColorMain10);
  border: none !important;
  border-radius: var(--inputBorderRadius) !important;
}
#communityPurchase .communitySignin p {
  margin: 0 !important;
  font-size: 1.3rem !important;
}
.item-sns-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 2vh 0;
}
.item-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 1.2rem;
}
.item-sns .title {
  margin: 0 18px 0 0;
}
.item-sns div a {
  display: flex;
  align-items: center;
}
.item-sns div a img {
  margin: 0 7px 0 0;
  width: 15px;
}
.item-sns div.twitter a img {
  padding: 2px;
  background: #fff;
  border-radius: 4px;
}
@media (hover: hover) {
  .item-sns div a:hover {
    opacity: 0.7;
  }
}
#reportBtn {
  font-size: 1.1rem;
}
#appsItemDetailCustom {
  overflow: hidden;
  margin: 3vh 0 0 0;
}
.item-image-inner #appsItemDetailCustom {
  margin: 5vh 0 0 0;
}
#appsItemDetailCustomTag > p:not(:last-child),
#appsItemDetailCustomTag > div:not(:last-child),
#appsItemDetailCustomTag > img:not(:last-child) {
  margin: 0 0 3vh 0;
}
#appsItemDetailCustomTag p.appsItemDetailCustomTag_heading {
  margin: 0 0 1.5vh 0;
  font-size: 1.6rem;
  font-weight: bold;
}
.item-image-inner #appsItemDetailCustomTag p.appsItemDetailCustomTag_heading {
  font-size: 2.2rem;
}
.appsItemDetailCustomTag_description {
  font-size: 1.3rem;
}
.appsItemDetailCustomTag_image {
  width: 100%;
}
#appsItemDetailCustomTag iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}
.baseCarouselItems .slick-slide {
  position: relative;
}
.baseCarouselItems .slick-slide img {
  width: 100%;
}
.baseCarouselItems .slick-slide .baseCarouselCaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  color: #fff;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.baseCarouselItems .slick-slide .baseCarouselCaption:empty {
  background: none;
}
.baseCarouselItems {
  opacity: 0;
  transition: all 0.3s ease;
}
.baseCarouselItems.slick-initialized {
  opacity: 1;
}
.baseCarouselCaption {
  opacity: 0.7;
  margin: 5px 0 0 0 !important;
  font-size: 1.2rem;
  text-align: center;
}
.baseCarouselItems .slick-prev,
.baseCarouselItems .slick-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  color: var(--reTextColorMain);
  font-size: 0;
  text-align: center;
  background: var(--textColorMain20);
  transform: translateY(-50%);
  z-index: 1;
}
.baseCarouselItems .slick-next {
  left: auto;
  right: 0;
}
.baseCarouselItems .slick-prev:before,
.baseCarouselItems .slick-next:before {
  content: '';
  margin: 0 -2px 0 0;
  width: 8px;
  height: 8px;
  border-top: #fff 2px solid;
  border-left: #fff 2px solid;
  transform: rotate(-45deg);
}
.baseCarouselItems .slick-next:before {
  margin: 0 0 0 -2px;
  transform: rotate(135deg);
}
@media (hover: hover) {
  .baseCarouselItems .slick-prev:hover,
  .baseCarouselItems .slick-next:hover {
    opacity: 0.7;
  }
}

.related-items {
  margin: 7vh 0 0 0;
}
.related-items h2 {
  font-size: var(--headFontSize);
  text-align: center;
  text-indent: 0.08em;
}
.related-items-hero {
  margin: 3px 0 3vh 0;
  font-size: 1.3rem;
  text-align: center;
  text-indent: 0.08em;
}
.related-items ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4vh 20px;
}
.related-items ul li {
  text-align: center;
}
.related-items ul li .image {
  margin: 0 0 20px 0;
}
.related-items ul li .image a {
  overflow: hidden;
  display: block;
  border-radius: var(--imageBorderRadius);
}
.related-items ul li .image a img {
  aspect-ratio: var(--itemListItemAspect);
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .related-items ul li .image a:hover img {
    transform: scale(1.1);
  }
}
.related-items ul li .name {
  line-height: 1.5;
}
.related-items ul li .price {
  margin: 8px 0 0 0;
}
.review01__title {
  margin: 7vh 0 0 0;
  padding: 0 0 10px 0 !important;
}

@media (max-width: 768px) {
  .item {
    display: block;
  }
  .item-image {
    margin: 0 0 5vh 0;
    padding: 0;
    width: 100%;
  }
  .item-image-list {
    gap: 3vw;
  }
  .item-image-type3 .item-image-list {
    margin: 0 -5vw;
    padding: 0 0 30px 0;
    border-radius: 0;
  }
  .item-image-type2 .item-image-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .item-image-type3 .item-image-list a {
    display: block;
    padding: 0 10px;
  }
  .item-image-type3 .item-image-list a img {
    border-radius: var(--imageBorderRadius);
  }
  .item-image-list .slick-dots {
    display: flex;
    gap: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .item-image-list .slick-dots li button {
    opacity: 0.1;
    width: 4px;
    height: 4px;
    font-size: 0;
    background: var(--textColorMain);
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  .item-image-list .slick-dots li.slick-active button {
    opacity: 0.5;
  }
  .item-image-thumbnail {
    display: none;
  }
  .item-detail {
    padding: 0;
    width: 100%;
  }
  .item-detail h1 {
    padding: 0;
    font-size: 2.8rem;
  }
  .item-sns-wrap {
    margin: 0 0 3vh 0;
  }
  .related-items h2 {
    font-size: 2.8rem;
  }
  .related-items ul {
    gap: 10px;
  }
  .related-items.history ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .related-items ul li .image {
    margin: 0 0 10px 0;
  }
}

/* common
------------------------------------------*/
.breadcrumb {
  display: flex;
  padding: 15px 0 5px 0;
}
.breadcrumb li {
  opacity: 0.7;
  font-size: 1rem;
}
.breadcrumb li:not(:last-child):after {
  content: '/';
  margin: 0 8px;
}
.page-image {
  height: 500px;
}
.page-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-title {
  padding: 7vh 5vw;
  font-size: calc(var(--headFontSize) + 0.5rem);
  text-align: center;
}
.page-title-category ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 20px;
  margin: -6.5vh 0 7vh 0;
}
.page-title-category ul li a {
  display: block;
  position: relative;
  padding: 8px 0;
  font-size: 1.2rem;
}
.page-title-category ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: var(--textColorMain);
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .page-title-category ul li a:hover:after {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-title {
    font-size: 3rem;
  }
}

/* blog
------------------------------------------*/
.blogListMain {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4vh 20px;
  margin: 4vh 0 0 0;
}
.blogListMain .blog_inner {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  border: none !important;
}
.blogListMain .blog_inner .blog_head_image {
  order: 1;
  overflow: hidden;
  margin: 0 0 20px 0;
  border-radius: var(--imageBorderRadius);
}
.blogListMain .blog_inner .blog_head_image a img {
  aspect-ratio: var(--newblogImageAspect);
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .blogListMain .blog_inner .blog_head_image a:hover img {
    transform: scale(1.1);
  }
}
.blogListMain .blog_inner .blog_title {
  order: 2;
}
.blogListMain .blog_inner .blog_publish {
  order: 3;
  opacity: 0.7;
  margin: 3px 0 0 0 !important;
  font-size: 1.2rem;
}
.blogListMain .blog_inner .blog_publish .publish_date {
  line-height: 1.3;
}
.blogListMain .blog_inner .blog_contents {
  display: none;
}

.blogDetail {
  margin: 0 auto;
  max-width: 800px;
}
.blogDetail .blog_inner {
  padding: 0 !important;
  border: none !important;
}
.blogDetail .blog_title h2 {
  margin: 0 !important;
  padding: 7vh 0 1vh 0;
  font-size: var(--headFontSize);
  line-height: 1.3 !important;
}
.blogDetail .blog_publish {
  opacity: 0.7;
  margin: 0 0 3vh 0 !important;
  font-size: 1.2rem !important;
}
.blogDetail .blog_publish .publish_date {
  margin: 0 !important;
  line-height: 1.3;
}
#about .publish_date {
  font-size: inherit !important;
}
.social {
  margin: 7vh 0 0 0 !important;
}
.social a img {
  width: auto;
  height: 26px;
}
.social .tw a img {
  padding: 2px;
  background: #fff;
  border-radius: 4px;
}
.blog_body > p,
.blog_body > div {
  margin: 20px 0;
}
.blog_body h3 {
  margin: 40px 0 20px 0;
}
.blog_body .youtube,
.blog_body .vimeo {
  width: 100%;
  height: 400px;
}
.blog_body img {
  border-radius: var(--imageBorderRadius) !important;
}

.paginate-wrp {
  grid-column: 1 / 5;
  margin: 7vh 0 0 0 !important;
}
.paginate-wrp .paginate {
  justify-content: center;
  gap: 5px;
}
.paginate-wrp .paginate li,
.paginate-wrp .paginate li.current {
  margin: 0 !important;
  font-weight: bold;
  background: none;
  border: none;
}
.paginate-wrp .paginate li a,
.paginate-wrp .paginate li a:hover,
.paginate-wrp .paginate li.current a,
.paginate-wrp .paginate li.current a:hover {
  display: block;
  padding: 10px 13px;
  color: var(--textColorMain);
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
  background: none;
  border: var(--textColorMain) 1px solid;
  border-radius: 3px;
}
.paginate-wrp .paginate li.current a,
.paginate-wrp .paginate li.current a:hover {
  color: var(--reTextColorMain);
  background: var(--textColorMain);
}
@media (hover: hover) {
  .paginate-wrp .paginate li a:hover {
    opacity: 0.7;
  }
}
.paginate-wrp .paginate li.prev a,
.paginate-wrp .paginate li.next a {
  font-size: 0;
}
.paginate-wrp .paginate li.prev a:after {
  content: '<';
  margin: 0 0 0 -4px;
  font-size: 1.2rem;
}
.paginate-wrp .paginate li.next a:after {
  content: '>';
  margin: 0 0 0 -4px;
  font-size: 1.2rem;
}

@media (max-width: 1000px) {
  .blogListMain {
    grid-template-columns: repeat(3, 1fr);
  }
  .paginate-wrp {
    grid-column: 1 / 4;
  }
}

@media (max-width: 768px) {
  .blogListMain {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vh 3vw;
  }
  #about.blogDetail .blog_title h2 {
    font-size: 2.8rem;
  }
  .paginate-wrp {
    grid-column: 1 / 3;
  }
  .blog_body .youtube,
  .blog_body .vimeo {
    height: 240px;
  }
}

/* privacy, law, contact
------------------------------------------*/
#privacy,
#law,
.contact {
  margin: 0 auto;
  max-width: 800px;
}
#privacy h2,
#law h2 {
  padding: 7vh 0;
  font-size: 3.4rem;
  text-align: center;
}
#law h3 {
  margin: 5vh 0 2vh 0;
  font-size: 1.8rem;
  font-weight: bold;
}
#law h3:nth-child(2) {
  margin: 0 0 2vh 0;
}
#privacy a,
#law a {
  font-weight: normal;
  text-decoration: underline;
}
#privacy p.privacy_intro {
  margin: 0 0 5vh 0;
}
#privacy dl dt,
#law dl dt {
  margin: 0 0 2vh 0;
  font-size: 1.8rem;
}
#privacy dl dd,
#law dl dd {
  margin: 0 0 5vh 0;
  line-height: 1.8;
}

.contact h1 {
  display: none;
}
.contact h2.page-title {
  padding: 7vh 0 1vh 0;
}
.contact p {
  margin: 0 0 7vh 0;
  text-align: center;
}
.contact dl dt {
  display: flex;
  align-items: center;
  margin: 5vh 0 2vh 0;
  font-size: 1.6rem;
}
.contact dl dt:first-child {
  margin: 0 0 2vh 0;
}
.contact dl dt span {
  font-size: 0;
}
.contact dl dt span:after {
  content: '必須';
  margin: 0 0 0 3px;
  padding: 3px 5px;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  background: var(--noticeColor);
}
.contact dl dd.error {
  margin: 5px 0 0 0;
  color: #d00;
  font-size: 1.2rem;
}
.contact dl dd input {
  padding: 12px !important;
}
.contact dl dd textarea {
  padding: 12px !important;
  height: 300px;
}
.contact input[type="submit"] {
  cursor: pointer;
  display: block;
  margin: 7vh auto 0 auto;
  padding: 12px;
  width: 150px;
  color: var(--reTextColorMain);
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: inherit !important;
  background: var(--textColorMain);
  border-radius: 100px;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .contact input[type="submit"]:hover {
    opacity: 0.7;
  }
}
#inquiryCompleteSection {
  text-align: center;
}
#inquiryCompleteSection a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  #privacy h2,
  #law h2,
  .inquirySection h1 {
    font-size: 2.5rem;
  }
}

/* about
------------------------------------------*/
.about-image {
  height: 500px;
}
.about-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.about-content {
  margin: 0 auto;
  padding: 0 5vw 7vh 5vw;
  max-width: calc(1600px + 10vw);
}
.about-content p a {
  text-decoration: underline;
}
.about-message {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 5vw 8vh 5vw;
  max-width: calc(1600px + 10vw);
}
.about-message02 {
  flex-direction: row-reverse;
}
.about-message-image {
  overflow: hidden;
  width: 50%;
  border-radius: var(--imageBorderRadius);
}
.about-message-image img {
  width: 100%;
}
.about-message-main {
  padding: 0 7vh;
  width: 50%;
}
.about-message-title {
  margin: 0 0 2vh 0;
  font-size: 2.4rem;
}
.about-message-text {
  line-height: 1.8;
  white-space: pre-line;
}
.about-other {
  display: flex;
}
.about-other-title {
  position: relative;
  padding: 0 40px 0 0;
  width: 270px;
  font-size: 2.4rem;
  white-space: normal;
}
.about-other-title:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: var(--textColorMain);
}
.about-other-text {
  padding: 0 0 0 40px;
  width: calc(100% - 270px);
}
.about-other-text p {
  line-height: 1.8;
  white-space: pre-line;
}
.about-other-text p.shop-info {
  white-space: normal;
}
.about-googlemap {
  margin: 3vh 0 0 0;
}
.about-googlemap iframe {
  margin: 0 0 0 auto;
  width: 100% !important;
  height: 500px;
}
.about-sns {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  margin: 4vh 0 0 0;
}

@media (max-width: 1000px) {
  .about-other {
    display: block;
  }
  .about-other-title {
    margin: 0 0 3vh 0;
    padding: 0;
    width: 100%;
    border-bottom: var(--textColorMain) 1px solid;
  }
  .about-other-title:after {
    display: none;
  }
  .about-other-text {
    padding: 0;
    width: 100%;
  }
  .about-sns {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .about-image {
    height: 200px;
  }
  .about-message {
    display: block;
  }
  .about-message-image {
    margin: 0 0 4vh 0;
    width: 100%;
  }
  .about-message-image img {
    margin: 0 auto;
  }
  .about-message-main {
    padding: 0;
    width: 100%;
  }
  .about-message-title {
    font-size: 2rem;
  }
  .about-googlemap iframe {
    height: 250px !important;
  }
  .about-other-title {
    font-size: 2rem;
  }
}

/* membership
------------------------------------------*/
#membership {
  --checked-color: var(--textColorMain) !important;
  padding: 0 !important;
}
.membership .guide .img-wrapper {
  margin: 0 calc(50% - var(--vw) * 50) !important;
  width: calc(var(--vw) * 100) !important;
  height: 500px !important;
}
.membership .guide .img-wrapper .img {
  height: 100% !important;
}
.membership .content {
  padding: 0;
  max-width: 100%;
}
.membership .guide .content .heading,
.membership .login .heading {
  margin: 0 !important;
  padding: 7vh 5vw;
  font-size: calc(var(--headFontSize) + 0.5rem) !important;
  font-weight: var(--headFontWeight) !important;
  text-align: center;
  line-height: 1.3 !important;
}
.membership .guide .content .description {
  margin: 0 !important;
}
.membership .guide .content .description > p {
  font-size: 1.4rem !important;
  font-weight: normal !important;
  line-height: 1.8 !important;
  text-align: center;
}
.membership .guide .register {
  margin: 7vh 0 0 0 !important;
  padding: 5vw !important;
  background: var(--textColorMain10) !important;
}
.membership .guide .register .description-link,
.membership .guide .register .login-link,
.membership .login .register-link {
  color: var(--textColorMain) !important;
}
.membership .guide .register .mail-magazine .mail-magazine-wrapper .label {
  color: var(--textColorMain) !important;
}
.membership .guide .register .link,
.membership .login .link {
  color: var(--reTextColorMain) !important;
  background: var(--textColorMain) !important;
}

.membership .flash-message {
  margin: 0 0 30px 0 !important;
}
.membership .mypage .img-wrapper {
  margin: 0 0 40px 0 !important;
}
.membership .mypage .logout {
  color: var(--textColorMain) !important;
  background: none !important;
}
.membership .mypage .card {
  background: var(--textColorMain10) !important;
  border: var(--textColorMain20) 1px solid !important;
}
.membership .mypage .content .bar {
  background: var(--textColorMain20) !important;
}
.membership .mypage .content .customer-info-wrapper .edit-wrapper .edit,
.membership .draft .logout,
.membership .draft .content .point-info-login-link {
  color: inherit !important;
}
.membership .mypage .content .definition-description {
  gap: 20px !important;
  padding: 0 !important;
  background: none !important;
}
.membership .mypage .content .definition-description .mail-address {
  background: var(--textColorMain10) !important;
}
.membership .mypage .content .definition-description .edit {
  color: var(--textColorMain) !important;
  background: none !important;
  border: var(--textColorMain) 2px solid !important;
}
.membership .mypage .content .definition-description .point-expiry-date,
.membership .mypage .content .definition-description .point-history .link,
.membership .mypage .content .about-wrapper .about,
.membership .point-history .content .point-history-summary .point-name,
.membership .point-history .content .point-history-summary .description {
  color: var(--textColorMain) !important;
}
.membership .mypage .leave-wrapper .leave {
  color: var(--textColorMain) !important;
  background: none !important;
}
.membership .mypage .leave-modal-wrapper .leave-overlay {
  z-index: 9999 !important;
}
.membership .mypage .leave-modal-wrapper .leave-modal {
  z-index: 10000 !important;
}
.membership .point-history .content .point-history-summary {
  padding: 4vh 0 0 0 !important;
}

@media (max-width: 768px) {
  .membership .guide .img-wrapper {
    height: 200px !important;
  }
  .membership .guide .img-wrapper .img {
    object-fit: cover !important;
  }
  .membership .mypage .img-wrapper .img {
    max-height: 100% !important;
  }
  .membership .mypage .card {
    max-width: 100% !important;
  }
  .membership .guide .content .heading,
  .membership .login .heading {
    font-size: 3rem !important;
  }
}

/* community
------------------------------------------*/
.communityMain {
  padding: 0 !important;
  width: 100% !important;
}
.communityMain h1.communityTitle {
  padding: 7vh 0 5vh 0;
  font-size: var(--headFontSize);
}
.communityMain .communityContent {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.communityMain .communityNav {
  margin: 0 0 0 5vw !important;
  padding: 4vh;
  width: calc(380px + 4vh) !important;
  border: var(--textColorMain10) 1px solid;
  border-radius: var(--imageBorderRadius);
}
.communityMain .communityTerm a {
  color: var(--textColorMain) !important;
}
.communityMain .communityOverview {
  width: calc(100% - 420px) !important;
  line-height: 1.8 !important;
}
.communityMain .communityOverview.width100 {
  width: 100% !important;
}
.communityMain .communitySignin {
  padding: 16px 0 0 0 !important;
  border: none !important;
  border-top: var(--textColorMain10) 1px solid !important;
}
.communityMain #limitedItem,
.communityMain #limitedUrl {
  width: 100% !important;
}
.communityMain .communityItemHeader,
.communityMain .communityUrlHeader {
  position: relative !important;
  margin: 7vh 0 4vh 0 !important;
  padding: 0 0 15px 0 !important;
  color: var(--textColorMain) !important;
  font-size: var(--headFontSize) !important;
  font-weight: bold !important;
  font-family: var(--headFontEn), var(--headFontJa), sans-serif !important;
  text-align: center !important;
}
.communityMain .communityItemHeader:after,
.communityMain .communityUrlHeader:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 2px;
  background: var(--textColorMain);
  transform: translateX(-50%);
}
.communityMain .communityItems {
  display: grid !important;
  grid-template-columns: repeat(var(--itemListItemNum), 1fr);
  gap: 20px;
}
.communityMain .communityItems .communityItem {
  margin: 0 !important;
}
.communityMain .communityItems .communityItem .communityImageContainer {
  overflow: hidden;
  display: block !important;
  margin: 0 0 20px 0;
  width: 100% !important;
  height: auto !important;
  border-radius: var(--imageBorderRadius);
}
.communityMain .communityItems .communityItem a .communityImageContainer img {
  aspect-ratio: var(--itemListItemAspect);
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .communityMain .communityItems .communityItem a:hover .communityImageContainer img {
    transform: scale(1.1);
  }
}
.communityMain .communityItems .communityItem .communityLabelImage {
  top: -8px !important;
  left: -8px !important;
  width: 50px !important;
  height: auto !important;
}
.communityMain .communityItems .communityItem .communityItemTitle {
  margin: 0 !important;
  width: auto !important;
  max-height: auto !important;
  text-align: center;
}
.communityMain .communityItems .communityItem .communityItemPrice {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 5px !important;
  margin: 8px 0 0 0 !important;
  font-size: 1.4rem !important;
}
.communityMain .communityItems .communityItem .communityItemPrice.discount {
  color: var(--noticeColor) !important;
}
.communityMain .communityItems .communityItem .communityItemPrice.discount .discount {
  margin: 0 !important;
  padding: 3px 5px !important;
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: normal !important;
  background: var(--noticeColor) !important;
  border: none !important;
  border-radius: 0 !important;
}
.communityMain .communityItems .communityItem .communityItemMeta {
  text-align: center;
}
.communityMain .communityItems .communityItem .communityItemMetaSub {
  margin: 0 !important;
  text-align: center !important;
}
.communityMain .communityItems .communityItem .communityItemLabel,
.communityMain .communityItems .communityItem .communityItemLabelBlock {
  display: inline-block !important;
  margin: 8px auto 0 auto !important;
  padding: 8px !important;
  color: var(--reTextColorMain) !important;
  font-size: 1.1rem !important;
  font-weight: normal !important;
  text-align: center !important;
  background: var(--textColorMain) !important;
  border: var(--textColorMain) 1px solid !important;
  border-radius: 0 !important;
}
.communityMain #productsLimitedUrl {
  gap: 20px;
}
.communityMain #productsLimitedUrl .urlBox {
  margin: 0 !important;
  width: calc((100% / 3) - (80px / 3)) !important;
  border: none !important;
  background: var(--textColorMain10) !important;
  border-radius: var(--imageBorderRadius) !important;
}
.communityMain .communityModalTextNotice {
  margin: 7vh 0 0 0 !important;
  text-align: center !important;
}
.communityMain .communityModalTextNotice a {
  text-decoration: underline;
}
.communityMain .openLeaveModal {
  margin: 5vh 0 0 0 !important;
  color: var(--textColorMain) !important;
}
.flashMessage {
  margin: 20px 0 0 0;
}

@media (max-width: 768px) {
  .communityMain .communityContent {
    display: block !important;
  }
  .communityMain h1.communityTitle {
    font-size: 3rem !important;
  }
  .communityMain .communityNav {
    margin: 5vh 0 0 0 !important;

    width: 100% !important;
  }
  .communityMain .communityItemHeader,
  .communityMain .communityUrlHeader {
    font-size: 2.8rem !important;
  }
  .communityMain .communityOverview {
    width: 100% !important;
  }
  .communityMain .communityItems {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vh 3vw;
  }
  .communityMain #productsLimitedUrl {
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw;
  }
  .communityMain #productsLimitedUrl .urlBox {
    width: 100% !important;
  }
}
