@charset "UTF-8";
.btn,
.btn--danger,
.btn--info,
.btn--primary,
.btn--secondary,
.btn--success,
.btn--warning,
.btnMore,
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    padding: 12px;
    text-align: left;
    background-image: none;
    background-color: #0288d1;
    white-space: nowrap;
    line-height: normal;
    position: relative;
    vertical-align: bottom;
    border: none
}

.btn,
.btn--danger,
.btn--info,
.btn--primary,
.btn--secondary,
.btn--success,
.btn--warning,
.btnMore,
a.btn,
a.btn--danger,
a.btn--info,
a.btn--primary,
a.btn--secondary,
a.btn--success,
a.btn--warning,
a.btnMore,
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    text-decoration: none
}

a.btn,
a.btn--danger,
a.btn--info,
a.btn--primary,
a.btn--secondary,
a.btn--success,
a.btn--warning,
a.btnMore {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff
}

.btn--danger:hover,
.btn--info:hover,
.btn--primary:hover,
.btn--secondary:hover,
.btn--success:hover,
.btn--warning:hover,
.btn:hover,
.btnMore:hover,
button:hover,
html input:hover[type=button],
input:hover[type=reset],
input:hover[type=submit] {
    background-color: rgba(2, 136, 209, .8)
}

.btn--danger:active,
.btn--info:active,
.btn--primary:active,
.btn--secondary:active,
.btn--success:active,
.btn--warning:active,
.btn:active,
.btnMore:active,
button:active,
html input:active[type=button],
input:active[type=reset],
input:active[type=submit] {
    box-shadow: inset 0 4px 0 rgba(0, 0, 0, .3);
    background-color: #0278b8
}

.btn--danger:disabled,
.btn--danger[disabled],
.btn--info:disabled,
.btn--info[disabled],
.btn--primary:disabled,
.btn--primary[disabled],
.btn--secondary:disabled,
.btn--secondary[disabled],
.btn--success:disabled,
.btn--success[disabled],
.btn--warning:disabled,
.btn--warning[disabled],
.btn:disabled,
.btnMore:disabled,
.btnMore[disabled],
.btn[disabled],
.disabled.btn,
.disabled.btn--danger,
.disabled.btn--info,
.disabled.btn--primary,
.disabled.btn--secondary,
.disabled.btn--success,
.disabled.btn--warning,
.disabled.btnMore,
button.disabled,
button:disabled,
button[disabled],
html input.disabled[type=button],
html input:disabled[type=button],
html input[disabled][type=button],
input.disabled[type=reset],
input.disabled[type=submit],
input:disabled[type=reset],
input:disabled[type=submit],
input[disabled][type=reset],
input[disabled][type=submit] {
    opacity: .2;
    cursor: not-allowed
}

.btn--link,
.btn--thirdary {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: inline-block;
    border-radius: .25rem;
    color: #fff;
    padding: 1.5rem 2.25rem;
    font-size: 1rem;
    text-align: center;
    background-image: none;
    background-color: transparent;
    line-height: normal;
    position: relative;
    text-decoration: underline;
    border: none
}

.btn--link,
.btn--thirdary,
a.btn--link,
a.btn--thirdary {
    color: #424242
}

.btn--link:active,
.btn--link:hover,
.btn--thirdary:active,
.btn--thirdary:hover {
    box-shadow: none;
    background-color: transparent
}

.btn--link:hover,
.btn--thirdary:hover {
    color: #0288d1
}

.btn--link:active,
.btn--thirdary:active {
    color: #03a9f4;
    position: relative;
    top: .5rem
}

.btn--link:disabled,
.btn--link[disabled],
.btn--thirdary:disabled,
.btn--thirdary[disabled],
.disabled.btn--link,
.disabled.btn--thirdary {
    opacity: .4;
    cursor: not-allowed;
    color: #bdbdbd;
    text-decoration: none
}

.btnMore {
    margin: 0 auto;
    width: 12em;
    display: block;
    padding-right: 2em;
    font-size: 1.25rem;
    background: #0288d1 right 16px center/12px 12px no-repeat
}

.checkbox label,
.radio label {
    position: relative;
    padding: 0 30px;
    margin-top: 6px;
    font-weight: 400;
    cursor: pointer;
    min-height: 30px;
    vertical-align: top
}

.checkbox input,
.radio input {
    display: none
}

.checkbox input+*,
.radio input+* {
    transition: color .2s;
    min-height: 20px;
    overflow: hidden;
    display: block
}

