@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Hind:400,600");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?74859899");
  src: url("../font/fontello.eot?74859899#iefix") format("embedded-opentype"), url("../font/fontello.woff2?74859899") format("woff2"), url("../font/fontello.woff?74859899") format("woff"), url("../font/fontello.ttf?74859899") format("truetype"), url("../font/fontello.svg?74859899#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?74859899#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-location:before {
  content: '\e800';
}

/* '' */
.icon-phone:before {
  content: '\e801';
}

/* '' */
.icon-mail:before {
  content: '\e802';
}

/* '' */
.icon-twitter:before {
  content: '\f099';
}

/* '' */
.icon-facebook:before {
  content: '\f09a';
}

/* '' */
.icon-instagram:before {
  content: '\f16d';
}

/* '' */
/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.1.0
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
@media screen and (min-width: 641px) {
  .hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }

  .hvr-grow:hover,
  .hvr-grow:focus,
  .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  /* Sweep To Right */
  .hvr-sweep-to-right {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e30920;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .hvr-sweep-to-right:hover,
  .hvr-sweep-to-right:focus,
  .hvr-sweep-to-right:active {
    color: white;
  }

  .hvr-sweep-to-right:hover:before,
  .hvr-sweep-to-right:focus:before,
  .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

html,
body {
  font-family: 'Hind', sans-serif;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 641px) {

  html,
  body {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  body {
    text-align: left;
    padding: 0 5%;
  }
}

@media screen and (min-width: 641px) {
  body {
    padding-bottom: 8em;
  }
}

body,
a {
  color: #e30920;
}

@media screen and (min-width: 641px) {
  .logo {
    width: 324px;
    height: auto;
    margin: 170px auto 30px;
  }
}

@media screen and (max-width: 640px) {
  .logo {
    width: 80%;
    height: auto;
    margin: 20% auto 30px;
  }
}

.logo svg {
  display: none;
}

.motion {
  fill: #e30920;
  stroke: #e30920;
  stroke-width: 0;
  stroke-miterlimit: 10;
  stroke-dasharray: 250;
  stroke-dashoffset: 0;
  animation: stroke-reveal 3s ease;
}

@keyframes stroke-reveal {
  from {
    stroke-dashoffset: 250;
    fill: rgba(227, 9, 32, 0);
    stroke-width: 0.9;
    stroke-opacity: 0.6;
  }

  to {
    stroke-dashoffset: 0;
    fill: #e30920;
    stroke-width: 1;
    stroke-opacity: 0;
  }
}

.app-list {
  display: flex;
  width: 300px;
  margin: auto;
  margin-bottom: 80px;
  padding-left: 12px;
  animation: fadeIn 2s ease 0s 1 normal;
}

.app-list .apple {
  display: inline-block;
  overflow: hidden;
  background: url(https://linkmaker.itunes.apple.com/ja-jp/badge-lrg.svg?releaseDate=2019-09-13&kind=iossoftware&bubble=ios_apps) no-repeat;
  width: 140px;
  height: 41px;
  background-size: cover;
  margin-top: 11px;
}

.app-list .google img {
  width: 160px;
}

.store-list {
  font-size: 14px;
  display: inline-block;
  text-align: left;
  animation: fadeIn 2s ease 0s 1 normal;
}

.store-list .store-section {
  position: relative;
}

@media screen and (max-width: 640px) {
  .store-list .store-section {
    margin-bottom: 20%;
  }
}

@media screen and (min-width: 641px) {
  .store-list .store-section {
    margin-bottom: 40px;
    left: 20px;
  }
}

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

  100% {
    opacity: 1;
  }
}

@media screen and (min-width: 641px) {

  .store-list .store-name h2,
  .store-list .btn-sns {
    display: inline-block;
  }
}

.store-list .store-name {
  font-size: 24px;
  padding-bottom: 4px;
}

.store-list .store-name h2 {
  margin-right: 4px;
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  .store-list .btn-sns {
    padding: .4em 0;
  }
}

.store-list .btn-sns a {
  display: inline-block;
  background: #e30920;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e30920;
}

@media screen and (min-width: 641px) {
  .store-list .btn-sns a {
    width: 18px;
    height: 18px;
    border-radius: 10px;
    margin-left: 10px;
  }

  .store-list .btn-sns a i {
    font-size: 48%;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: 0.5px;
  }
}

@media screen and (max-width: 640px) {
  .store-list .btn-sns a {
    width: calc(100%/3);
    padding: .45em 0 .4em;
    box-sizing: border-box;
    border-left: 1px solid #fff;
  }

  .store-list .btn-sns a:first-child {
    border-left: 1px solid #e30920;
  }
}

.store-list .btn-sns a:hover {
  background: #fff;
  transition-property: all;
  transition-duration: .3s;
}

.store-list .btn-sns a:hover i {
  color: #e30920;
}

.store-list address,
.store-list .contact {
  line-height: 1.8;
}

@media screen and (max-width: 640px) {

  .store-list .contact .phone,
  .store-list .contact .mail {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e30920;
    padding: .7em 0 .6em .4em;
    margin-top: 1em;
  }

  .store-list .contact .phone a,
  .store-list .contact .mail a {
    width: 90%;
  }

  .store-list .contact .phone:hover,
  .store-list .contact .mail:hover {
    transition-property: all;
    transition-duration: .3s;
    background: #e30920;
    color: #fff;
  }

  .store-list .contact .phone:hover a,
  .store-list .contact .mail:hover a {
    color: #fff;
  }

  .store-list .contact .mail a {
    letter-spacing: 0.03em;
  }
}

@media screen and (min-width: 641px) {
  .store-list .contact {
    margin-left: -4px;
  }

  .store-list .contact a {
    margin: 0 .4em 6px 0;
  }

  .store-list .contact .phone a {
    cursor: default !important;
  }
}

@media screen and (min-width: 641px) {

  .ua-ie11 .icon-instagram,
  .ua-edge .icon-instagram {
    display: inline-block;
    position: relative;
    top: -2px !important;
  }
}

/*@ sourceMappingURL=style.css.map */