@charset "UTF-8";

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

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

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

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

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

html {
  font-size: 14px;
  vertical-align: text-bottom;
  height: 100%;
}

html.osx {
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 100%/1 -apple-system, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", ArialMT, Arial, "Droid Sans", Roboto, sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

.osx body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}

p {
  margin-top: 0;
  line-height: 1.5;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.article {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100vh;
}

.main {
  height: 100%;
}

.splash {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  background: #fff;
}

.splash-container {
  position: relative;
  width: 360px;
  height: 100%;
  display: table;
  margin: 0 auto;
}

.splash-cell {
  height: 200px;
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
}

.splash-logos {
  position: relative;
  height: 140px;
  margin-bottom: 30px;
}

.splash-logos-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
}

.splash-mmts,
.splash-pokemon,
.splash-ninfia {
  opacity: 0;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.base {
  overflow-y: hidden;
  overflow-x: auto;
  position: absolute;
  min-width: 1040px;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.base[aria-hidden=true] {
  visibility: hidden;
  pointer-events: none;
}

.base-container {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  min-height: 800px;
  width: 100%;
  height: 100%;
}

.base-detail {
  position: relative;
  min-height: 100vh;
  min-width: 1040px;
  z-index: 11;
}

.base-background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.base-layer {
  position: absolute;
  min-height: 800px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  padding: 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 50px;
}

.base-contents {
  position: relative;
  z-index: 20;
  width: 1040px;
  margin: 0 auto;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.base-information {
  width: 456px;
  padding: 25px 0;
  margin-top: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.143em;
  line-height: 1.8;
  font-weight: 600;
  background: url(../img/desktop/parts/ballon_top.png?1491881146309) top center no-repeat, url(../img/desktop/parts/ballon_bottom.png?1491881146309) bottom center no-repeat;
}

.base-information-container {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 50px;
  background: #fff;
  border-left: 8px solid #407ab7;
  border-right: 8px solid #407ab7;
}

.base-information-paragraph {
  margin-bottom: 1em;
  color: #407ab7;
}

.base-products {
  list-style: none;
  margin: 0;
  padding: 0;
}

.base-products-link {
  text-decoration: none;
  color: #407ab7;
  display: inline-block;
  position: relative;
  padding-left: 17px;
}

.base-products-link[aria-hidden=true] {
  pointer-events: none;
}

.base-products-link:before {
  display: inline-block;
  content: url(../img/desktop/parts/icon_arrow_1.png?1491881146310);
  position: absolute;
  vertical-align: middle;
  top: 0;
  left: 0;
  width: 12px;
  height: 14px;
  opacity: 0;
}

.base-products-link.isHover:before {
  -webkit-animation: products-hover 0.4s infinite alternate;
          animation: products-hover 0.4s infinite alternate;
}

.interlude {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

.interlude#interlude1 {
  height: 100vh;
  background: #407ab7;
}

.interlude#interlude2 {
  height: 100vh;
  background: #e77e99;
}

@-webkit-keyframes products-hover {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes products-hover {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.sideNavigation {
  position: fixed;
  top: 0;
  right: 50px;
  height: 100vh;
  display: table;
  width: 30px;
  text-align: center;
  z-index: 50;
}

.sideNavigation[aria-hidden=true] {
  display: none;
}

.sideNav {
  display: table-cell;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sideNav-list {
  margin-bottom: 10px;
}

.sideNav-list:last-child {
  margin-bottom: 0;
}

.sideNav-button {
  background: none;
  border: none;
  margin: 0 auto;
  width: 23px;
  height: 23px;
  padding: 0;
  display: block;
  cursor: pointer;
  position: relative;
}

.sideNav-button:focus {
  outline: none;
}

.sideNav-container {
  display: block;
  text-align: center;
  vertical-align: middle;
  position: relative;
  width: 23px;
  height: 23px;
}

.sideNav-image {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.sideNav-circle {
  display: block;
  width: 8px;
  height: 8px;
  background: #444;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sideNav-tooltip {
  position: absolute;
  right: 100%;
  text-align: right;
  height: 27px;
  line-height: 1;
  top: -3px;
  padding-right: 10px;
  display: block;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 0;
  -webkit-transform: translate(10px, 0);
      -ms-transform: translate(10px, 0);
          transform: translate(10px, 0);
}

.sideNav-tooltip_home {
  width: 65px;
}

.sideNav-tooltip_t_shirt {
  width: 75px;
}

.sideNav-tooltip_one_piece {
  width: 91px;
}

.sideNav-tooltip_hoodie {
  width: 75px;
}

.sideNav-tooltip_goods {
  width: 75px;
}

.sideNav-tooltip_store {
  width: 103px;
}

.sideNav-tooltip img {
  vertical-align: top;
}

.sideNav-button:hover .sideNav-tooltip {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.sideBall[aria-selected=true] .sideNav-image,
.sideBall[aria-selected=false]:hover .sideNav-image {
  visibility: visible;
}

.sideBall[aria-selected=true] .sideNav-circle,
.sideBall[aria-selected=false]:hover .sideNav-circle {
  visibility: hidden;
}

.sideBall[aria-selected=false] .sideNav-image {
  visibility: hidden;
}

.sideBall[aria-selected=false] .sideNav-circle {
  visibility: visible;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  background-color: #e77e99;
  z-index: 100;
  color: #fff;
  padding-bottom: 8px;
}

.footer[aria-hidden=true] {
  display: none;
}

.footer-container {
  display: table;
  width: 100%;
  height: 100%;
  background-color: #407ab7;
}

.footer-copyright {
  padding: 0 10.666%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-size: 100%;
}

.home {
  position: relative;
}

.home-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 420px;
  margin: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.home-background {
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  background: url(../img/desktop/contents/bg_home.png?1491881146339) center repeat;
}

.home-container {
  display: table;
  width: 320px;
  height: 100%;
  position: relative;
  z-index: 10;
  margin-left: 2%;
}

.home-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}

.home-paragraph {
  font-size: 1.143em;
  font-weight: 600;
  line-height: 1.5;
  color: #407ab7;
  word-break: keep-all;
  margin: 55px 0 60px;
}

.home-start {
  position: relative;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  z-index: 10;
  width: 192px;
  height: 48px;
  cursor: pointer;
}

.home-start[aria-hidden=true] {
  pointer-events: none;
}

.home-start:focus {
  outline: none;
}

.home-start-main {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}

.home-start-shadow {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  -webkit-transform: translate(8px, 8px);
      -ms-transform: translate(8px, 8px);
          transform: translate(8px, 8px);
}

.home-caution {
  display: block;
  padding: 35px 0 20px;
  color: #407ab7;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
}

.home-caution.flash {
  -webkit-animation: homeFlash 1s linear -1.2s infinite alternate;
          animation: homeFlash 1s linear -1.2s infinite alternate;
}

.home-slider {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  width: 650px;
  height: 100%;
}

.home-slider-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.home-slider-item {
  position: absolute;
  bottom: -220px;
  right: 0;
  margin: 0 auto;
  width: 100%;
  will-change: transform;
  text-align: center;
}

@-webkit-keyframes homeFlash {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes homeFlash {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.tShirt {
  position: relative;
}

.tShirt-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  min-height: 800px;
  overflow: hidden;
  z-index: 11;
}

.tShirt-background {
  top: 0;
  right: 0;
  z-index: 11;
}

.tShirt-shoko {
  top: 0;
  right: 0;
  z-index: 12;
}

.tShirt-contents {
  display: table;
  height: 100%;
}

.tShirt-container {
  display: table-cell;
  vertical-align: middle;
}

.tShirt-img-shoko {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 19;
}

.onePiece {
  position: relative;
}

.onePiece-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  margin: auto;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  overflow: hidden;
}

.onePiece-background {
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  background: url(../img/desktop/contents/bg_one_piece.png?1491881146351) center repeat;
}

.onePiece-contents {
  display: table;
  height: 100%;
}

.onePiece-container {
  display: table-cell;
  vertical-align: middle;
}

.onePiece-images {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 669px;
  margin: auto;
  padding-right: 70px;
}

.onePiece-images-container {
  position: relative;
}

.onePiece-mb {
  position: absolute;
  top: 50%;
  right: 228px;
  margin-top: -150px;
}

.onePiece-ninfia {
  position: absolute;
  bottom: 50%;
  right: 178px;
  margin-bottom: -150px;
}

.hoodie {
  position: relative;
}

.hoodie-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 600px;
  margin: auto;
  opacity: 0;
}

.hoodie-background {
  top: 0;
  left: 50%;
  right: 0;
  margin: auto;
  width: 1400px;
  height: 600px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #fff;
  background: url(../img/desktop/contents/bg_hoodie.png?1491881146355) center repeat;
  border-radius: 50%/50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hoodie-contents {
  display: table;
  height: 100%;
}

.hoodie-container {
  display: table-cell;
  vertical-align: middle;
}

.hoodie-shoko {
  display: block;
  position: absolute;
  top: 0;
  right: 100px;
  bottom: 0;
  margin: auto;
}

.goods {
  position: relative;
}

.goods-contents {
  display: table;
  height: 100%;
}

.goods-container {
  display: table-cell;
  vertical-align: middle;
}

.goods-images {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 600px;
  height: 670px;
}

.goods-images-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.goods-bangle {
  position: absolute;
  top: 0;
  right: 20px;
  display: block;
}

.goods-pouch {
  position: absolute;
  bottom: 30px;
  right: 20px;
  display: block;
}

.goods-chouchou {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.goods-caution {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 80px;
  text-align: center;
}

.store-information {
  background: #badfed;
  margin-bottom: 10px;
  padding: 92px 0 96px;
}

.store-information-container {
  width: 710px;
  margin: 0 auto;
  text-align: center;
}

.store-title {
  text-align: center;
}

.store-box {
  width: 704px;
  padding: 25px 0;
  background: url(../img/desktop/parts/store_data_up.png?1491881146377) top center no-repeat, url(../img/desktop/parts/store_data_down.png?1491881146377) bottom center no-repeat;
  margin: 40px 0 0;
}

.store-data {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-left: 8px solid #407ab7;
  border-right: 8px solid #407ab7;
  list-style: none;
  margin: 0;
  padding: 50px 0;
  display: table;
  color: #407ab7;
  line-height: 2.286;
}

.store-data-list {
  display: table-row;
}

.store-data-key {
  display: table-cell;
  width: 150px;
  text-align: right;
  font-weight: 600;
}

.store-data-val {
  font-weight: 400;
  display: table-cell;
  text-align: left;
  padding-left: 25px;
}

.store-data-url {
  text-decoration: none;
  color: #407ab7;
}

.store-data-url:hover {
  text-decoration: underline;
}

.store-map {
  margin: 40px 0 80px;
}

.store-link {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 288px;
  height: 48px;
  z-index: 10;
}

.store-link-icon {
  position: relative;
  z-index: 11;
}

.store-link-icon-shadow {
  position: absolute;
  z-index: 10;
  bottom: -8px;
  right: -8px;
}

.store-footer {
  background: #407ab7;
  color: #fff;
  position: relative;
  padding: 40px 0 50px;
}

.store-sns {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 40px;
}

.store-sns-list {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 13px;
  position: relative;
  z-index: 10;
}

.store-sns-icon {
  position: relative;
  z-index: 11;
}

.store-sns-icon-shadow {
  bottom: -5px;
  right: -5px;
  position: absolute;
  z-index: 10;
}

.store-copyright {
  text-align: center;
  display: block;
  font-weight: 600;
  margin-bottom: 70px;
}

.store-gotoTop {
  position: relative;
  width: 67px;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  z-index: 101;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.store-gotoTop:hover {
  opacity: 0.6;
}

.store-gotoTop:focus {
  outline: none;
}