.checkbox input+::after,
.checkbox input+::before,
.radio input+::after,
.radio input+::before {
    content: '';
    font-family: yamahaMotor;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

.checkbox input+::before,
.radio input+::before {
    transition: background-color .2s, border-color .2s
}

.checkbox input+::before,
.radio input+::before {
    background-color: #fff;
    border: 1px solid #bdbdbd
}

.checkbox input+::after,
.radio input+::after {
    transform: scale(0);
    transition: color .2s, transform .2s ease-in-out .1s;
    color: transparent
}

.checkbox input:checked+*,
.radio input:checked+* {
  /*  color: #689f38*/
		color: #0288d1
}

.checkbox input:checked+::before,
.radio input:checked+::before {
    /*background-color: #689f38;*/
	background-color: #0288d1;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .05) 100%)
}

.checkbox input:checked+::after,
.radio input:checked+::after {
    transform: scale(1);
    color: #fff
}

.checkbox input:disabled+*,
.radio input:disabled+* {
    cursor: not-allowed;
    color: #bdbdbd
}

.checkbox input:disabled+::before,
.radio input:disabled+::before {
    background-color: #e0e0e0
}

.checkbox input:disabled:checked+*,
.radio input:disabled:checked+* {
    color: #bdbdbd
}

.checkbox input:disabled:checked+::after,
.radio input:disabled:checked+::after {
    color: #bdbdbd
}

.checkbox span a,
.radio span a {
    text-decoration: underline
}

@supports ((-webkit-text-decoration-style:wavy) or (text-decoration-style:wavy)) {
    .checkbox span a,
    .radio span a {
        -webkit-text-decoration: underline wavy #ff6f00;
        text-decoration: underline wavy #ff6f00
    }
}

.landingMenu-item a[target="_blank"] .landingMenu-title::after,
.nav-lv2-item::after,
p a[target='_blank'][href^=http]::after {
    font-family: yamahaMotor, my-sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 200;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
    line-height: 1;
	padding-left: 5px;
	color: #6e6c6c;
	font-size: 0.5em;
}

.footer .externalLinks a::after,
.nav-lv2-panel::before,
.nav-lv3-item span::after,
.nav-lv3-panel .seeAll::before,
.result .store-details .address a::after {
    display: inline-block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.breadcrumb-tree,
.footer .externalLinks,
.footer .footerNav,
.footer .misc,
.footer .socialNetwork,
.nav-lv3-list,
.pageNavi-list,
.result .store-details {
    padding: 0;
    margin: 0;
    list-style: none
}

.breadcrumb-tree li,
.footer .externalLinks li,
.footer .footerNav li,
.footer .misc li,
.footer .socialNetwork li,
.nav-lv3-list li,
.pageNavi-list li,
.result .store-details li {
    margin-left: 0
}

p a[target='_blank'][href^=http]::after {
    display: inline-block;
    vertical-align: super;
    margin-left: .5rem;
    transform-origin: left center;
    transform: scale(.8)
}

.page-title,
.result-heading {
    color: #424242;
    font-size: 1.25rem;
    font-weight: 400;
    display: inline-block;
    position: relative;
    padding-left: 88px
}

.page-title::before,
.result-heading::before {
    content: '';
    width: 80px;
    height: 0;
    border-bottom: 1px solid #bdbdbd;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 12px
}

.page-smallTitle {
    color: #757575;
    font-size: 1rem;
    font-weight: 400;
    display: inline-block;
    position: relative;
    padding-left: 88px
}

.page-smallTitle::before {
    content: '';
    width: 80px;
    height: 0;
    border-bottom: 1px solid #bdbdbd;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 12px
}

.page-bigTitle {
    font-size: 2rem;
    color: #0288d1;
    font-weight: 400
}

@font-face {
    font-family: my-sans-serif;
    src: local(-apple-system), local(BlinkMacSystemFont), local("Microsoft JhengHei"), local("Microsoft YaHei"), local(SimHei);
    unicode-range: U+4E00-9FFF
}

@font-face {
    font-family: my-serif;
    src: local(-apple-system), local(BlinkMacSystemFont), local(PMingLiU), local("LiSong Pro");
    unicode-range: U+4E00-9FFF
}

@font-face {
    font-family: my-sans-serif;
    src: local("Kozuka Gothic Pro"), local("Hiragino Kaku Gothic Pro"), local(Meiryo);
    unicode-range: U+3040-30FF
}

@font-face {
    font-family: my-serif;
    src: local("Kozuka Mincho Pro"), local("Hiragino Mincho Pro"), local(MS PMincho);
    unicode-range: U+3040-30FF
}

@font-face {
    font-family: my-sans-serif;
    src: local("Microsoft JhengHei"), local("LiHei Pro");
    unicode-range: U+3105-312C
}

@font-face {
    font-family: my-serif;
    src: local(-apple-system), local(BlinkMacSystemFont), local(PMingLiU), local("LiSong Pro");
    unicode-range: U+3105-312C
}

@font-face {
    font-family: my-sans-serif;
    src: local(-apple-system), local(BlinkMacSystemFont), local("Helvetica Neue"), local(Helvetica), local(Arial);
    unicode-range: U+00-024F
}

@font-face {
    font-family: my-serif;
    src: local(-apple-system), local(BlinkMacSystemFont), local(Georgia), local("Times New Roman"), local(Times);
    unicode-range: U+00-024F
}

html {
    box-sizing: border-box
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-size: 16px;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

body {
    font: 1rem/1.5 my-sans-serif;
	font-family: "Helvetica Neue", Helvetica, Arial, Meiryo, "Meiryo UI", "Microsoft JhengHei", "Microsoft YaHei", "LiHei Pro", SimHei, "Kozuka Gothic Pro",Georgia, 'LiHei Pro', '儷黑 Pro', \5FAE\8EDF\6B63\9ED1\9AD4, '微軟正黑體', serif;
    margin: 0;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
    color: #424242;
    background-color: #fff
}

.edge body,
.msie body {
    font-family: "Helvetica Neue", Helvetica, Arial, Meiryo, "Meiryo UI", "Microsoft JhengHei", "Microsoft YaHei", "LiHei Pro", SimHei, "Kozuka Gothic Pro", sans-serif
}

@supports (-moz-appearance:meterbar) {
    body {
        filter: none
    }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

summary {
    cursor: pointer;
    outline: 0
}

a {
    background: 0 0;
    text-decoration: none
}

a:link {
    color: #424242
}

a:visited {
    color: #424242
}

a:focus {
    color: false
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 1.5rem
}

h2 {
    font-size: 1.25rem
}

h3 {
    font-size: 1.125rem
}

h4 {
    font-size: 1rem
}

h5 {
    font-size: .9375rem
}

h6 {
    font-size: .875rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1.5rem 0
}

abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #e0e0e0
}

address {
    margin: 0 0 1.5rem 0;
    font-style: normal
}

b,
strong {
    font-weight: 700
}

blockquote {
    font-size: 1.125rem;
    border-left: 3px solid #bdbdbd;
    padding: 1.5rem;
    margin: 0 0 1.5rem 0
}

cite {
    font-style: normal
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: .25rem
}

dfn {
    font-style: italic
}

hr {
    box-sizing: content-box;
    height: 0;
    margin: 0 0 1.5rem 0;
    border: 0;
    border-top: 1px solid #bdbdbd
}

mark {
    background-color: #fff9c4;
    color: #000;
    padding: 2px;
    border-radius: .25rem
}

p,
pre {
    margin: 0 0 1.5rem 0
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: .125rem;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 1rem
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: auto;
    display: block;
    padding: .75rem;
    word-break: break-all;
    word-wrap: break-word;
    color: #616161;
    background-color: #eee;
    border: 1px solid #9e9e9e;
    border-radius: .25rem
}

q {
    quotes: none
}

q:after,
q:before {
    content: '';
    content: none
}

small {
    font-size: small
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -6px
}

sub {
    bottom: -3px
}

dl,
menu,
ol,
ul {
    margin: 0 0 24px 0
}

dt {
    font-weight: 700
}

dd {
    margin: 0 0 0 2.5rem
}

ol {
    padding-left: 36px
}

ul {
    padding-left: 24px
}

ul ul {
    margin-bottom: 12px
}

nav ol,
nav ul {
    list-style: none;
    list-style-image: none;
    padding: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    height: auto;
    display: block;
    width: 100%
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0 0 1em 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #e0e0e0;
    margin: 0 0 1.5rem 0;
    padding: 2.25rem;
    min-width: 0
}

legend {
    border: 0;
    white-space: normal;
    margin: 0;
    padding: 6px;
    font-size: 16px;
    color: #616161;
    float: left
}

button {
    overflow: visible
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0;
    vertical-align: baseline;
    font-size: 1.25rem
}

.msie button,
.msie input,
.msie optgroup,
.msie select,
.msie textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, Meiryo, "Meiryo UI", "Microsoft JhengHei", "Microsoft YaHei", "LiHei Pro", SimHei, "Kozuka Gothic Pro", sans-serif
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin: 4px 0 0;
    line-height: normal
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: border-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block
}

select[multiple],
select[size] {
    height: auto
}

output {
    display: block;
    padding-top: 2.5rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #424242
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
    height: auto;
    resize: vertical
}

optgroup {
    font-weight: 700
}

::-moz-placeholder {
    color: #424242;
    font-size: 1.25rem
}

:-ms-input-placeholder {
    color: #424242;
    font-size: 1.25rem
}

::placeholder {
    color: #424242;
    font-size: 1.25rem
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    color: #424242;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bdbdbd;
    border-radius: 0;
    min-height: 2.8125rem;
    padding: 12px
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
    border-color: #0288d1;
    box-shadow: 0 0 6px 0 rgba(2, 136, 209, .5)
}

input[type=password]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none
}

select {
    background: #fff url(../images/sprite.svg#arrowDownGray) calc(100% - 12px) center/.7em .7em no-repeat;
    padding: 0 2.4rem 0 .75rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select:focus {
    background-image: url(../images/sprite.svg#arrowUpGray)
}

select[disabled] {
    background-image: url(../images/sprite.svg#arrowDownDisabled)
}

_:-ms-input-placeholder,
:root select::-ms-expand {
    display: none
}

input[type=search] {
    -webkit-appearance: none
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    line-height: 2.8125rem
}

_:-ms-fullscreen,
:root input[type="date"],
:root input[type="time"],
:root input[type="datetime-local"],
:root input[type="month"] {
    line-height: 1.5
}

input[type=date]::before {
    content: attr(placeholder);
    color: #0288d1
}

input[type=date]:valid::before {
    display: none
}

table {
    width: 100%;
    max-width: 100%;
    margin: 0 0 24px 0;
    border-spacing: 0;
    overflow: hidden;
    border-collapse: separate
}

table td,
table th {
    padding: 12px;
    text-align: left;
    line-height: 1.5;
    vertical-align: top;
    border-bottom: 1px solid #bdbdbd;
    font-weight: 400
}

table>caption {
    font-size: .8125rem;
    text-align: left
}

table thead th {
    border-bottom: none
}

table>tbody+tbody {
    border-top: 2px solid #757575
}

table td[rowspan] {
    vertical-align: middle
}

::-moz-selection {
    background: rgba(0, 0, 0, .2)
}

::selection {
    background: rgba(0, 0, 0, .2)
}

::-moz-selection {
    background: rgba(0, 0, 0, .2)
}

::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button!important
}

:focus {
    outline: 0
}

iframe {
    border: none
}

@font-face {
    font-family: yamahaMotor;
    src: url(../fonts/yamahaMotor.eot);
    src: url(../fonts/yamahaMotor.eot?#iefix) format("embedded-opentype"), url(../fonts/yamahaMotor.woff) format("woff"), url(../fonts/yamahaMotor.ttf) format("truetype"), url(../fonts/yamahaMotor.svg#yamahaMotor) format("svg");
    font-display: fallback
}

.btn--primary {
    background-color: #d01716;
    border: solid 1px #d01716
}

.btn--primary,
a.btn--primary {
    color: #fff
}

.btn--primary:hover {
    color: #fff;
    background-color: #e82827;
    border-color: #e82827
}

.btn--primary:active {
    color: #fff;
    background-color: #b91414;
    border-color: #ab1312
}

.btn--primary.disabled,
.btn--primary.disabled:active,
.btn--primary.disabled:hover,
.btn--primary:disabled,
.btn--primary:disabled:active,
.btn--primary:disabled:hover,
.btn--primary[disabled],
.btn--primary[disabled]:active,
.btn--primary[disabled]:hover {
    background-color: #d01716;
    border-color: #d01716
}

.btn--primary .badge {
    background-color: #fff;
    color: #d01716
}

.btn--secondary {
    background-color: #fff;
    border: solid 1px #d01716
}

.btn--secondary,
a.btn--secondary {
    color: #d01716
}

.btn--secondary:hover {
    color: #e82827;
    background-color: #fff;
    border-color: #e82827
}

.btn--secondary:active {
    color: #d01716;
    background-color: #f2f2f2;
    border-color: #ab1312
}

.btn--secondary.disabled,
.btn--secondary.disabled:active,
.btn--secondary.disabled:hover,
.btn--secondary:disabled,
.btn--secondary:disabled:active,
.btn--secondary:disabled:hover,
.btn--secondary[disabled],
.btn--secondary[disabled]:active,
.btn--secondary[disabled]:hover {
    background-color: #fff;
    border-color: #d01716
}

.btn--secondary .badge {
    background-color: #fff;
    color: #fff
}

.btn--danger {
    background-color: #d01716;
    border: solid 1px #d01716
}

.btn--danger,
a.btn--danger {
    color: #fff
}

.btn--danger:hover {
    color: #fff;
    background-color: #e82827;
    border-color: #e82827
}

.btn--danger:active {
    color: #fff;
    background-color: #b91414;
    border-color: #ab1312
}

.btn--danger.disabled,
.btn--danger.disabled:active,
.btn--danger.disabled:hover,
.btn--danger:disabled,
.btn--danger:disabled:active,
.btn--danger:disabled:hover,
.btn--danger[disabled],
.btn--danger[disabled]:active,
.btn--danger[disabled]:hover {
    background-color: #d01716;
    border-color: #d01716
}

.btn--danger .badge {
    background-color: #fff;
    color: #d01716
}

.btn--info {
    background-color: #0288d1;
    border: solid 1px #0288d1
}

.btn--info,
a.btn--info {
    color: #fff
}

.btn--info:hover {
    color: #fff;
    background-color: #02a2f9;
    border-color: #02a2f9
}

.btn--info:active {
    color: #fff;
    background-color: #0278b8;
    border-color: #026ea9
}

.btn--info.disabled,
.btn--info.disabled:active,
.btn--info.disabled:hover,
.btn--info:disabled,
.btn--info:disabled:active,
.btn--info:disabled:hover,
.btn--info[disabled],
.btn--info[disabled]:active,
.btn--info[disabled]:hover {
    background-color: #0288d1;
    border-color: #0288d1
}

.btn--info .badge {
    background-color: #fff;
    color: #0288d1
}

.btn--success {
    background-color: #689f38;
    border: solid 1px #689f38
}

.btn--success,
a.btn--success {
    color: #fff
}

.btn--success:hover {
    color: #fff;
    background-color: #7cbd43;
    border-color: #7cbd43
}

.btn--success:active {
    color: #fff;
    background-color: #5c8c31;
    border-color: #54812d
}

.btn--success.disabled,
.btn--success.disabled:active,
.btn--success.disabled:hover,
.btn--success:disabled,
.btn--success:disabled:active,
.btn--success:disabled:hover,
.btn--success[disabled],
.btn--success[disabled]:active,
.btn--success[disabled]:hover {
    background-color: #689f38;
    border-color: #689f38
}

.btn--success .badge {
    background-color: #fff;
    color: #689f38
}

.btn--warning {
    background-color: #ff6f00;
    border: solid 1px #ff6f00
}

.btn--warning,
a.btn--warning {
    color: #fff
}

.btn--warning:hover {
    color: #fff;
    background-color: #ff8629;
    border-color: #ff8629
}

.btn--warning:active {
    color: #fff;
    background-color: #e66400;
    border-color: #d65d00
}

.btn--warning.disabled,
.btn--warning.disabled:active,
.btn--warning.disabled:hover,
.btn--warning:disabled,
.btn--warning:disabled:active,
.btn--warning:disabled:hover,
.btn--warning[disabled],
.btn--warning[disabled]:active,
.btn--warning[disabled]:hover {
    background-color: #ff6f00;
    border-color: #ff6f00
}

.btn--warning .badge {
    background-color: #fff;
    color: #ff6f00
}

.form-group {
    clear: both;
    margin-bottom: 24px
}

.form-group::after {
    clear: both;
    content: "";
    display: block
}

.form-label {
    margin-bottom: 0;
    color: #757575;
    padding-top: 12px;
    display: block
}

.form-data {
    display: block;
    position: relative
}

.form-control {
    display: block;
    width: 100%
}

.form-control:focus {
    background-color: #fff
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #e0e0e0;
    opacity: 1;
    color: #bdbdbd;
    border-color: currentColor
}

.form-control[readonly] {
    cursor: not-allowed;
    background-color: #f5f5f5;
    opacity: 1
}

.form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

textarea.form-control {
    height: auto;
    resize: vertical
}

.checkbox label:before {
    border-radius: .125rem
}

.checkbox input[type=checkbox]+::before {
    border-radius: .125rem
}

.checkbox input[type=checkbox]+::after {
    content: "\e003"
}

.radio label::before {
    border-radius: 50%
}

.radio input[type=radio]+::before {
    border-radius: 50%
}

.radio input[type=radio]+::after {
    content: "\e004"
}

.form-control-static {
    padding-top: 1.5rem;
    margin-bottom: 0
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .form-label,
.has-error .radio,
.has-error .radio-inline {
    color: #d01716
}

.has-error .form-control {
    background-color: #f9bdbb;
    border: 2px dashed #d01716
}

.invalid-feedback {
    position: absolute;
    z-index: 1;
    right: 1.5rem;
    bottom: calc(100% + 4px);
    border-radius: .25rem;
    background-color: #d01716;
    color: #fff;
    font-size: .75rem;
    padding: .75rem 1.5rem;
    display: inline-block;
    line-height: normal
}

.invalid-feedback::before {
    border-style: solid;
    height: 0;
    width: 0;
    border-color: #d01716 transparent transparent;
    border-width: 10px 5px 0;
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    transform: translateX(-50%);
    top: 100%;
    left: 50%
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #9e9e9e
}

.input-group {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    max-width: 12rem;
    margin-bottom: 1.5rem
}

.input-group-btn,
.input-group-value {
    vertical-align: middle;
    text-align: center
}

.input-group-btn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 44px;
    padding: 0;
    color: #fff;
    background-color: #212121;
    position: relative;
    z-index: 1
}

.input-group-btn:hover {
    background-color: #424242
}

.input-group-btn:disabled {
    opacity: .6;
    background-color: #fff;
    color: #bdbdbd;
    border: dashed 2px #bdbdbd
}

.input-group .input-group-value {
    background-color: transparent;
    width: 4rem;
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 1.125rem
}

.helpers--muted {
    color: #9e9e9e
}

.helpers--muted a:link {
    color: #787878;
    text-decoration: underline;
    font-weight: 700
}

.helpers--primary {
    color: #d01716
}

.helpers--primary a:link {
    color: #8b0f0f;
    text-decoration: underline;
    font-weight: 700
}

.helpers--success {
    color: #689f38
}

.helpers--success a:link {
    color: #436624;
    text-decoration: underline;
    font-weight: 700
}

.helpers--info {
    color: #0288d1
}

.helpers--info a:link {
    color: #015785;
    text-decoration: underline;
    font-weight: 700
}

.helpers--warning {
    color: #ff6f00
}

.helpers--warning a:link {
    color: #b34e00;
    text-decoration: underline;
    font-weight: 700
}

.helpers--danger {
    color: #d01716
}

.helpers--danger a:link {
    color: #8b0f0f;
    text-decoration: underline;
    font-weight: 700
}

.helpers--success_alt {
    border-radius: .25rem;
    background-color: #dcedc8;
    color: #689f38;
    padding: 1.5rem
}

.helpers--success_alt a:link {
    color: #689f38;
    text-decoration: underline;
    font-weight: 700
}

.helpers--info_alt {
    border-radius: .25rem;
    background-color: #b3e5fc;
    color: #0288d1;
    padding: 1.5rem
}

.helpers--info_alt a:link {
    color: #0288d1;
    text-decoration: underline;
    font-weight: 700
}

.helpers--warning_alt {
    border-radius: .25rem;
    background-color: #ffecb3;
    color: #ff6f00;
    padding: 1.5rem
}

.helpers--warning_alt a:link {
    color: #ff6f00;
    text-decoration: underline;
    font-weight: 700
}

.helpers--danger_alt {
    border-radius: .25rem;
    background-color: #f9bdbb;
    color: #d01716;
    padding: 1.5rem
}

.helpers--danger_alt a:link {
    color: #d01716;
    text-decoration: underline;
    font-weight: 700
}

.table-responsive {
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    display: block;
    width: 100%
}

blockquote::after {
    clear: both;
    content: "";
    display: block
}

blockquote footer,
blockquote small {
    display: block;
    color: #9e9e9e;
    font-size: 80%
}

blockquote footer:before,
blockquote small:before {
    content: quoted_string(\2014 \00A0)
}

blockquote>:last-child {
    margin-bottom: 0
}

kbd kbd {
    box-shadow: none;
    padding: 0;
    font-size: 100%
}

pre code {
    border-radius: 0;
    padding: 0;
    white-space: pre-wrap;
    background-color: transparent
}

.breadcrumb {
    width: 100%;
    background-color: #f5f5f5
}

.breadcrumb a {
    display: inline-block;
    padding: 8px 0;
    white-space: nowrap
}

.breadcrumb li {
    position: relative
}

.breadcrumb li+li {
    padding-left: 20px
}

.breadcrumb li+li::before {
    content: '|';
    color: #bdbdbd;
    position: absolute;
    left: 9px;
    top: 6px
}

.breadcrumb-tree {
    display: flex;
    flex-flow: row nowrap;
    color: #757575;
    font-size: .875rem
}

.breadcrumb-node.active {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.breadcrumb-node.active a {
    pointer-events: none;
    color: #9e9e9e
}

.landingMenu {
    display: flex;
    flex-flow: row wrap
}

.landingMenu a:link {
    color: #000
}

.landingMenu a:hover {
    color: #0288d1
}

.landingMenu figure {
    margin-bottom: 0
}

.landingMenu-caption {
    line-height: normal;
    position: relative;
    z-index: 3
}

.landingMenu-desc {
    display: block;
    color: #000;
    font-size: .8125rem
}

.landingMenu-img {
    position: relative;
    display: block;
    overflow: hidden
}

.landingMenu-img img {
    transform-origin: center center;
    transition: transform .4s;
    width: 100%
}

.landingMenu-item {
    position: relative
}

.landingMenu-item::before {
    content: '';
    background-color: #fff;
    position: absolute;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform-origin: center top;
    transition: all .4s
}

.landingMenu-item:hover {
    z-index: 1
}

.landingMenu-item:hover::before {
    box-shadow: 4px 8px 16px rgba(0, 0, 0, .4)
}

.landingMenu-item:hover img {
    transform: scale(1.05)
}

.landingMenu-item a[target="_blank"] .landingMenu-title::after {
    content: "\e00a";
    margin-left: 4px
}

.landingMenu-title {
    display: block;
    margin-bottom: 12px
}

.modal {
    display: none;
    position: fixed;
    z-index: 8;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.modal::before {
    content: '';
    background-color: rgba(0, 0, 0, .7);
    width: 200%;
    height: 200%;
    display: block;
    margin: auto;
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: opacity 1s .2s;
    overflow: hidden
}

.modal.active::before {
    opacity: 1
}

.modal.active .modal-dialog {
    opacity: 1;
    transform: translateY(50px)
}

.modal-dialog {
    padding: 36px;
    background-color: #fff;
    width: 100%;
    max-height: calc(100vh - 100px);
    opacity: 0;
    transition: all .2s;
    overflow: hidden;
    position: relative;
    margin: auto
}

.modal-body {
    height: 100%;
    width: 100%;
    overflow: hidden
}

.modal-footer {
    padding-top: 24px;
    overflow: hidden
}

.modal-close {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    border: 0;
    background: url(../images/sprite.svg#circleCloseGray) center center/25px auto no-repeat;
    height: 48px;
    width: 48px;
    display: block;
    position: absolute;
    z-index: 30;
    top: 0;
    right: 0;
    cursor: pointer
}

.modal-open {
    overflow: hidden
}

.debugMode::before {
    display: inline-block;
    position: fixed;
    z-index: 2;
    right: 0;
    bottom: 0;
    padding: 4px;
    background-color: rgba(0, 0, 0, .4);
    color: #fff
}

body,
html {
    width: 100%;
    height: 100%
}

.container {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.header {
    transition: transform .4s ease-in-out;
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0;
    width: 100%
}

.main {
    position: relative;
    z-index: 2;
    clear: both;
    padding-bottom: 48px;
    flex-grow: 1
}

.footer {
    position: relative;
    z-index: 1;
    width: 100%;
    clear: both;
    overflow: hidden
}

.header {
    background: #fff
}

.header-inner {
    height: 100%;
    margin: 0 auto;
    position: relative
}

.header-inner::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 -5px 0 0 #4665b5 inset
}

.header .logo {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    border: 0;
    background: url(../images/sprite.svg#YMTLogo) center center/cover no-repeat content-box;
    box-sizing: content-box;
    position: absolute;
    z-index: 3
}

.nav-overlay {
    display: none;
    position: fixed;
    z-index: -2;
    left: 0;
    top: 0;
    width: 200vw;
    height: 200vh;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    transition: opacity .4s
}

.nav-panel-back {
    display: none
}

.nav-toggle {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    border: 0;
    background: url(../images/sprite.svg#threeLines) center center/28px no-repeat;
    height: 64px;
    width: 64px;
    display: none;
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0
}

.nav-lv1-panel li {
    margin-left: 0
}

.nav-lv1-list {
    background-color: #fff;
    margin: 0;
    padding: 0
}

.nav-lv1-item {
    display: block;
    text-align: center
}

.nav-lv1-item.active {
    color: #0288d1
}

.nav-lv1-item .eng {
    opacity: .5
}

.nav-lv2-list>li {
    display: block;
    margin: 0;
    clear: both
}

.nav-lv2-list a:hover {
    color: #000
}

.nav-lv2-item {
    position: relative;
    display: inline-block;
    text-transform: uppercase
}

.nav-lv2-item:link {
    color: #9e9e9e
}

.nav-lv2-item:visited {
    color: #9e9e9e
}

.nav-lv2-item::after {
    display: none;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #9e9e9e;
    font-size: .75rem
}

.nav-lv2-item.active {
    border-bottom: 2px solid #0288d1;
    color: #000
}

.nav-lv3-panel .seeAll {
    display: block;
    width: 100%;
    background-color: #bdbdbd;
    text-align: center;
    text-transform: uppercase;
    clear: both;
    line-height: 48px
}

.nav-lv3-panel .seeAll::before {
    content: '';
    background-image: url(../images/sprite.svg#grid);
    height: 1em;
    width: 1em;
    margin-right: 8px;
    vertical-align: text-bottom;
    opacity: .6
}

.nav-lv3-panel .seeAll:hover::before {
    opacity: 1
}

.nav-lv3-item {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    background: linear-gradient(0deg, #000, transparent 50%)
}

.nav-lv3-item::before {
    height: 100%;
    width: 100%;
    content: '';
    background: center center/contain no-repeat;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(.5);
    transform-origin: center center;
    transition: transform .4s
}

.nav-lv3-item:hover::before {
    transform: translate(-50%, -50%) scale(.55)
}

.nav-lv3-item[target="_blank"] span::after {
    background-image: url(../images/sprite.svg#newWindow)
}

.nav-lv3-item img {
    transition: transform .4s;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%
}

.nav-lv3-item span {
    position: absolute;
    z-index: 2;
    right: 12px;
    bottom: 12px;
    color: #fff;
    text-transform: uppercase;
    padding-right: 20px;
    line-height: normal;
    text-align: right
}

.nav-lv3-item span::after {
    content: '';
    background-image: url(../images/sprite.svg#arrowRight);
    height: 15px;
    width: 15px;
    transition: transform .4s;
    position: absolute;
    right: 0;
    bottom: 2px
}

.nav-opened {
    overflow: hidden
}

.nav-opened .nav-toggle {
    background-image: url(../images/sprite.svg#cross)
}

#APP,
#AccessoriesApparel,
#YMSYSP {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: 'a b'
}

#APP>li:nth-child(1),
#AccessoriesApparel>li:nth-child(1),
#YMSYSP>li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: a
}

#APP>li:nth-child(2),
#AccessoriesApparel>li:nth-child(2),
#YMSYSP>li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: b
}

#CSR>li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: a
}

#CSR>li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: b
}

#CSR>li:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: c
}

#CSR>li:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: d
}

#CSR>li:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: e
}

#CSR>li:nth-child(6) {
    grid-area: f
}

#Green,
#Motorcyle,
#Scooters {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas: 'a b' 'c d'
}

#Green>li:nth-child(1),
#Motorcyle>li:nth-child(1),
#Scooters>li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: a
}

#Green>li:nth-child(2),
#Motorcyle>li:nth-child(2),
#Scooters>li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: b
}

#Green>li:nth-child(3),
#Motorcyle>li:nth-child(3),
#Scooters>li:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: c
}

#Green>li:nth-child(4),
#Motorcyle>li:nth-child(4),
#Scooters>li:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: d
}

