@charset "UTF-8";

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  font-size: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

/* Add the correct display in iOS 4-7.*/

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/

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

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */

mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */

select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */

/* Specify the progress cursor of updating elements */

[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */

[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */

/* Specify text selection background color and omit drop shadow */

::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}

/**
 *
 * base
 *
 */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-size: 1.4rem;
  /* font-family: $typesquareR, "a-otf-ud-shin-go-pr6n", $font-sans-serif; */
  font-family: "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, sans-serif;
  line-height: 1.75;
  color: #333333;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button,
input,
select,
textarea {
  outline: none;
  border: none;
}

button {
  padding: 0;
  background: none;
}

*:focus {
  outline: none;
}

a {
  color: #c2000f;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

a:hover {
  text-decoration: none;
}

.hide-text {
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

@font-face {
  font-family: "icon-takashimayaSnap";
  src: url("../fonts/icon-takashimayaSnap.ttf?sd4sgc") format("truetype"), url("../fonts/icon-takashimayaSnap.woff?sd4sgc") format("woff"), url("../fonts/icon-takashimayaSnap.svg?sd4sgc#icon-takashimayaSnap") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon-takashimayaSnap" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "";
}

.icon-cosme:before {
  content: "";
}

.icon-ladies:before {
  content: "";
}

.icon-mens:before {
  content: "";
}

.icon-baby:before {
  content: "";
}

.icon-lifestyle:before {
  content: "";
}

.icon-food:before {
  content: "";
}

.icon-sports:before {
  content: "";
}

.icon-others:before {
  content: "";
}

.icon-gofuku:before {
  content: "";
}

.icon-jewelry:before {
  content: "";
}

.icon-event:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-external2:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-runway_logo:before {
  content: "";
}

.icon-runway_logo_with_on:before {
  content: "";
}

.icon-tag:before {
  content: "";
}

.icon-shop:before {
  content: "";
}

.icon-world:before {
  content: "";
}

.icon-dropdown:before {
  content: "";
}

.icon-dropup:before {
  content: "";
}

.icon-line:before {
  content: "";
}

.icon-arrow-left-double:before {
  content: "";
}

.icon-arrow-right-double:before {
  content: "";
}

.icon-google-plus:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-facebook2:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-bag:before {
  content: "";
}

.icon-camera:before {
  content: "";
}

.icon-search2:before {
  content: "";
}

.icon-art:before {
  content: "";
}

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

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

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

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/**
 *
 * utility
 *
 */

.u-m0 {
  margin: 0px !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mh0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.u-mv0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.u-m10 {
  margin: 10px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mh10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.u-mv10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.u-m20 {
  margin: 20px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mh20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.u-mv20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.u-m30 {
  margin: 30px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mh30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.u-mv30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u-m40 {
  margin: 40px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mh40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.u-mv40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u-m50 {
  margin: 50px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mh50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.u-mv50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.u-m60 {
  margin: 60px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mh60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.u-mv60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.u-m70 {
  margin: 70px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mh70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.u-mv70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.u-m80 {
  margin: 80px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mh80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.u-mv80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.u-m90 {
  margin: 90px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mh90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.u-mv90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.u-m100 {
  margin: 100px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mh100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.u-mv100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.u-p0 {
  padding: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-ph0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.u-pv0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.u-p10 {
  padding: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-ph10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.u-pv10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.u-p20 {
  padding: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-ph20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.u-pv20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.u-p30 {
  padding: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-ph30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.u-pv30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.u-p40 {
  padding: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-ph40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.u-pv40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.u-p50 {
  padding: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-ph50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.u-pv50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.u-p60 {
  padding: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-ph60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.u-pv60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.u-p70 {
  padding: 70px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-ph70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.u-pv70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.u-p80 {
  padding: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-ph80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.u-pv80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.u-p90 {
  padding: 90px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-ph90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.u-pv90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.u-p100 {
  padding: 100px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-ph100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.u-pv100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.u-left {
  text-align: left !important;
}

.u-right {
  text-align: right !important;
}

.u-center {
  text-align: center !important;
}

.u-hide {
  display: none;
}

.u-res__layout--pc {
  display: none;
}

.u-res__layout--sp {
  display: block !important;
}

.u-res__text--pc {
  display: none;
}

.u-res__text--sp {
  display: inline-block;
}

.pageHeader__inner {
  width: 100%;
  padding: 1px 0;
}

.pageHeader__logo {
  padding: 28px 0 20px;
  text-align: center;
  line-height: 1;
}

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

.pageHeader__logo .logo img {
  height: 20px;
  vertical-align: top;
  max-width: 240px;
  pointer-events: none;
}

.pageHeader__logo .logo .store_name {
  display: block;
  padding: 0;
  text-align: center;
}

.pageHeader__logo .logo .store_name img {
  line-height: 1;
  vertical-align: top;
  height: 13px;
}

.pageHeader__text {
  font-size: 3.73vw;
  text-align: center;
  line-height: 1.5;
  width: 74%;
  margin: 3vw auto 5vw;
}

.pageHeader__nav {
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid #dcdcdc;
}

.pageHeader__nav > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.pageHeader__nav > ul li {
  margin: 0;
  padding: 0;
}

.pageHeader__nav .link {
  display: block;
  padding: 0 1vw;
  text-align: center;
  color: #707070;
}

.pageHeader__nav .link i {
  font-size: 2.8rem;
}

.pageHeader__nav .link .category {
  padding: 0.2em 0 0;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
}

.pageHeader__search {
  border-radius: 3rem;
  background: #f0f0f0;
  padding: 0 2rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
}

.pageHeader__search__wrapper {
  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: 35px auto;
}

.pageHeader__search__input {
  width: 22rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
}

.pageHeader__search__input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
}

.pageHeader__search__submit {
  line-height: 1;
  padding: 1rem 1.2rem;
  font-size: 2rem;
  color: #bebebe;
}

.main__top {
  padding-top: 6.26%;
  background: #fff linear-gradient(to bottom, #e5e5e5 0, #fff 489px) no-repeat top center;
  background-size: 100% auto;
}

.outline {
  overflow: hidden;
}

.container {
  width: 100%;
}

.pageFooter__inner {
  width: 100%;
}

.pageFooter__nav {
  padding: 30px 0;
}

.pageFooter__nav > ul {
  list-style: none;
  text-align: center;
}

.pageFooter__nav > ul li + li {
  margin: 25px 0 0;
}

.pageFooter__nav > ul li a {
  color: #333333;
}

.pageFooter__logo {
  padding: 30px 0 20px;
  text-align: center;
  line-height: 1;
}

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

.pageFooter__logo .logo img {
  vertical-align: top;
  max-width: 260px;
}

.pageFooter__copy {
  padding: 0 0 30px;
  text-align: center;
}

.pageFooter__copy small {
  font-size: 1.1rem;
}

.error {
  padding: 0 0 20px;
  border-top: 1px solid #dcdcdc;
}

.error__header {
  padding: 5px 6px;
  text-align: center;
}

.error__title {
  padding: 1rem 0.5rem;
  font-size: 1.6rem;
}

.error__body {
  padding: 0 5%;
}

.error__body p {
  font-size: 1.4rem;
}

.caution {
  display: block;
  margin: 0 auto;
  width: 90%;
  margin: 5% auto 2.5%;
  padding: 1.5em;
  border: 1px solid;
  color: #c2000f;
  font-size: 3.73vw;
  text-align: left;
}

.caution__title {
  display: block;
  width: 100%;
  margin-bottom: 0.6em;
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.1;
}

.home {
  padding: 0 0 20px;
}

.home__block {
  padding: 0 0 18px;
}

.home__block__header {
  margin: 0 0 6px;
}

.home__block__title a {
  display: block;
  padding: 1.4rem 0.5rem;
  font-size: 1.6rem;
  font-weight: normal;
  color: #333333;
  background: #eee;
  position: relative;
}

.home__block__title a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 2rem;
  top: 42%;
  border-style: solid;
  border-width: 2px;
  border-color: #959595;
  border-left: none !important;
  border-top: none !important;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.home__block__title i {
  margin-right: 0.3em;
  font-size: 1.8rem;
  color: #c80202;
}

.home__block__body {
  padding: 0 3px;
}

.snapListHome {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: -3px 0;
}

.snapListHome__item {
  position: relative;
  margin: 3px;
  width: calc(33.33333% - 6px);
}

.snapListHome__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.snapListHome__item a {
  display: block;
  width: 100%;
  padding-top: 100%;
  background: rgba(255, 255, 255, 0) no-repeat 50% 50%;
  background-size: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.snapListHome__item.galleries:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/icon_external.svg) 50% 50% no-repeat;
  background-size: contain;
}

.snapListHome__moreView {
  width: calc(100% / 3 - 6px);
  margin: 3px;
  border: 1px solid #dcdcdc;
}

.snapListHome__moreView a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  cursor: pointer;
  color: #333333;
  background: url(../images/icon_plus.png) 50% 40% no-repeat;
  background-size: 46%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.snapListHome__moreView a:after {
  content: "もっと表示する";
  position: absolute;
  bottom: 8%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
}

.lazyload {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.list {
  padding: 0 0 20px;
  border-top: 1px solid #dcdcdc;
}

.list__header {
  padding: 5px 6px;
}

.list__title {
  padding: 1rem 0.5rem;
  font-size: 1.6rem;
  font-weight: normal;
  color: #c80202;
}

.list__title i {
  margin-right: 0.3em;
  font-size: 1.8rem;
}

.list__body {
  padding: 0 3px;
}

.snapList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: -3px 0;
}

.snapList__item {
  position: relative;
  margin: 3px;
  width: calc(33.33333% - 6px);
}

.snapList__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.snapList__item a {
  display: block;
  width: 100%;
  padding-top: 100%;
  background: rgba(255, 255, 255, 0) no-repeat 50% 50%;
  background-size: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.snapList__item.galleries:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/icon_external.svg) 50% 50% no-repeat;
  background-size: contain;
}

.snapList__moreView {
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: calc(100% / 3 - 6px);
  border: 1px solid #dcdcdc;
}

.snapList__moreView span {
  display: block;
  width: 100%;
  padding-top: 100%;
  cursor: pointer;
  background: url(../images/icon_plus.png) 50% 40% no-repeat;
  background-size: 46%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.snapList__moreView span:after {
  content: "もっと表示する";
  position: absolute;
  bottom: 8%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
}

.lazyload {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.snap__photo {
  width: 100%;
}

.snap__content__header {
  position: relative;
  padding: 1rem 1.5rem;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.snap__content__header .shop-name {
  position: relative;
  margin-top: 0.3rem;
}

.snap__content__header .shop-name:before {
  font-family: "icon-takashimayaSnap";
  font-size: 2.2rem;
  margin-right: 0.2em;
  vertical-align: middle;
}

.snap__content__header .shop-name-inner {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.85;
  color: #c2000f;
}

.snap__content__header .categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -0.5em;
  margin-left: -0.7em;
  overflow-x: hidden;
}

.snap__content__header .category {
  position: relative;
  padding-right: 0.7em;
  margin-top: 0.5em;
  margin-left: 0.7em;
  font-size: 1.4rem;
  line-height: 1.25;
}

.snap__content__header .category:before {
  content: "";
  font-family: "icon-takashimayaSnap";
  font-size: 1.7rem;
  line-height: 1;
  color: #c2000f;
  margin-right: 0.15em;
  vertical-align: bottom;
}

.snap__content__header .category:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-0.7em - 1px);
  display: block;
  width: 1px;
  height: 100%;
  background: #ccc;
}

.snap__content__header .category.-cosmetic:before {
  content: "";
  margin-right: 0;
}

.snap__content__header .category.-ladies:before {
  content: "";
  margin-right: 0.2em;
}

.snap__content__header .category.-mens:before {
  content: "";
  margin-right: 0;
}

.snap__content__header .category.-kids:before {
  content: "";
  margin-right: 0.3em;
}

.snap__content__header .category.-life_style:before {
  content: "";
  margin-right: 0.35em;
}

.snap__content__header .category.-gourmet:before {
  content: "";
}

.snap__content__header .category.-art:before {
  content: "";
  margin-right: 0.3em;
}

.snap__content__header .shop-meta {
  margin: 0.8rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.snap__content__header .shop-meta .type {
  margin-left: 0.5em;
  color: #959595;
  font-size: 1.3rem;
}

.snap__content__header .action {
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  text-align: right;
}

.snap__content__header .action__btn {
  padding: 0.2em;
  font-weight: bold;
  cursor: pointer;
}

.snap__content__header .action__container {
  display: none;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 0;
  width: 210px;
  padding: 20px 0;
  text-align: left;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.snap__content__header .action__container.active {
  display: block;
  visibility: visible;
}

.snap__content__header .action__container ul {
  position: relative;
  list-style: none;
}

.snap__content__header .action__container ul li + li {
  margin-top: 4px;
}

.snap__content__header .action__container ul li i {
  margin-right: 1rem;
}

.snap__content__header .action__container ul li .link {
  padding: 3px 20px;
  display: block;
  color: #333333;
  cursor: pointer;
}

.snap__content__header .action__container ul li .link.is-copied {
  color: #c80202;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.snap__content__header .shop-link {
  color: #333333;
  position: relative;
  line-height: 1;
  display: inline-block;
}

.snap__content__header .shop-link:hover::before {
  opacity: 0;
}

.snap__content__header .shop-link::before {
  position: absolute;
  top: calc(100% + 0.1em);
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333333;
  pointer-events: none;
}

.snap__content__header .shop-link::after {
  color: inherit;
  position: absolute;
  top: 0.25em;
  left: calc(100% + 0.3em);
  font-size: 1em;
  content: '';
  line-height: 1;
  display: inline-block;
  width: 0.45em;
  height: 0.45em;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  pointer-events: none;
}

.snap__content__header .shop-link-wrapper {
  display: block;
}

.snap__content__body {
  padding: 1.5rem;
}

.snap__content__body .text {
  font-weight: bold;
}

.snap__content__body .text a {
  text-decoration: underline;
}

.snap__content__body .text a:hover {
  text-decoration: none;
}

.snap__content__body .text a.external {
  position: relative;
  display: inline-block;
  margin-right: 1.1em;
}

.snap__content__body .text a.external::after {
  position: absolute;
  right: -1.1em;
  top: 50%;
  font-size: 88%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icon-takashimayaSnap" !important;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none;
}

.snap__content__body .tags {
  margin: 1rem -0.5rem -0.5rem;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.snap__content__body .tags li {
  margin: 0.5rem;
}

.snap__content__body .tags li a {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 6px 6px 4px;
  line-height: 1;
  border: 1px solid #c2000f;
  border-radius: 3px;
  text-decoration: none;
}

.snap__content__body .tags li a:before {
  content: "\e915";
  font-family: "icon-takashimayaSnap";
  font-size: 1.4rem;
  margin-right: 0.1em;
  vertical-align: middle;
}

.snap__content__footer {
  padding: 0 1.5rem 1.5rem;
}

.snap__content__footer .small {
  font-size: .8em;
  display: block;
  line-height: 1.4;
}

.snap__content__button {
  position: relative;
  font-size: 1.6rem;
  color: #fff;
  display: block;
  width: calc(100% - 3rem);
  padding: .8em 1.5em .8em 1.5em;
  margin: 3rem auto;
  text-align: center;
  line-height: 1.1;
  background-color: #c2000f;
}

.snap__content__button::after {
  color: inherit;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  font-size: 1em;
  content: '';
  line-height: 1;
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  margin: auto;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  pointer-events: none;
}

.snap__content__button:hover {
  opacity: .8;
}

.snap__content__button .small {
  display: inline-block;
  font-size: .7em;
  margin-top: .5em;
}

.snap__content__footer + .snap__content__button {
  margin-top: 1.5rem;
}

.swiper-wrapper {
  height: auto;
}

.swiper-container + .snap__content {
  padding-top: 10px;
}

.swiper-slide {
  cursor: -webkit-grab;
  cursor: grab;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.swiper-pagination.swiper-pagination-bullets {
  line-height: 1;
  position: relative;
  bottom: 0;
  padding: 1rem 0;
}

.swiper-pagination-bullet {
  opacity: 1;
  background: #959595;
}

.swiper-pagination-bullet-active {
  background: #c2000f;
}

.swiper-counter {
  line-height: 1;
  position: absolute;
  z-index: 10;
  top: 1em;
  right: 20px;
  display: block;
  padding: .5em;
  -webkit-transition: opacity .2s ease .3s, -webkit-filter .3s ease 0s, -webkit-transform .5s ease 0s;
  transition: opacity .2s ease .3s, -webkit-filter .3s ease 0s, -webkit-transform .5s ease 0s;
  transition: filter .3s ease 0s, transform .5s ease 0s, opacity .2s ease .3s;
  transition: filter .3s ease 0s, transform .5s ease 0s, opacity .2s ease .3s, -webkit-filter .3s ease 0s, -webkit-transform .5s ease 0s;
  color: #fff;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.35);
}

.swiper-counter.hidden {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.snap + .list {
  border-top: none;
}

#top .pageFooter__nav {
  padding: 30px 0;
  background-color: transparent;
}

.top {
  padding: 0 0 30px;
}

.stores {
  list-style: none;
}

.stores .store:not(:first-child) {
  margin-top: 0;
}

.stores .store__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.stores .store__wrapper:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 2%;
  top: 44%;
  border-style: solid;
  border-width: 1px;
  border-color: darkgray;
  border-left: none !important;
  border-top: none !important;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.stores .store__wrapper:hover .store__photo {
  opacity: 0.8;
}

.stores .store__wrapper:hover .store__name .ja {
  color: #c2000f;
}

.stores .store__photo {
  width: 62px;
  height: 44px;
  background: no-repeat 50% 50%;
  background-size: cover;
}

.stores .store__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 100px);
  padding: 0 0 0 1em;
}

.stores .store__name .ja {
  -ms-flex-item-align: center;
  align-self: center;
  color: #333333;
  font-size: 1.4rem;
}

.refinedDescription {
  display: block;
  margin: 0 auto 6.66vw;
  padding: 0 5.3%;
}

.refinedDescription__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.refinedDescription__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.refinedDescription__image__wrapper {
  position: relative;
  display: block;
  width: 46.8%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-top: 87.66%;
  overflow: hidden;
}

.refinedDescription__texts {
  margin: 6.6% auto 0;
  padding: 0;
  list-style: none;
  letter-spacing: -.01em;
}

.refinedDescription__text {
  position: relative;
  font-size: 1.6rem;
  text-align: left;
  padding-left: 2em;
  margin-bottom: .2em;
}

.refinedDescription__text:last-of-type {
  margin-bottom: 0;
}

.refinedDescription__text::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #b3b3b3;
  display: inline-block;
  content: '・';
  text-align: center;
  width: 2em;
  height: 1.75em;
}

.refinedDescription__text.-star::before {
  top: -0.2em;
  left: -.2em;
  font-size: 1.2em;
  content: '★';
}

.refinedStores {
  display: block;
}

.refinedStores__title {
  font-size: 3.73vw;
  line-height: 1.67;
  text-align: center;
  margin: 0 auto 5.33vw;
}

.refinedStores__item {
  display: block;
  margin: 0 auto;
  padding: 8.8% 2.8%;
}

.refinedStores__item:nth-of-type(odd) {
  background-color: #f2f2f2;
}

.refinedStores__item__store {
  text-align: center;
  display: block;
  margin: 0 auto 8.8vw;
}

.refinedStores__item__store__name {
  font-size: 4.26vw;
  color: #333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.refinedStores__item__store__name:hover {
  color: #c2000f;
}

.refinedStores__item__store__name::after {
  margin-left: 1em;
  content: '';
  display: inline-block;
  width: .6em;
  height: .6em;
  border-width: 1px 1px 0 0;
  border-style: solid;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.refinedStores__item__snaps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.refinedStores__item__snaps .refinedStores__item__snap:first-of-type {
  margin-left: 0;
}

.refinedStores__item__snaps .refinedStores__item__snap:nth-of-type(n + 4) {
  margin-top: 2.5%;
}

.refinedStores__item__snaps .refinedStores__item__snap:nth-of-type(4) {
  margin-left: 0;
}

.refinedStores__item__snap {
  position: relative;
  display: block;
  width: 32%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-top: 32%;
  margin-left: 2%;
  overflow: hidden;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
}

.refinedStores__item__snap:hover {
  opacity: .8;
}

.refinedStores__item__snap__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lazyload {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 769px) {
  .u-res__layout--pc {
    display: block !important;
  }

  .u-res__layout--sp {
    display: none !important;
  }

  .u-res__text--pc {
    display: inline-block;
  }

  .u-res__text--sp {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .pageHeader {
    border-bottom: 1px solid #dcdcdc;
  }

  .pageHeader__inner {
    width: 1000px;
    margin: 0 auto;
    padding: 74px 0 44px;
  }

  .pageHeader__logo {
    padding: 0;
  }

  .pageHeader__logo .logo img {
    width: 494px;
    max-width: none;
    height: auto;
  }

  .pageHeader__logo .logo .store_name {
    padding: 10px 0 0;
  }

  .pageHeader__logo .logo .store_name img {
    height: 22px;
  }

  .pageHeader__text {
    font-size: 1.8rem;
    width: 100%;
    margin: 3rem auto -3.5rem;
  }

  .pageHeader__nav {
    margin: 40px 0 0;
    padding: 0;
    border-top: none;
  }

  .pageHeader__nav > ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pageHeader__nav > ul li {
    margin: 0 25px;
  }

  .pageHeader__nav > ul li.category-baby,
  .pageHeader__nav > ul li.category-lifestyle {
    margin: 0 10px;
  }

  .pageHeader__nav .link {
    padding: 0 8px;
  }

  .pageHeader__nav .link:hover {
    color: #c2000f;
  }

  .pageHeader__nav .link i {
    font-size: 3.8rem;
  }

  .pageHeader__nav .link .category {
    font-size: 1.4rem;
  }

  .main__top {
    padding-top: 0;
  }

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

  .sp {
    display: none;
  }

  .pageFooter__nav {
    padding: 0 0 50px;
  }

  .pageFooter__nav > ul li {
    font-size: 2rem;
  }

  .pageFooter__nav > ul li + li {
    margin: 35px 0 0;
  }

  .pageFooter__nav > ul li a:hover {
    color: #c2000f;
  }

  .pageFooter__logo {
    margin: 44px 0 0;
    padding: 0;
  }

  .pageFooter__logo .logo img {
    width: 384px;
    max-width: none;
    height: auto;
  }

  .pageFooter__copy {
    margin: 40px 0 0;
    padding: 0 0 60px;
  }

  .pageFooter__copy small {
    font-size: 1.7rem;
  }

  .error {
    padding: 0 0 90px;
    border-top: none;
  }

  .error__header {
    padding: 30px 0;
  }

  .error__title {
    padding: 1.5rem 0;
    font-size: 2.4rem;
  }

  .error__body {
    text-align: center;
  }

  .error__body p {
    font-size: 1.6rem;
  }

  .caution {
    width: 1000px;
    margin: 0 auto 5rem;
    text-align: center;
    font-size: 1.4rem;
  }

  .home {
    padding: 0 0 90px;
    border-top: none;
  }

  .home__block {
    padding: 52px 0;
  }

  .home__block__header {
    margin: 0 0 52px;
  }

  .home__block__title a {
    padding: 2.2rem 4rem;
    font-size: 2.4rem;
    position: relative;
  }

  .home__block__title a:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 4rem;
    top: 42%;
    border-style: solid;
    border-width: 2px;
    border-color: #959595;
    border-left: none !important;
    border-top: none !important;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .home__block__title a:hover {
    background: #e6e6e6;
  }

  .home__block__title i {
    font-size: 2.6rem;
  }

  .home__block__body {
    padding: 0;
  }

  .snapListHome {
    margin: -26px;
  }

  .snapListHome__item {
    margin: 26px;
    width: calc(33.33333% - 52px);
  }

  .snapListHome__item a:hover {
    opacity: 0.8;
  }

  .snapListHome__item.galleries:before {
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
  }

  .snapListHome__moreView {
    margin: 26px;
    width: calc(100% / 3 - 52px);
  }

  .snapListHome__moreView a:hover {
    background-color: #eee;
  }

  .snapListHome__moreView a:after {
    font-size: 2.4rem;
    bottom: 10%;
  }

  .list {
    padding: 0 0 90px;
    border-top: none;
  }

  .list__header {
    padding: 30px 0;
  }

  .list__title {
    padding: 1.5rem 0;
    font-size: 2.4rem;
  }

  .list__title i {
    font-size: 2.6rem;
  }

  .snapList {
    margin: -26px;
  }

  .snapList__item {
    margin: 26px;
    width: calc(33.33333% - 52px);
  }

  .snapList__item a:hover {
    opacity: 0.8;
  }

  .snapList__item.galleries:before {
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
  }

  .snapList__moreView {
    right: 0;
    bottom: 0;
    margin: 26px;
    width: calc(100% / 3 - 52px);
  }

  .snapList__moreView span:hover {
    background-color: #eee;
  }

  .snapList__moreView span:after {
    font-size: 2.4rem;
    bottom: 10%;
  }

  .snap {
    padding: 70px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .snap__photo {
    width: 50%;
    margin: 0;
  }

  .snap__content {
    width: 45.2%;
  }

  .snap__content__header {
    padding: 1.5rem 0;
  }

  .snap__content__header .shop-name:before {
    font-size: 2.6rem;
  }

  .snap__content__header .shop-name-inner {
    font-size: 2.1rem;
  }

  .snap__content__header .category {
    font-size: 1.6rem;
  }

  .snap__content__header .category:before {
    font-size: 2rem;
  }

  .snap__content__header .action {
    font-size: 1.4rem;
    top: auto;
  }

  .snap__content__header .action__container {
    width: 220px;
    top: 36px;
    right: -30px;
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
  }

  .snap__content__header .action__container > * {
    position: relative;
    z-index: 3;
  }

  .snap__content__header .action__container::before {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    right: 30px;
    z-index: 1;
    width: 18px;
    height: 18px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    background: #fff;
    -webkit-transform: translateZ(-1px) rotate(45deg) skew(20deg, 20deg);
    transform: translateZ(-1px) rotate(45deg) skew(20deg, 20deg);
  }

  .snap__content__header .action__container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 2;
    height: 22px;
    width: 22px;
    background: #fff;
  }

  .snap__content__header .action__container ul li .link {
    padding: 3px 30px;
  }

  .snap__content__header .action__container ul li .link:hover {
    background: #eee;
  }

  .snap__content__body {
    padding: 1.5rem 0;
  }

  .snap__content__body .text {
    font-weight: normal;
    font-size: 1.6rem;
  }

  .snap__content__footer {
    padding: 0 0 1.5rem;
  }

  .snap__content__button {
    font-size: 2.1rem;
    width: 100%;
  }

  .swiper-container + .snap__content {
    padding-top: 0;
  }

  #top .pageHeader__inner {
    padding-bottom: 74px;
  }

  #top .pageFooter__nav {
    padding: 50px 0;
  }

  .top {
    padding: 75px 0;
    border-top: none;
  }

  .stores .store:not(:first-child) {
    margin-top: 50px;
  }

  .stores .store__wrapper {
    position: relative;
  }

  .stores .store__wrapper:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 5%;
    top: 48%;
    border-style: solid;
    border-width: 2px;
    border-color: #999;
    border-left: none !important;
    border-top: none !important;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .stores .store__wrapper:hover {
    position: relative;
  }

  .stores .store__wrapper:hover:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 5%;
    top: 48%;
    border-style: solid;
    border-width: 2px;
    border-color: #c2000f;
    border-left: none !important;
    border-top: none !important;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .stores .store__photo {
    width: 256px;
    height: 180px;
  }

  .stores .store__name {
    padding: 0 0 0 44px;
    width: calc(100% - 256px);
    border: 1px solid #dcdcdc;
    border-left: none;
  }

  .stores .store__name .ja {
    font-size: 2.2rem;
  }

  .refinedDescription {
    padding: 0;
    margin: 0 auto 9rem;
  }

  .refinedDescription__image {
    position: static;
    height: auto;
  }

  .refinedDescription__image__wrapper {
    width: 49%;
    padding-top: 0;
  }

  .refinedDescription__texts {
    margin: 5rem auto 0;
    padding: 0 3rem;
  }

  .refinedDescription__text {
    margin-bottom: 0;
  }

  .refinedStores {
    padding: 0 5.5rem;
  }

  .refinedStores__title {
    font-size: 2.2rem;
    margin-bottom: 4.6rem;
  }

  .refinedStores__item {
    padding: 0;
    margin: 0 auto 7.3rem;
  }

  .refinedStores__item:nth-of-type(odd) {
    background-color: transparent;
  }

  .refinedStores__item__store {
    margin: 0 auto 3.5rem;
  }

  .refinedStores__item__store__name {
    font-size: 2.2rem;
  }

  .refinedStores__item__snaps .refinedStores__item__snap:first-of-type {
    margin-left: 0;
  }

  .refinedStores__item__snaps .refinedStores__item__snap:nth-of-type(n + 4) {
    margin-top: 0;
  }

  .refinedStores__item__snaps .refinedStores__item__snap:nth-of-type(4) {
    margin-left: 2%;
  }

  .refinedStores__item__snaps .refinedStores__item__snap:nth-of-type(6) {
    display: none;
  }

  .refinedStores__item__snap {
    width: 17.68%;
    padding-top: 17.68%;
    margin-left: 2.9%;
  }
}

@media screen and (max-width: 1024px) {
  .pageHeader__nav > ul li.category-baby,
  .pageHeader__nav > ul li.category-lifestyle {
    letter-spacing: -0.055em;
  }

  .pageHeader__nav > ul li.category-baby .link,
  .pageHeader__nav > ul li.category-lifestyle .link {
    padding: 0 2px;
  }

  .pageHeader__search__wrapper {
    margin: -10px auto 25px;
  }

  .pageHeader__search__input {
    width: 20rem;
  }

  .pc {
    display: none;
  }

  .home__block__title a:active {
    background: #e6e6e6;
  }

  .snapListHome__item a:active {
    opacity: 0.8;
  }

  .snapListHome__moreView a:active {
    background-color: #eee;
  }

  .snapList__item a:active {
    opacity: 0.8;
  }

  .snapList__moreView span:active {
    background-color: #eee;
  }

  .stores {
    border-bottom: 1px solid #dcdcdc;
  }

  .stores .store {
    padding: 4px 10px;
    border-top: 1px solid #dcdcdc;
  }
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}