#APP a {
    background-image: none
}

#APP .yamahaLife {
    background-color: #e51c23
}

#APP .yamahaLife::before {
    background-image: url(../images/sprite.svg#yamahaLife)
}

#APP .smartRiding {
    background-color: #0277bd
}

#APP .smartRiding::before {
    background-image: url(../images/sprite.svg#smartRiding)
}

#About>li,
#CompanyHistory>li,
#GolfCar>li,
#HR>li,
#LifeStyle>li,
#M1Intro>li,
#Owner>li,
#Profile>li,
#RacingHistory>li,
#RacingSeason>li,
#WTGP>li,
#YJT>li,
#YRA>li,
#YamahaCafe>li,
#Yamalube>li {
    width: 100%;
    height: 100%
}

#Green .driverMenual {
    background: #0288d1 none
}

#Green .driverMenual::before {
    background-image: url(../images/sprite.svg#driverMenual)
}

#Misc {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr .5fr .5fr 1fr;
    grid-template-columns: 1fr .5fr .5fr 1fr;
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas: 'a b b c' 'd d e e'
}

#Misc>li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: a
}

#Misc>li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: b
}

#Misc>li:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    grid-area: c
}

#Misc>li:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: d
}

#Misc>li:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: e
}

#Misc a {
    background-image: none
}

#Misc .faq {
    background-color: #039be5
}

#Misc .faq::before {
    background-image: url(../images/sprite.svg#faq)
}

#Misc .pdtSupport {
    background-color: #0288d1
}

#Misc .pdtSupport::before {
    background-image: url(../images/sprite.svg#handSupport)
}

#Misc .newCarSurvey {
    background-color: #0277bd
}

#Misc .newCarSurvey::before {
    background-image: url(../images/sprite.svg#write)
}

#Misc .recallInfo {
    background-color: #0277bd
}

#Misc .recallInfo::before {
    background-image: url(../images/sprite.svg#warning)
}

#Misc .partsPriceQuery {
    background-color: #039be5
}

#Misc .partsPriceQuery::before {
    background-image: url(../images/sprite.svg#gear)
}

#AffiliatedCompany,
#ServiceTech {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-areas: 'a b c'
}

#AffiliatedCompany>li:nth-child(1),
#ServiceTech>li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: a
}

#AffiliatedCompany>li:nth-child(2),
#ServiceTech>li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: b
}

#AffiliatedCompany>li:nth-child(3),
#ServiceTech>li:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: c
}

#YMSYSP .ysp {
    background: #e0e0e0 none
}

#YMSYSP .ysp::before {
    background-image: url(../images/sprite.svg#ysp)
}

.btnMore {
    background-image: url(../images/sprite.svg#arrowDown)
}

.emptyState {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    padding: 64px 0;
    margin: 0 auto;
    width: 100%
}

.emptyState::before {
    height: 100px;
    width: 100px;
    background-image: url(../images/sprite.svg#exclamation);
    content: ''
}

.emptyState-body {
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    font-size: 1.25rem;
    margin: 0 0 0 24px
}

.sticky {
    transition: top .4s ease-in-out;
    position: -webkit-sticky;
    position: sticky;
    z-index: 5;
    top: 0
}

.pageNavi {
    width: 100%;
    color: #424242;
    background-color: currentColor
}

.pageNavi-inner {
    position: relative;
    z-index: 10;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    height: 100%
}

.pageNavi-title {
    font-size: 1.25rem;
    display: inline-block;
    margin: 0;
    line-height: 1;
    position: relative;
    margin-right: 24px;
    color: #fff
}

.pageNavi-list a {
    color: #fff;
    display: block
}

.result-heading strong {
    color: #e51c23;
    font-weight: 400
}

.result-list {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch
}

.result-list>div {
    border: 1px solid #e0e0e0;
    border-top-width: 5px;
    padding: 24px
}

.result .store {
    padding: 24px;
    color: #424242;
    background-color: #fff
}

.result .store-name {
    font-size: 1.5rem;
    margin-bottom: 24px;
    min-height: 80px
}

.result .store-name .store-report {
    background: url(../../images/sprite.svg#externalLink) left center/1em 1em no-repeat;
    padding-left: 1.5em;
    margin-top: 8px;
    font-size: 1rem;
    display: block;
    position: relative
}

.result .store-name .medalGuide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    border: 0;
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0
}

.result .store-name.YMS,
.result .store-name.YSP {
    position: relative
}

.result .store-name.YMS .medalGuide {
    background: #ee2625 url(../../images/sprite.svg#yms) center center/78% auto no-repeat
		/*background: #ff3d00 url(../../images/sprite.svg#yms) center center/78% auto no-repeat*/
}

.result .store-name.YSP .medalGuide {
    background: #0060ae url(../../images/sprite.svg#ysp2) center center/78% auto no-repeat
	/*background: #3f51b5 url(../../images/sprite.svg#ysp2) center center/78% auto no-repeat*/
}

.result .store-details {
    padding-top: 24px;
    border-top: 2px solid #e0e0e0
}

.result .store-details>li {
    clear: both;
    display: block
}

.result .store-details .address,
.result .store-details .phone {
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 1.125rem
}

.result .store-details .phone {
    background: url(../../images/sprite.svg#phone) left top/24px 24px no-repeat
}

.result .store-details .address {
    background: url(../../images/sprite.svg#placeholder) left top/24px 24px no-repeat
}

.result .store-details .address a {
    display: block
}

.result .store-details .address a::after {
    content: '';
    background-image: url(../../images/sprite.svg#externalLink);
    height: 1em;
    width: 1em;
    margin-left: 4px;
    vertical-align: text-bottom
}

.result .store-details .products {
    padding-top: 24px;
    border-top: 1px solid #e0e0e0
}

.result .store-details .label {
    width: 6em;
    float: left;
    display: block
}

.result .store-details .data {
    margin-left: 6em;
    display: block
}

.result .store-details .distance,
.result .store-details .maintenance {
    margin-bottom: 24px
}

.result .store-details .distance {
    background: url(../../images/sprite.svg#motorGray) left center/37px 37px no-repeat;
    padding-left: 40px
}

.result .store-details .medal {
    overflow: hidden
}

.result .store-details .medal span {
    height: 45px;
    width: 45px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    border: 0;
    margin-right: 4px;
    display: block;
    float: left;
    background: center center/contain no-repeat
}

.result .store-details .medal .yta {
    background-image: url(../../images/sprite.svg#yta)
}

.result .store-details .medal .ypa {
    background-image: url(../../images/sprite.svg#ypa)
}

.result .store-details .medal .cs {
    background-image: url(../../images/sprite.svg#csCheck)
}

.result .store-details .medal .ygsp {
    background-image: url(../../images/sprite.svg#ygsp)
}

.areaSearch {
    display: flex;
    justify-content: space-between;
    clear: both;
    margin-top: 36px
}

.areaSearch button {
    padding-right: 2em;
    position: relative
}

.areaSearch button::after {
    background: url(../../images/sprite.svg#magnifier) right center/1em 1em no-repeat;
    height: 100%;
    width: 2em;
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 12px
}

#kvCarousel {
    background: #000;
    height: 70vh;
    width: 100%
}

#kvCarousel a {
    display: block;
    width: 100%;
    height: 100%
}

#kvCarousel .swiper-slide {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden
}

#kvCarousel .swiper-slide img {
    left: 50%;
    top: 50%;
    transform-origin: center center;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 1;
    min-height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    font-family: 'object-fit: cover;object-position: center center;'
}

#kvCarousel .swiper-slide .ytVideo {
    display: block;
    width: 100%;
    height: 100%
}

.mySwiper-button-next,
.mySwiper-button-prev {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    border: 0;
    height: 48px;
    width: 48px;
    position: absolute;
    z-index: 2;
    top: 50%;
    cursor: pointer;
    opacity: .4
}

.mySwiper-button-next.disabled,
.mySwiper-button-prev.disabled {
    display: none;
    pointer-events: none
}

.mySwiper-button-next.hidden,
.mySwiper-button-prev.hidden {
    display: none
}

.mySwiper-button-next {
    background: url(../images/sprite.svg#arrowRight) right center/cover no-repeat;
    right: 0;
    transform: translateY(-50%)
}

.mySwiper-button-prev {
    background: url(../images/sprite.svg#arrowLeft) left center/cover no-repeat;
    left: 0;
    transform: translateY(-50%)
}

.mySwiper-pagination {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    line-height: 0;
    white-space: nowrap
}

.mySwiper-pagination-bullet {
    display: inline-block;
    width: 37px;
    height: 7px;
    margin: 0 12px;
    background-color: #757575;
    cursor: pointer
}

.mySwiper-pagination-bullet.active {
    background-color: #b40606
}

.footer {
    background: #424242;
    color: #fff
}

.footer a:active,
.footer a:hover,
.footer a:link,
.footer a:visited {
    color: #fff
}

.footer-inner {
    width: 100%
}

.footer .copyright {
    float: left;
    font-size: .875rem;
    margin-bottom: 0
}

.footer .externalLinks {
    clear: both;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-top: 24px
}

.footer .externalLinks li+li {
    margin-left: 24px
}

.footer .externalLinks a {
    display: block;
    font-size: .875rem
}

.footer .externalLinks a::after {
    content: '';
    background-image: url(../images/sprite.svg#newWindow);
    height: 14px;
    width: 14px;
    margin-left: 4px;
    vertical-align: text-top
}

.footer .footerNav {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    position: relative
}

.footer .footerNav li {
    border-left: 1px solid #757575;
    text-align: center
}

.footer .footerNav li:first-child {
    border-left: none
}

.footer .footerNav a {
    display: block;
    padding: 0 24px;
    font-size: .875rem
}

.footer .footerNav .eng {
    display: block;
    opacity: .5;
    font-size: .75rem
}

.footer .misc {
    display: flex;
    flex-flow: row wrap;
    font-size: .75rem
}

.footer .misc a {
    display: block
}

.footer .misc li+li {
    margin-left: 24px
}

.footer .misc li:nth-child(4) {
    opacity: .5
}

.footer .socialNetwork {
    float: left;
    display: flex;
    flex-flow: row nowrap
}

.footer .socialNetwork li+li {
    margin-left: 24px
}

.footer .socialNetwork a {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    border: 0;
    height: 32px;
    width: 32px;
    display: block;
    background: center center/cover no-repeat
}

.footer .socialNetwork a.fb {
    background-image: url(../images/sprite.svg#fb)
}

.footer .socialNetwork a.ig {
    background-image: url(../images/sprite.svg#ig)
}

.footer .socialNetwork a.youtube {
    background-image: url(../images/sprite.svg#youtube);
    height: 32px;
    width: 45px
}

.footer .warningMsg {
    padding: 24px 0;
    margin-top: 24px;
    margin-bottom: 24px;
    border-top: 1px solid #757575;
    border-bottom: 1px solid #757575
}

.footer .warningMsg li+li {
    margin-top: 24px
}

.footer .warningMsg p {
    text-align: center;
    margin-bottom: 0
}

.gotoTop {
    height: 24px;
    width: 24px;
    background: url(../../images/sprite.svg#arrowUp) center center/12px auto no-repeat;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    border: 0;
    cursor: pointer;
    position: fixed;
    z-index: -1;
    right: 24px;
    bottom: 24px;
    background-color: #0288d1;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(72px);
    transition: all .4s
}

.gotoTop--not-top {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 6
}

.agreePrivacy {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 -4px 16px 0 rgba(0, 0, 0, .4);
    position: fixed;
    z-index: 13;
    left: 0;
    bottom: 0;
    transform: translateY(150%);
    transition: transform .4s
}

.agreePrivacy.active {
    transform: translateY(0)
}

.agreePrivacy-inner {
    padding: 48px 0;
    position: relative
}

.agreePrivacy-btn {
    width: 10em;
    text-align: center
}

.agreePrivacy-close {
    height: 48px;
    width: 48px;
    background: url(../../images/sprite.svg#crossGrayBold) center center/15px auto no-repeat;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    border: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    cursor: pointer
}

.agreePrivacy h3 {
    font-size: 2rem;
    color: #0288d1;
    margin-bottom: 24px;
    font-weight: 400
}

.pace {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.pace .pace-progress {
    position: fixed;
    z-index: 11;
    top: 0;
    right: 100%;
    display: block;
    width: 100%;
    height: 4px;
    background: #e51c23
}

.pace-inactive {
    display: none
}

.headroom {
    will-change: transform;
    transition: transform .4s ease-in-out;
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0
}

.headroom--pinned {
    transform: translateY(0)
}

.headroom--unpinned {
    transform: translateY(-100%)
}


/*!
 * jReject (jQuery Browser Rejection Plugin)
 * Version 1.1.x
 * URL: http://jreject.turnwheel.com/
 * Description: jReject is a easy method of rejecting specific browsers on your site
 * Author: Steven Bower (TurnWheel Designs) http://turnwheel.com/
 * Copyright: Copyright (c) 2009-2014 Steven Bower under dual MIT/GPL license.
 */

#jr_overlay {
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 2147483646;
    position: absolute
}

#jr_wrap {
    position: absolute;
    width: 100%;
    z-index: 2147483647;
    padding: 0;
    margin: 0
}

#jr_inner {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
    font-size: 12px;
    background: #fff;
    border: 1px solid #ccc;
    color: #4f4f4f;
    margin: 0 auto;
    height: auto;
    padding: 20px;
    position: relative;
    box-sizing: content-box
}

#jr_header {
    display: block;
    color: #333;
    padding: 5px;
    padding-bottom: 0;
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.3em;
    margin-bottom: .5em
}

#jr_inner p {
    padding: 5px;
    margin: 0
}

#jr_inner ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0
}

#jr_inner ul li {
    cursor: pointer;
    float: left;
    width: 120px;
    height: 122px;
    margin: 0 10px 10px 10px;
    padding: 0;
    text-align: center;
    background: url(/images/jReject/background_browser.gif) no-repeat left top
}

#jr_inner li a {
    color: #333;
    font-size: .8em;
    text-decoration: none;
    padding: 0;
    margin: 0
}

#jr_inner li a:hover {
    text-decoration: underline
}

#jr_inner .jr_icon {
    width: 100px;
    height: 100px;
    margin: 1px auto;
    padding: 0;
    background: transparent no-repeat scroll left top;
    cursor: pointer
}

#jr_close {
    clear: both;
    padding: 0;
    margin: 0
}

#jr_close a {
    color: #000;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    text-decoration: underline
}

#jr_close p {
    padding: 10px 0 0 0;
    margin: 0
}

#jr_chrome .jr_icon {
    background-image: url(/images/jReject/browser_chrome.gif)
}

#jr_firefox .jr_icon {
    background-image: url(/images/jReject/browser_firefox.gif)
}

#jr_safari .jr_icon {
    background-image: url(/images/jReject/browser_safari.gif)
}

#jr_opera .jr_icon {
    background-image: url(/images/jReject/browser_opera.gif)
}

#jr_msie .jr_icon {
    background-image: url(/images/jReject/browser_msie.gif)
}

.swiper-container {
    margin-left: auto;
    margin-right: 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;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: 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 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: 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;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    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, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(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, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(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, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(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, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(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;
    -o-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(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.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%);
    -ms-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;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    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%);
    -ms-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;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    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;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(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);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-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, .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, .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, .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, .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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: 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%;
    -ms-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;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-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;
    -ms-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;
    -ms-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
}

.easyzoom {
    position: relative;
    display: inline-block
}

.easyzoom img {
    vertical-align: bottom
}

.easyzoom.is-loading img {
    cursor: progress
}

.easyzoom.is-ready img {
    cursor: crosshair
}

.easyzoom.is-error img {
    cursor: not-allowed
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px #888
}

.easyzoom-flyout {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #fff
}

.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px
}

@media only screen and (max-width:47.9375em) {
    .page-title,
    .result-heading {
        margin-top: 24px;
        margin-bottom: 24px
    }
    .page-bigTitle {
        margin-bottom: 24px
    }
    html {
        --device: 'mobile';
        counter-reset: mobile
    }
    .form-label {
        margin-bottom: 12px;
        padding-top: 0
    }
    .breadcrumb-tree {
        margin: 0 3.6%
    }
    .landingMenu figure:nth-child(n+3) {
        margin-top: 24px
    }
    .landingMenu figure:nth-child(2n+1) {
        margin-left: 0;
        clear: left
    }
    .landingMenu-caption {
        padding: 12px
    }
    .landingMenu-item {
        width: 48.72979%;
        margin-left: 2.54042%
    }
    .landingMenu-item:hover::before {
        box-shadow: 2px 4px 8px rgba(0, 0, 0, .4)
    }
    .landingMenu-title {
        color: #0288d1;
        font-size: .875rem;
        margin-bottom: 4px
    }
    .modal-dialog {
        padding: 24px 2.54042%;
        max-width: 100vw
    }
    .debugMode::before {
        content: 'mobile'
    }
    .debugMode .main {
        background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="rgba(179, 230, 230, 0.6)" width="100%" %3E%3Crect x="0" width="23.09469%" height="100%"/%3E%3Crect x="25.6351%" width="23.09469%" height="100%"/%3E%3Crect x="51.27021%" width="23.09469%" height="100%"/%3E%3Crect x="76.90531%" width="23.09469%" height="100%"/%3E%3C/svg%3E') no-repeat scroll
    }
    .container {
        padding-top: 64px;
        min-width: 360px
    }
    .header {
        height: 64px
    }
    .main {
        margin: 0 3.6%
    }
    .header-inner {
        height: 64px
    }
    .header .logo {
        height: 64px;
        width: 107px;
        left: 0;
        top: 0;
        padding: 0 3.6%
    }
    .nav-panel-back {
        top: 64px
    }
    .nav-toggle {
        height: 64px;
        width: 64px
    }
    .nav-lv3-panel {
        height: calc(100vh - 121px);
        top: 121px
    }
    .nav-opened .nav-lv1-panel {
        top: 64px
    }
    .sticky {
        height: 48px
    }
    .headroom--pinned~.sticky {
        top: 64px
    }
    .pageNavi-inner {
        padding: 0 2.54042%;
        margin: 0
    }
    .pageNavi-list {
        position: absolute;
        z-index: 1;
        top: 12px;
        right: 0;
        padding-top: 2em;
        width: 100%
    }
    .pageNavi-list.active li {
        display: block
    }
    .pageNavi-list::before {
        content: attr(data-active-item);
        position: absolute;
        z-index: 1;
        top: 0;
        right: calc(2.54042% + 1.5em);
        color: #fff
    }
    .pageNavi-list::after {
        height: 1em;
        width: 1em;
        background: url(../../images/sprite.svg#arrowDown) right center/.8em .8em no-repeat;
        content: '';
        position: absolute;
        z-index: 1;
        top: 4px;
        right: 2.54042%
    }
    .pageNavi-list li {
        text-align: center;
        background-color: currentColor;
        display: none
    }
    .pageNavi-list li.active {
        background-image: linear-gradient(90deg, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .2) 100%)
    }
    .pageNavi-list li:first-child {
        border-top: 1px solid rgba(255, 255, 255, .6)
    }
    .pageNavi-list li+li::before {
        content: '';
        width: 94.91917%;
        height: 0;
        display: block;
        margin: 0 auto;
        border-top: 1px dotted rgba(255, 255, 255, .4)
    }
    .pageNavi-list a {
        margin: 0 2.54042%;
        padding: 12px 0
    }
    .result-heading {
        margin-bottom: 0
    }
    .result-list {
        margin-top: 24px
    }
    .result-list>div:nth-child(n+2) {
        margin-top: 24px
    }
    .result-list>div {
        flex-basis: 100%
    }
    .result .store-name .medalGuide {
        height: 80px;
        width: 100px
    }
    .result .store-name.YMS,
    .result .store-name.YSP {
        padding-left: 108px
    }
    .areaSearch {
        flex-direction: column
    }
    .areaSearch>*+* {
        margin-top: 12px
    }
    #kvCarousel {
        margin-bottom: 36px;
        height: 35vh
    }
    .mySwiper-button-next {
        background-size: 20px 38px
    }
    .mySwiper-button-prev {
        background-size: 20px 38px
    }
    .mySwiper-pagination {
        bottom: 5px
    }
    .footer-inner {
        padding: 48px 15px
    }
    .footer .copyright {
        float: none;
        text-align: center;
        font-size: .75rem
    }
    .footer .externalLinks {
        justify-content: center;
        margin-top: 0
    }
    .footer .externalLinks a {
        min-height: 48px;
        line-height: 48px
    }
    .footer .footerNav {
        float: none;
        justify-content: center;
        margin-top: 24px;
        padding-top: 24px;
        border-top: 1px solid #757575
    }
    .footer .footerNav li {
        flex-basis: 30%;
        flex-grow: 1
    }
    .footer .footerNav li:nth-child(3n+1) {
        border-left: none
    }
    .footer .footerNav li:nth-child(n+4) {
        margin-top: 24px
    }
    .footer .misc {
        justify-content: center
    }
    .footer .misc a {
        min-height: 48px;
        line-height: 48px
    }
    .footer .misc li:nth-child(4) {
        clear: left;
        margin-left: 0
    }
    .footer .socialNetwork {
        float: none;
        justify-content: center
    }
    .footer .warningMsg {
        margin-top: 8px
    }
    .agreePrivacy-inner {
        margin: 0 3.6%
    }
}

@media only screen and (min-width:48em) and (max-width:74.9375em) {
    .page-title,
    .result-heading {
        margin-top: 36px;
        margin-bottom: 24px
    }
    .page-bigTitle {
        margin-bottom: 36px
    }
    html {
        --device: 'tablet';
        counter-reset: tablet
    }
    .breadcrumb-tree {
        margin: 0 1.5%
    }
    .landingMenu figure:nth-child(n+5) {
        margin-top: 24px
    }
    .landingMenu figure:nth-child(4n+1) {
        margin-left: 0;
        clear: left
    }
    .landingMenu-caption {
        padding: 12px
    }
    .landingMenu-item {
        width: 23.01426%;
        margin-left: 2.64766%
    }
    .landingMenu-title {
        color: #0288d1;
        font-size: 1rem
    }
    .modal-dialog {
        max-width: 94.70468%
    }
    .debugMode::before {
        content: 'tablet'
    }
    .debugMode .main {
        background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="rgba(179, 230, 230, 0.6)" width="100%" %3E%3Crect x="0" width="10.1833%" height="100%"/%3E%3Crect x="12.83096%" width="10.1833%" height="100%"/%3E%3Crect x="25.66191%" width="10.1833%" height="100%"/%3E%3Crect x="38.49287%" width="10.1833%" height="100%"/%3E%3Crect x="51.32383%" width="10.1833%" height="100%"/%3E%3Crect x="64.15479%" width="10.1833%" height="100%"/%3E%3Crect x="76.98574%" width="10.1833%" height="100%"/%3E%3Crect x="89.8167%" width="10.1833%" height="100%"/%3E%3C/svg%3E') no-repeat scroll
    }
    .container {
        padding-top: 99px;
        min-width: 768px
    }
    .header {
        height: 99px
    }
    .main {
        margin: 0 1.5%
    }
    .header-inner {
        min-width: 768px
    }
    .header .logo {
        height: 48px;
        width: 138px;
        top: 24px;
        left: 1.5%
    }
    .nav-panel-back {
        top: 99px
    }
    .nav-toggle {
        height: 99px;
        width: 64px
    }
    .nav-lv2-list {
        width: 97%;
        height: 40vw
    }
    .nav-lv3-panel {
        height: calc(100vh - 156px);
        top: 156px
    }
    .nav-opened .nav-lv1-panel {
        top: 99px
    }
    .sticky {
        height: 48px
    }
    .headroom--pinned~.sticky {
        top: 99px
    }
    .pageNavi-inner {
        margin: 0 2.64766%
    }
    .result-list>div {
        width: 30.75356%;
        margin-left: 2.64766%
    }
    .result-list>div:nth-child(3n+1) {
        margin-left: 0
    }
    .result .store-name .medalGuide {
        height: 48px;
        width: 60px
    }
    .result .store-name.YMS,
    .result .store-name.YSP {
        padding-left: 68px
    }
    .result .store-details .medal span {
        height: 28px;
        width: 28px
    }
    .areaSearch>*+* {
        margin-left: 2.64766%
    }
    .areaSearch button {
        flex: 0 1 35.84521%
    }
    .areaSearch select {
        flex: 1 0 30.75356%
    }
    .footer-inner {
        padding: 48px 12px
    }
    .footer .footerNav {
        margin-left: 23.01426%;
        right: -12px
    }
    .footer .footerNav a {
     /*   padding: 0 16px*/
			padding: 0 12px
    }
    .footer .misc {
        width: 100%;
        justify-content: flex-start
    }
    .agreePrivacy-inner {
        margin: 0 1.5%
    }
}

@media only screen and (min-width:75em) {
    .page-title,
    .result-heading {
        margin-top: 48px;
        margin-bottom: 36px
    }
    .page-bigTitle {
        margin-bottom: 48px
    }
    html {
        --device: 'desktop';
        counter-reset: desktop
    }
    a:hover {
        color: #0288d1
    }
    a:active {
        color: #03a9f4
    }
    .breadcrumb-tree {
        width: 1200px;
        margin: 0 auto
    }
    .landingMenu {
        margin-bottom: 48px
    }
    .landingMenu figure:nth-child(n+5) {
        margin-top: 64px
    }
    .landingMenu figure:nth-child(4n+1) {
        margin-left: 0;
        clear: left
    }
    .landingMenu-caption {
        padding: 12px 24px 0
    }
    .landingMenu-desc {
        font-size: .9375rem;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: 125%;
        left: 0;
        padding: 0 24px;
        height: 0;
        transition: all .4s;
        overflow: hidden
    }
    .landingMenu-item {
        width: 23.52941%;
        margin-left: 1.96078%
    }
    .landingMenu-item:hover::before {
        transform: scaleY(1.25)
    }
    .landingMenu-item:hover .landingMenu-desc {
        height: 3em
    }
    .landingMenu-title {
        font-size: 1.125rem
    }
    .modal-dialog {
        max-width: 93vh
    }
    .debugMode::before {
        content: 'desktop'
    }
    .debugMode .main {
        background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="rgba(179, 230, 230, 0.6)" width="100%" %3E%3Crect x="0" width="6.53595%" height="100%"/%3E%3Crect x="8.49673%" width="6.53595%" height="100%"/%3E%3Crect x="16.99346%" width="6.53595%" height="100%"/%3E%3Crect x="25.4902%" width="6.53595%" height="100%"/%3E%3Crect x="33.98693%" width="6.53595%" height="100%"/%3E%3Crect x="42.48366%" width="6.53595%" height="100%"/%3E%3Crect x="50.98039%" width="6.53595%" height="100%"/%3E%3Crect x="59.47712%" width="6.53595%" height="100%"/%3E%3Crect x="67.97386%" width="6.53595%" height="100%"/%3E%3Crect x="76.47059%" width="6.53595%" height="100%"/%3E%3Crect x="84.96732%" width="6.53595%" height="100%"/%3E%3Crect x="93.46405%" width="6.53595%" height="100%"/%3E%3C/svg%3E') no-repeat scroll
    }
    .container {
        padding-top: 95px;
        min-width: 1200px
    }
    .header {
        height: 95px
    }
    .main {
        margin: 0 auto;
        width: 1200px
    }
    .header-inner {
        width: 1200px
    }
    .header-inner::before {
        width: 500%;
        transform: translateX(-50%)
    }
    .header .logo {
        height: 48px;
        width: 138px;
        top: 24px;
        left: 0
    }
    .nav-lv1-list {
        position: absolute;
        z-index: 3;
        top: 24px;
        right: 0
    }
    .nav-lv1-list>li {
        display: inline-block
    }
    .nav-lv1-list>li+li {
        margin-left: 24px
    }
    .nav-lv1-item.active+.nav-lv2-panel {
        color: #03a9f4;
        left: 0;
        opacity: 1
    }
    .nav-lv1-item .eng {
        display: block
    }
    .nav-lv1-item .eng:hover {
        opacity: 1
    }
    .nav-lv2-panel {
        opacity: 0;
        transition: opacity .4s;
        background-color: #fff;
        width: 100%;
        position: fixed;
        left: -100%;
        top: 95px;
        z-index: 3
    }
    .nav-lv2-list {
        display: block;
        margin: 36px auto;
        position: relative
    }
    .nav-lv2-list {
        width: 1200px;
        height: 548px
    }
    .nav-lv2-list>li+li {
        margin-top: 24px
    }
    .nav-lv2-item {
        max-width: 15.03268%;
        margin-left: 12px
    }
    .nav-lv2-item.active {
        pointer-events: none
    }
    .nav-lv3-panel {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%
    }
    .nav-lv3-panel {
        width: 83.00654%
    }
    .nav-lv3-panel.active {
        display: flex;
        flex-direction: column
    }
    .nav-lv3-list {
        flex: 1 0 0%
    }
    .nav-lv3-item:hover img {
        transform: scale(1.05);
        transform-origin: center center
    }
    .nav-lv3-item:hover span::after {
        transform: translateX(.5em)
    }
    .nav-opened .nav-overlay {
        opacity: 1;
        display: block
    }
    #CSR {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2, 1fr);
        grid-template-areas: 'a b c' 'd e f'
    }
    .sticky {
        height: 70px
    }
    .headroom--pinned~.sticky {
        top: 95px
    }
    .pageNavi-inner {
        width: 1200px;
        margin: 0 auto
    }
    .pageNavi-title {
        font-size: 1.875rem
    }
    .pageNavi-list li {
        transition: border-color .4s
    }
    .pageNavi-list li:hover {
        border-color: rgba(255, 255, 255, .4)
    }
    .result-list>div {
        width: 32.02614%;
        margin-left: 1.96078%
    }
    .result-list>div:nth-child(3n+1) {
        margin-left: 0
    }
    .result .store-name .medalGuide {
        height: 80px;
        width: 100px
    }
    .result .store-name.YMS,
    .result .store-name.YSP {
        padding-left: 108px
    }
    .areaSearch>*+* {
        margin-left: 1.96078%
    }
    .areaSearch button {
        flex: 0 0 23.52941%
    }
    .areaSearch select {
        flex: 1 0 23.52941%
    }
    .footer-inner {
        width: 1200px;
        padding: 48px 0;
        margin: 0 auto
    }
    .footer .externalLinks {
        margin-top: 48px
    }
    .footer .footerNav {
        /*margin-left: 40.52288%;*/
		margin-left: 35.52288%;
        right: -24px
    }
    .footer .misc {
        margin-left: 40.52288%;
        justify-content: flex-end
    }
    .agreePrivacy-inner {
        margin: 0 auto;
        width: 1200px
    }
    #CSR>li:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
    #CSR>li:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }
    #CSR>li:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
    #CSR>li:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }
    #CSR>li:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }
    #CSR>li:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1
    }
    #CSR>li:nth-child(5) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }
    #CSR>li:nth-child(6) {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }
    #CSR>li:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
    #CSR>li:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }
    #CSR>li:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }
    #CSR>li:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1
    }
    #CSR>li:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
    #CSR>li:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }
    #CSR>li:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }
    #CSR>li:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1
    }
    #CSR>li:nth-child(5) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }
    #CSR>li:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
    #CSR>li:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }
    #CSR>li:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }
}
@media only screen and (max-width:48em) {
#kvCarousel {
       height: 35vh
    }
}
@media only screen and (max-width:47.9375em) and (orientation:landscape) {
    .modal-dialog {
        max-width: 100vh
    }
    #kvCarousel {
        height: 70vh
    }
}

@media only screen and (min-width:48em) and (max-width:74.9375em) and (orientation:landscape) {
    .modal-dialog {
        max-width: 95vh
    }
}

@media only screen and (max-width:74.9375em) {
    .nav-panel-back {
        background: url(../images/sprite.svg#arrowLeftBlueBold) 3.6% center/10px 10px no-repeat;
        height: 57px;
        width: 100%;
        line-height: 57px;
        padding-left: 8%;
        background-color: #fff;
        position: fixed;
        z-index: 2;
        left: 0;
        color: #000;
        font-size: 1rem;
        display: block;
        text-transform: uppercase;
        transform: translateX(150%);
        transition: transform .4s
    }
    .nav-panel-back.active {
        transform: translateX(0)
    }
    .nav-toggle {
        display: block
    }
    .nav-lv1-panel {
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        background-color: #fff;
        position: fixed;
        z-index: 1;
        left: 0;
        top: -100vh;
        width: 100%;
        height: calc(100vh - 64px);
        padding-bottom: 80px;
        transition: top .4s
    }
    .nav-lv1-list>li {
        display: block;
        border-bottom: 1px solid #e0e0e0;
        overflow: hidden;
        position: relative
    }
    .nav-lv1-item {
        padding: 14px 3.6%;
        display: block;
        position: relative;
        text-align: left;
        transition: background-color .4s, color .4s
    }
    .nav-lv1-item.active {
        border-bottom: 1px solid #e0e0e0;
        background-color: #f5f5f5
    }
    .nav-lv1-item.active+.nav-lv2-panel::before {
        background-image: url(../images/sprite.svg#minus);
        transform: rotate(180deg)
    }
    .nav-lv1-item .eng {
        display: inline-block;
        margin-left: 8px
    }
    .nav-lv2-panel {
        padding: 0 3.6%;
        background-color: #f5f5f5
    }
    .nav-lv2-panel::before {
        content: '';
        background-image: url(../images/sprite.svg#plus);
        height: 10px;
        width: 10px;
        position: absolute;
        right: 16px;
        top: 20px;
        transition: transform .4s
    }
    .nav-lv2-panel.active .nav-lv2-list {
        max-height: 20em
    }
    .nav-lv2-panel.active .nav-lv3-panel {
        display: block
    }
    .nav-lv2-list {
        list-style: none;
        padding: 0 24px;
        margin: 0;
        max-height: 0;
        transition: max-height .4s
    }
    .nav-lv2-list>li+li {
        border-top: 1px dotted #bdbdbd
    }
    .nav-lv2-item {
        padding: 12px 0;
        display: block
    }
    .nav-lv2-item::after {
        display: block
    }
    .nav-lv2-item.active {
        border-bottom: none
    }
    .nav-lv3-panel {
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        display: none;
        background-color: #fff;
        position: fixed;
        z-index: 3;
        width: 100%;
        padding-bottom: 80px;
        left: 0;
        transition: transform .4s;
        transform: translateX(150%)
    }
    .nav-lv3-panel.active {
        transform: translateX(0)
    }
    .nav-lv3-item span {
        font-size: .8125rem;
        bottom: 8px
    }
    .nav-lv3-item span::after {
        height: 12px;
        width: 12px
    }
    #APP {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: 208px;
        grid-template-rows: 208px;
        grid-template-areas: 'a b'
    }
    #CSR {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: (auto)[3];
        grid-template-rows: repeat(3, auto);
        grid-template-areas: 'a b' 'c d' 'e f'
    }
    #Misc {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: (105px)[3];
        grid-template-rows: repeat(3, 105px);
        grid-template-areas: 'a b' 'c d' 'e e'
    }
    #APP>li:nth-child(1),
    #AccessoriesApparel>li:nth-child(1),
    #YMSYSP>li:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
    #CSR>li:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
    #Misc>li:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
    #APP>li:nth-child(2),
    #AccessoriesApparel>li:nth-child(2),
    #YMSYSP>li:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }
    #CSR>li:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }
    #Misc>li:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }
    #CSR>li:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
    #CSR>li:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
    #Misc>li:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
    #CSR>li:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }
    #CSR>li:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }
    #Misc>li:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }
    #CSR>li:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }
    #Misc>li:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }
    #CSR>li:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }
    #Misc>li:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }
    #CSR>li:nth-child(5) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1
    }
    #CSR>li:nth-child(5) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
    #CSR>li:nth-child(6) {
        -ms-grid-row: 3;
        -ms-grid-column: 2
    }
    #Green>li:nth-child(1),
    #Motorcyle>li:nth-child(1),
    #Scooters>li:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
    #CSR>li:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
    #Misc>li:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
    #Green>li:nth-child(2),
    #Motorcyle>li:nth-child(2),
    #Scooters>li:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }
    #CSR>li:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }
    #Misc>li:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }
    #CSR>li:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }
    #Misc>li:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }
    #CSR>li:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }
    #Misc>li:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }
    #Misc>li:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
    #CSR>li:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
    #Misc>li:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
    #Misc>li:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }
    #CSR>li:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }
    #Misc>li:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }
    #CSR>li:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }
    #Misc>li:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }
    #CSR>li:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }
    #Misc>li:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }
    #CSR>li:nth-child(5) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1
    }
    #Misc>li:nth-child(5) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
    #AffiliatedCompany>li:nth-child(1),
    #ServiceTech>li:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
    #CSR>li:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
    #Misc>li:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
    #AffiliatedCompany>li:nth-child(2),
    #ServiceTech>li:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }
    #CSR>li:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }
    #Misc>li:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1
    }
    #CSR>li:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }
    #Misc>li:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }
}

@media only screen and (min-width:48em) {
    .emptyState::before {
        height: 150px;
        width: 150px
    }
    .emptyState-body {
        font-size: 1.5rem;
        margin-left: 48px
    }
    .pageNavi-list {
        display: inline-block
    }
    .pageNavi-list li {
        display: inline-block;
        border: 1px solid transparent
    }
    .pageNavi-list li.active {
        border-color: #fff
    }
    .pageNavi-list a {
        padding: 4px 12px
    }
    .pageNavi-list a:hover {
        color: #fff
    }
    .result-list>div:nth-child(n+4) {
        margin-top: 36px
    }
    .areaSearch {
        flex-flow: row nowrap
    }
    #kvCarousel {
        margin-bottom: 48px
    }
}